polar-better-auth
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard NPM packages for Better Auth and Polar. While these are not in the predefined 'Trusted Organizations' list, they are the official libraries required for the stated purpose of the skill.
- [CREDENTIALS_UNSAFE] (SAFE): The skill correctly instructs users to use environment variables (
process.env.POLAR_ACCESS_TOKEN,process.env.POLAR_WEBHOOK_SECRET) rather than hardcoding credentials. - [DATA_EXFILTRATION] (SAFE): No unauthorized network operations or exfiltration patterns were found. Network calls are restricted to the official Polar API via the provided SDK.
- [PROMPT_INJECTION] (SAFE): No instructions attempting to bypass safety filters or override agent behavior were detected.
- [COMMAND_EXECUTION] (SAFE): The skill only includes standard installation commands (
npm install,yarn add,pnpm add) and does not attempt to execute arbitrary shell commands.
Audit Metadata