skill-system-auditor
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local commands to perform its auditing duties, specifically using
ripgrep(rg) for pattern matching and running a local validation script (python3 scripts/validate_skills.py). This is standard behavior for a repository maintenance tool. - [PROMPT_INJECTION]: An indirect prompt injection surface is present as the skill is designed to read and process the contents of other skill definition files (
skills/*/SKILL.md). - Ingestion points: Content is read from various markdown files including
SKILL.md,README.md,AGENTS.md, andCLAUDE.md. - Boundary markers: The instructions do not explicitly require the use of delimiters or 'ignore' instructions when reading these external files.
- Capability inventory: The skill has access to
Bashfor command execution andWrite/Editfor file modification. - Sanitization: No explicit sanitization or filtering of the ingested content is mentioned. This surface is assessed as low risk given the skill's primary purpose of auditing local project resources.
Audit Metadata