clerk-chrome-extension-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill provides standard integration patterns for the official Clerk Chrome Extension SDK.
- [EXTERNAL_DOWNLOADS]: The skill guides the user to install official packages like
@clerk/chrome-extensionand interact withapi.clerk.com. These are legitimate vendor resources and do not represent a security risk. - [COMMAND_EXECUTION]: Instructions include common development commands for initializing projects and generating keys, such as
npx create-plasmoandopenssl. These are documented as part of the standard setup process. - [DATA_EXFILTRATION]: The skill describes the use of
host_permissionsin the extension manifest. While this grants access to external domains, it is a required feature for syncing authentication state with the developer's web application and is used according to Clerk's official security recommendations.
Audit Metadata