debug prod issues
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill contains numerous
vercelandgitcommand templates. These are standard development tools and the instructions specifically mention using the--scope prologeflag, which is a common practice for organizational scoping in Vercel. - [DATA_EXFILTRATION] (SAFE): While the skill mentions environment variables and database credentials (e.g.,
vercel env pull,.env.production.local), it does not contain code to exfiltrate this data to an external location. It describes local debugging workflows. - [CREDENTIALS_UNSAFE] (SAFE): No hardcoded API keys, tokens, or passwords were found. The skill uses placeholders and references local
.envfiles which is a standard security practice. - [PROMPT_INJECTION] (SAFE): The use of 'IMPORTANT' and 'CRITICAL' in the markdown is instructional for the developer and does not attempt to bypass LLM safety filters or override system instructions.
- [EXTERNAL_DOWNLOADS] (SAFE): No external scripts or suspicious third-party downloads are triggered by the skill code.
Audit Metadata