toolify
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
WebFetchand thecontext7tool to retrieve documentation and SDK information from external URLs provided by the user or identified via the tool name. - [COMMAND_EXECUTION]: The skill generates and executes shell commands for various purposes, including configuration of environment variables via the Vercel (
vercel env add) and Heroku (heroku config:set) CLIs, as well as performing smoke tests usingcurlandnode -eto verify the functionality of the integration. - [DATA_EXFILTRATION]: The skill handles sensitive credentials such as API keys and secrets; however, it includes strong security mitigations. It explicitly instructs the agent to use the
--sensitiveflag for secret variables in Vercel to prevent them from being readable in local environments and provides clear warnings against committing sensitive files to version control. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes external documentation. It mitigates this risk by including a mandatory human-in-the-loop summary step where the user must review the proposed changes and configuration before any files are scaffolded or commands are executed.
Audit Metadata