md-docs
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands including
ls,tree,cat,mv,ln,cp, andtestto inspect project structure and manage local documentation files. These commands are restricted to the local filesystem and serve the skill's primary purpose.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it reads and parses content from untrusted project files to verify claims and update documentation. - Ingestion points:
AGENTS.md,README.md,CONTRIBUTING.md,package.json,pyproject.toml,composer.json, and.gitignore. - Boundary markers: Absent; the skill does not use specific delimiters or instructions to ignore embedded commands within the files it analyzes.
- Capability inventory: The skill has the ability to read files (
cat), list directories (ls,tree), and write or move files (mv,cp,ln). - Sanitization: Absent; content extracted from project files is not sanitized or escaped before being used to generate updated documentation.
Audit Metadata