project-bootstrap
Warn
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONREMOTE_CODE_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: Hardcoded local file paths in
SKILL.md(e.g.,C:\Users\coper\Documents\GitHub\agent-skills\skills) expose the host's directory structure and local username to the agent context. - [REMOTE_CODE_EXECUTION]: The
scripts/unpack_skill.pyutility useszipfile.extractall()without path validation. This makes the system vulnerable to 'Zip Slip' attacks, where a maliciously crafted.skillarchive could use relative paths (e.g.,../../) to overwrite arbitrary files on the host system during the unpacking process. - [COMMAND_EXECUTION]: The skill performs destructive file system operations. The
scripts/unpack_skill.pyscript usesshutil.rmtree()to delete existing directories andPath.unlink()to delete the source archive after extraction. If the target paths were manipulated, this could lead to unintended data loss. - [COMMAND_EXECUTION]: The bootstrap process is designed to automatically create multiple AI agents with comprehensive system prompts without requiring user confirmation for the prompt content, which reduces human oversight over the agent's behavioral instructions.
Audit Metadata