slim-claude-md
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/verify_extraction.pyinvokes thegit showcommand using thesubprocess.runfunction. This is used to read previous versions of a file from the repository history for comparison. The implementation uses a list of arguments, which is a secure method for executing external processes. - [PROMPT_INJECTION]: The skill processes content from repository Markdown files, creating an indirect prompt injection surface.
- Ingestion points: Content is read from
CLAUDE.mdand.claude/rules/*.mdfiles viascripts/audit_claude_md.pyandscripts/verify_extraction.py. - Boundary markers: No explicit boundary markers or instruction-ignoring warnings are used when processing the text.
- Capability inventory: The skill possesses capabilities to read and write files, as well as execute git commands.
- Sanitization: The scripts do not perform semantic sanitization, focusing instead on structural analysis and verbatim comparison.
- [SAFE]: The skill accesses and reads
CLAUDE.mdand related.claude/rules/files. This access is limited to the repository context and is necessary for the skill's primary function of managing memory configuration files.
Audit Metadata