@@ -56,6 +56,9 @@ the user's browser.
5656
5757For practices to defend against these attacks, see [ Dependency Awareness] ( /supply-chain/dependency-awareness ) .
5858
59+ For runtime integrity verification using Subresource Integrity and Content Security Policy, see
60+ [ Third-Party Script Security] ( /front-end-web-app/third-party-script-security ) .
61+
5962### Wallet Connector Library Hijacking
6063
6164Wallet connector libraries are a particularly high-value target because they sit at the exact point where user intent
@@ -69,6 +72,9 @@ meets transaction construction.
6972
7073For wallet-specific security practices, see the [ Wallet Security] ( /wallet-security/overview ) framework.
7174
75+ For browser-level controls that would have blocked execution of the tampered library, see
76+ [ Third-Party Script Security] ( /front-end-web-app/third-party-script-security ) .
77+
7278### CDN and Hosting Compromise
7379
7480An attacker who compromises your hosting provider or poisons a CDN cache can serve tampered JavaScript to all users
@@ -78,8 +84,10 @@ without touching your repository.
7884 signing with fund redirection.
7985- ** CDN cache poisoning** can serve malicious scripts even if your origin server is clean.
8086
81- For DNS hardening, registrar locks, and monitoring, see the
82- [ Domain & DNS Security] ( /infrastructure/domain-and-dns-security/overview ) framework.
87+ For DNS hardening, registrar locks, and monitoring, see the [ Domain & DNS Security] ( /infrastructure/domain-and-dns-security/overview ) framework.
88+
89+ For browser-level defenses against CDN and hosting compromise, including Content Security Policy, Subresource Integrity, and self-hosting
90+ strategies, see [ Third-Party Script Security] ( /front-end-web-app/third-party-script-security ) .
8391
8492## Smart Contract Dependency Risks
8593
@@ -252,6 +260,8 @@ For hardware wallet security guidance, see the [Wallet Security](/wallet-securit
252260 [ Vendor Risk Management] ( /supply-chain/vendor-risk-management ) guide
253261- Track real-time exploit data and historical incidents on the
254262 [ DeFiLlama Hacks Dashboard] ( https://defillama.com/hacks )
263+ - [ Third-Party Script Security] ( /front-end-web-app/third-party-script-security ) : Runtime integrity controls (Content
264+ Security Policy, Subresource Integrity, self-hosting) that complement build-time dependency practices
255265
256266---
257267
0 commit comments