release
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local shell script
scripts/detect-forge-cli.shto identify the repository forge and ensure the correct CLI tool is used. It also utilizesgit,gh, andglabfor repository management and release creation, within a defined subset of safe commands. - [PROMPT_INJECTION]: The skill ingests user input through the
$ARGUMENTSplaceholder inSKILL.md, creating a potential surface for indirect prompt injection. 1. Ingestion points: User-provided strings via the$ARGUMENTSvariable inSKILL.md. 2. Boundary markers: Absent; arguments are interpolated directly into the task instruction. 3. Capability inventory: Subprocess execution of local scripts and standard developer tools (git,gh,glab), and file system writes to updateCHANGELOG.md. 4. Sanitization: No explicit sanitization of the input arguments is documented.
Audit Metadata