Developer builds free plugin to scan Framer code components for security risks
A developer has released a free plugin for Framer that scans code components — the .tsx files under Assets — for potential security vulnerabilities. The tool checks for exposed API keys across 15 services, including OpenAI, Stripe, Supabase, and AWS, flagging only genuinely sensitive credentials while ignoring browser-safe keys like Stripe publishable keys to reduce false positives. For Supabase, the plugin decodes JWT tokens to distinguish the safe anon key from the dangerous service_role key, which bypasses row-level security entirely. The plugin also flags imports loaded over plain HTTP or from unrecognised domains, since such dependencies give third-party hosts potential control over site behaviour. A key limitation is that Framer's API does not expose user-authored custom code added via Settings, so that attack surface remains outside the plugin's reach.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.


Discussion (0)
Log in to join the discussion and vote.
Log in