mdpreview
Warn
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The skill instructions and SKILL.md refer to a canonical repository
github.com/tdimino/dabaratwhich is not a trusted source. It requires the installation or presence of themd_preview_and_annotatepackage from this external source. - REMOTE_CODE_EXECUTION (MEDIUM): The documentation encourages cloning a remote repository and executing its contents via
python3, which bypasses standard package registry verification. - COMMAND_EXECUTION (LOW): The skill utilizes the
Bashtool to executepython3 -mcommands. While this is the primary purpose of the skill, it relies on the integrity of the external package being executed. - Indirect Prompt Injection (LOW):
- Ingestion points: Processes user-supplied
.mdfiles for preview and annotation. - Boundary markers: None. The skill does not explicitly warn the agent to ignore instructions embedded within the Markdown files it processes.
- Capability inventory: Has permissions to execute
python3commands and write to the filesystem (e.g.,~/.claude/bookmarks/). - Sanitization: The skill's rendering logic for untrusted Markdown content is encapsulated in the external package and cannot be verified.
Audit Metadata