We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFSite missing Permissions-Policy header
THENAdd a Permissions-Policy header restricting browser features your site doesn't use. Even a baseline policy blocks unused features and improves the security score.
IFSite missing Referrer-Policy header
THENAdd a Referrer-Policy header to control how much referrer info leaks to other origins. strict-origin-when-cross-origin is the modern default.
IFSite missing X-Content-Type-Options header
THENAdd X-Content-Type-Options: nosniff to prevent MIME-type sniffing attacks. Single-line, no downside.
IFSite missing X-Frame-Options header
THENAdd X-Frame-Options: DENY (or SAMEORIGIN if you embed yourself) to prevent clickjacking. Modern alternative is the frame-ancestors CSP directive — set both for defense in depth.
IFSite missing HSTS (Strict-Transport-Security) header
THENAdd HSTS to force HTTPS on subsequent visits. Start with a short max-age, increase to 1 year once stable. Required for hsts-preload submission.
IFSite missing Content-Security-Policy header
THENAdd a Content-Security-Policy header to block XSS and data exfiltration. Start in report-only mode to find violations before enforcing.
IFSite missing COOP / COEP / CORP cross-origin isolation headers
THENAdd Cross-Origin-Opener-Policy + Cross-Origin-Embedder-Policy + Cross-Origin-Resource-Policy to enable cross-origin isolation. Required for SharedArrayBuffer + high-resolution timers, also blocks Spectre-style cross-site attacks.
IFMixed content detected (HTTP resources on HTTPS page)
THENFind every HTTP <script>, <img>, <link>, <iframe> reference and switch to https:// (or protocol-relative //). Modern browsers block active mixed content silently — passive mixed content (images) downgrades the lock icon and breaks SEO trust.
IFsandbox_isolation_critical
THENOtonom agent ana sistemi bozmasin. Docker veya Git Worktree ile izole et.
IFheader['strict-transport-security'] is None
THENadd HSTSMiddleware(max_age=31536000, include_subdomains=True) to FastAPI app
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site