skill-forge
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/publish.pyutilizessubprocess.runto execute standardgitandgh(GitHub CLI) com mands for repository operations such as cloning, branching, and creating Pul l Requests on themphinance/alpha-skillsrepository. - [DATA_EXFILTRATION]: The
scripts/mine_chats.pyscript performs read s on Claude Code chat transcripts located in~/.claude/projects/to extract usage signals. While this involves sensitive data access, it is the primary stated purpose of the skill's audit mode and the data is processed locally. - [EXTERNAL_DOWNLOADS]: The skill clones the
mphinance/alpha-skillsrepository from GitHub into a local cache directory to stage changes for forged or refined skills. - [PROMPT_INJECTION]: The ingestion of local chat logs by
scripts/mine_chats.pyintroduces a surface area for indirect prompt injection from previous session data. * Ingestion points: Reads~/.claude/projects/**/*.jsonlinscripts/mine_chats.py. * Boundary markers: No explicit delimiters or warnings used when processing log text. * Capability inventory: File writing and com mand execution capabilities are available viascripts/publish.py. * Sanitization: Em ploys basic regex-based filtering but lacks instruction-aware sanitization.
Audit Metadata