environment-bootstrap
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION] (HIGH): The skill accesses and manipulates
.envfiles, which are listed as sensitive file paths. It explicitly references reading/writing keys likeDATABASE_URL,JWT_SECRET, andAPI_KEY. Although used for setup, this provides a surface for sensitive data exposure. - [COMMAND_EXECUTION] (LOW): The skill is built around the
Bashtool to runinit.shandsmoke-test.sh. This is its primary intended function. - [EXTERNAL_DOWNLOADS] (MEDIUM): Uses
pnpm installandpnpm buildto fetch and process external code from the npm registry. This represents a dependency risk if the project configuration is compromised. - [PRIVILEGE_ESCALATION] (MEDIUM): The instructions include
chmod +xon scripts created by the AI agent, granting execution permissions to dynamically generated content. - [INDIRECT_PROMPT_INJECTION] (LOW): Mandatory Evidence Chain: 1. Ingestion: Reads
package.json,docker-compose.yml, and.env.example. 2. Boundaries: No explicit boundary markers or instructions to ignore embedded commands are provided. 3. Capabilities: Has fullBashandWriteaccess to the filesystem. 4. Sanitization: No evidence of input validation or sanitization for project files.
Audit Metadata