config
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of shell commands through its configuration rules and user-defined commands.
- Evidence:
SKILL.mdandreferences/workflow-examples.mddetailshandcommandsfields for running arbitrary shell scripts likemake dev-setuporgitoperations. - [EXTERNAL_DOWNLOADS]: The configuration examples suggest automated package management which involves downloading external code.
- Evidence:
references/workflow-examples.mdincludesnpm installas a standard setup command in rule definitions. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the repository matching system.
- Ingestion points: Repository URLs and directory paths are matched against regex patterns in
SKILL.mdto determine which commands to execute. - Boundary markers: The system lacks explicit markers to distinguish between trusted and untrusted repository metadata during matching.
- Capability inventory: Full shell access is available through
usercommands,rules.commands, andrecyclehooks defined in the YAML configuration. - Sanitization: The skill implements a
shqfilter for Go templates to ensure safe shell quoting of variables like.Pathor.Name.
Audit Metadata