claude-md-improver
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The quality criteria defined in
references/quality-criteria.mdinstruct the agent to cross-reference documentation by 'actually' running the documented commands. This pattern is inherently risky as it encourages the execution of arbitrary shell commands extracted from potentially untrusted markdown files within the repository. - [PROMPT_INJECTION]: The skill ingests content from external
CLAUDE.mdfiles across a repository to evaluate their quality, creating an indirect prompt injection surface (Category 8). - Ingestion points: The skill uses
findandReadtools to ingest content fromCLAUDE.md,.claude.md, and.claude.local.mdfiles (as defined inSKILL.md). - Boundary markers: There are no explicit instructions or delimiters provided to the agent to treat the content of these files as untrusted or to ignore any embedded instructions.
- Capability inventory: The agent possesses the
Bashtool (allowing shell execution) and theEdittool (allowing file system modifications). - Sanitization: No sanitization or validation logic is present to filter malicious instructions or dangerous commands found within the audited files before processing them.
Audit Metadata