Md Of Programer
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing these tools can change the local development environment and depends on external package sources.
The skill documents global/package-manager installation of external tools. This is expected for diagram generation, but users should verify the packages and approve environment changes.
If `mddoc` is not installed: ```bash npm install -g mddoc-cli ``` If `d2` is not installed: - macOS: `brew install d2` - Windows: `winget install terrastruct.d2`
Only allow the install commands if you trust the package sources, or install mddoc and d2 yourself through your normal package-management process.
The skill may create or update .mddoc files and run local diagram-generation commands.
The skill needs file writing and Bash execution to create diagram files and run mddoc/d2. This is purpose-aligned, but it means the agent can make local file changes and execute local commands for this workflow.
allowed-tools: Write, Bash, Read
Use it in the intended project directory and review Markdown and .mddoc changes before committing or sharing them.
