tier-management
Warn
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill uses
sopsto decrypt production secrets and extracts sensitive tokens likePOLAR_ACCESS_TOKENusing shell utilities (grep,cut). Evidence found inSKILL.mdandscripts/update-tier.sh. - [COMMAND_EXECUTION]: Multiple scripts execute shell commands via
npx wrangler d1to directly run SQL against a production database (DB). This includesUPDATEandSELECToperations based on user input. Evidence inscripts/update-tier.shandscripts/sync-d1-polar-balances.ts. - [DATA_EXFILTRATION]: The skill facilitates data movement by fetching user data from a production database and sending it to external services (GitHub APIs for commit/stargazer checks and Polar for billing). While these are functional requirements, the broad network access combined with database read access is a high-capability pattern.
- [PROMPT_INJECTION]: The
SKILL.mdincludes 'IMPORTANT' markers instructing the agent to ensure dual updates to both the database and subscription services, which attempts to override default decision-making logic for critical billing paths.
Audit Metadata