baoyu-format-markdown
Warn
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands like
test,echo, andmvfor configuration management and file backups. It also useschild_process.execSyncin a TypeScript script to run an external typography tool on a file path, which could be exploited if the path is not properly sanitized.- [EXTERNAL_DOWNLOADS]: The skill invokesnpxto download and execute theautocorrect-nodepackage at runtime. It also usesnpx -y bunto run its internal scripts, which may trigger downloads of the Bun runtime.- [PROMPT_INJECTION]: The skill implements an indirect prompt injection surface by reading and processing the content of user-provided markdown or plain text files to generate metadata such as titles and summaries. - Ingestion points: Source markdown or plain text files read in Step 1.
- Boundary markers: None identified in the analysis workflow.
- Capability inventory: File system access (
writeFileSync,mv), command execution (execSync), and network access vianpxdownloads. - Sanitization: No explicit sanitization of file content or paths is performed before analysis or execution.
Audit Metadata