OnChain Sentinel Features

OnChain Sentinel is built to address the real-world risks of digital assets: supply-chain compromise, address swaps, fraudulent approvals, insider errors, and systemic failures at custodial providers. Below is a comprehensive list of features, organized by category, and the protections they provide.

IDFeatureHelps vs. Supply-Chain / Address-SwapHelps vs. Policy / Control FlawsNotes
A1Deterministic builds & lockfiles✅ Prevents malicious dep driftStops bad package versions from sneaking in.
A2Sigstore/Cosign provenance✅ Ensures package authenticityCritical for npm compromise scenario.
A3SBOM generation & drift alerts✅ Detects injected deps earlyGives visibility into supply-chain risk.
A4Subresource Integrity (SRI) + CSP✅ Protects DApp UIs from tampered JSHardens client side against injected payloads.
A5DApp allowlist by code-hash✅ Only trusted builds allowedPrevents running compromised UIs.
A6Emergency dependency quarantine✅ Pause when deps are compromisedOrg-wide kill switch on new versions.
B1Hardware-wallet–first policy✅ Mitigates address-swap theftPartial: enforces stronger authProtects signing layer; infra flaws are upstream.
B2Address Lock / Whitelist✅ Prevents silent address swaps✅ Adds explicit policy guardUsers/orgs can only send to pre-approved addresses.
B3Typed-data signing guard✅ Blocks malicious off-chain approvals✅ Surfaces risky policy grantsPrevents blind signing of contracts.
B4Allowance firewall (time/amount bounds)✅ Mitigates drain risk if approvals injected✅ Better policy enforcementWould reduce approval sprawl.
B5Two-channel confirm (QR/air-gap)✅ Detects tampered recipients✅ Adds separation of dutiesSeparate device = stronger attribution.
B6Multi-sig in-policy co-sign✅ Stops single compromised signer✅ Enforces duties separationDirect fix for single-actor control flaws.
C1Address checksum & ENS validation✅ Catches swapped/malformed addrsUseful in clipboard/JS hijack scenarios.
C2Clipboard-hijack detection✅ Detects swapped addrs at pasteImmediate protection against malware.
C3Sticky recipient protection✅ Prevents last-second swapLocks in reviewed address.
C4Micro-send challenge✅ Verifies correct recipientSlows attacker but safe for user.
C5Mempool simulator & decode✅ Ensures on-chain target matches UI✅ Transparent audit of signer attributionWould detect policy drift.
C6Domain/link guard✅ Blocks phishing dAppsFirst line of defense against UI-level swap.
D1Tamper-evident UI✅ Blocks injected scripts altering addressesStronger runtime integrity.
D2Remote-config hardening✅ Stops dynamic script hijackUseful against malicious “feature flags.”
D3Signed autoupdate w/ rollback protection✅ Prevents poisoned updatesRelevant to supply-chain vectors.
D4Session attestation✅ Detects compromised wallet clients✅ Verifies signer identityAdds attribution layer custodians lack.
E1Velocity & anomaly rules✅ Flags abnormal flows/patternsDetects bulk drains.
E2Geo/IP geofencing✅ Stops out-of-policy accessAdds contextual access policy.
E3Sanctions/heuristics checks✅ Prevents high-risk recipientsPolicy reinforcement.
E4Pre-check async verdict✅ Blocks out-of-policy swaps✅ Blocks out-of-policy flowsAdds PGTAIL enforcement.
E5Incident “pause new recipients” mode✅ Mitigates live supply-chain exploits✅ Org-wide lockdown controlEmergency kill-switch.
F1Real-time approval/dashboard✅ Surfaces injected approvals✅ Visibility into signer attributionMonitoring + revocation.
F2Alerting integrations✅ Detects suspicious activity fast✅ Early detection of policy breachSpeeds response.
F3Forensics bundle export✅ Aids accountability & attributionSupports post-mortems.
F4Emergency advisory templates✅ Customer warning system✅ Regulatory commsSpeeds containment.
G1Pre-commit policy & dep diff gates✅ Blocks compromised depsCI/CD safeguard.
G2Canary dApp detectors✅ Traps malicious UI behaviorsActive honeypot defense.
G3Sandbox replay✅ Test attacks safelyReproduce exploits without risk.
G4Incident playbooks✅ Standard response process✅ Institutionalizes lessonsClear RACI & escalation.

These features form the backbone of OnChain Sentinel’s PGTAIL framework — protecting against supply-chain compromise, address manipulation, and custodial control failures.