skill-review
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses common command-line utilities to inspect the repository state and file contents.
- Evidence: The file
references/inspection-commands.mdprovides templates forrg(ripgrep),wc(word count), andgit diffcommands. - Context: These tools are used locally to gather information for the audit process.
- [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection due to its core function of processing untrusted data (other skill instructions).
- Ingestion points: The workflow reads target
SKILL.mdfiles,AGENTS.mdfiles, and plugin manifests from the repository. - Boundary markers: The instructions do not define specific delimiters or warnings to ignore embedded instructions within the files being reviewed.
- Capability inventory: The skill utilizes
rgandgitfor search/comparison and explicitly includes a step to 'patch' or edit files (Step 5 inSKILL.md). - Sanitization: No explicit content sanitization or validation of external text is mentioned in the provided scripts or instructions.
Audit Metadata