claude-md-improver
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection Surface: The skill is designed to ingest and process
CLAUDE.mdfiles from a repository. Since these files are intended to provide instructions and context to AI agents, they represent an attack surface where adversarial content or malformed instructions could potentially influence the agent's behavior during the audit or improvement process. - Ingestion points: The skill reads
CLAUDE.md,.claude.md,.claude.local.md, and~/.claude/CLAUDE.mdas part of its discovery workflow. - Boundary markers: The instructions do not currently include explicit boundary markers or "ignore embedded instructions" warnings when the agent reads external file content.
- Capability inventory: The skill utilizes the
Edittool for modifying files and theBashtool for finding files. - Sanitization: There are no documented sanitization or validation steps for content read from these files before they are analyzed.
- System Configuration Access: The skill is designed to interact with and potentially modify configuration files located in the user's home directory (
~/.claude/CLAUDE.md), which are used for global agent preferences across projects. - Command Execution: The skill employs standard shell utilities to identify relevant files within the codebase.
- Evidence: Execution of a
findcommand piped toheadin Phase 1 of the workflow to locate markdown files.
Audit Metadata