free-live-dev
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill implements a secure credential collection process using a local HTTP server (
credential-form.js) that only listens on127.0.0.1. This ensures that sensitive API keys are written directly to a gitignored.env.localfile and never appear in the agent's chat history or shell logs. Theread-env-value.jsscript further secures this by reading values directly via Node.js to avoid shell expansion vulnerabilities during deployment tasks.\n- [COMMAND_EXECUTION]: The skill automates project setup and deployment by executing standard command-line tools likegit,gh,vercel, andfirebase. It also runs several purpose-built Node.js helper scripts to manage local state and poll for deployment status without relying on platform-specific shell syntax.\n- [EXTERNAL_DOWNLOADS]: The skill includes instructions to download thegitleakssecurity tool from its official GitHub repository if it is not present on the host system. GitHub is a well-known and trusted service for software distribution.
Audit Metadata