markdown-tools
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes markdown content from external files which may contain hidden instructions designed to influence the behavior of the AI agent.
- Ingestion points: The
markdown.jsscript reads the content of user-provided files usingfs.readFileSyncin themainfunction. - Boundary markers: The script does not utilize delimiters or specific instructions to help the agent distinguish between processed markdown data and the agent's own control instructions.
- Capability inventory: The skill has file system access, specifically the ability to read files (
fs.readFileSync) and write files (fs.writeFileSync) as demonstrated inmarkdown.js. - Sanitization: No sanitization or filtering is performed on the input content to remove or neutralize potential natural language instructions before they are processed by the agent.
Audit Metadata