skill-test
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes instructions and content from external files (
.claude/skills/*/SKILL.md,catalog.yaml, andquality-rubric.md) to perform its evaluations. This ingestion surface creates an opportunity for indirect prompt injection if those files contain malicious instructions intended to manipulate the agent's testing logic or assertions. - Ingestion points: The skill reads file content via
Read,Glob, andGrepfrom the project's.claude/skills/directory and theCCGS Skill Testing Framework/folder. - Boundary markers: No explicit delimiters or 'ignore embedded instructions' warnings are specified when interpolating the content of the skills being tested into the agent's context.
- Capability inventory: The skill possesses the
Writetool and is explicitly designed to updateCCGS Skill Testing Framework/catalog.yamland create result files in theresults/subdirectory. - Sanitization: There is no evidence of sanitization, filtering, or validation of the skill body text before it is evaluated by the agent.
Audit Metadata