dev-work-summary
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill uses a local Bash script to automate the execution of git commands within the user's development directory.
- Evidence: The
SKILL.mdworkflow invokesscripts/scan-repos.shusing the Bash tool. - [PROMPT_INJECTION] (LOW): The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data from the local filesystem.
- Ingestion points:
scripts/scan-repos.shreads git commit messages, branch names, and file paths. - Boundary markers: Absent. The script output provides data to the agent without explicit delimiters or warnings to ignore embedded instructions.
- Capability inventory: The skill utilizes
Bashto perform filesystem operations andgitcommand execution. - Sanitization: No sanitization or filtering is performed on the data retrieved from the git repositories before it is presented to the agent.
Audit Metadata