skill-review
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute Git commands (git diff,git status,git log) to identify uncommitted changes in the workspace.\n- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes the content of untrusted local files (SKILL.md,README.md, andreferences/files).\n - Ingestion points: Content is read from
SKILL.md,README.md, and files within thereferences/directory as specified in the review process.\n - Boundary markers: The instructions do not define specific delimiters or warnings to ignore embedded instructions within the processed data.\n
- Capability inventory: The skill has the ability to write to the file system using the
Edittool and execute shell commands via theBashtool.\n - Sanitization: There is no evidence of sanitization or validation of the content retrieved from the files before it is passed to the review agent.
Audit Metadata