ln-611-docs-structure-auditor
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute standard system commands such as grep and wc. These commands are used to perform static analysis on project documentation to detect broken links, find orphaned files, and evaluate file lengths for compression targets.\n- [PROMPT_INJECTION]: The skill processes untrusted markdown content from the project being audited, which presents a surface for indirect prompt injection.\n
- Ingestion points: Documentation files including CLAUDE.md, README.md, and all .md files within the docs/ directory are read using the Read, Grep, and Glob tools.\n
- Boundary markers: No explicit boundary markers or instructions to ignore embedded prompts in the audited markdown files are specified.\n
- Capability inventory: The skill has access to the Bash, Grep, Read, and Glob tools for processing file content.\n
- Sanitization: The skill does not implement specific sanitization or escaping logic for the markdown content it audits.
Audit Metadata