Caveat verdict
mermaid-image-export
Mermaid diagram export using mermaid-cli with Puppeteer for local PNG/SVG/PDF generation; no credential handling or external data exfiltration.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
package_install
Findings (11)
Pipe to python — executes piped content as Python code
README.md · code · |
python
<script> tag in markdown — potential code injection
references/formats.md · code · <script>
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/installation.md · code · curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
Pipe to bash — executes piped content as shell commands
references/installation.md · code · | bash
setuid — privilege escalation mechanism
references/installation.md · code · setuid
References sudo — requests elevated privileges
references/installation.md · code · sudo
Accesses shell history/config
references/troubleshooting.md · code · ~/.zshrc
yum install — installs system packages
references/troubleshooting.md · code · yum install
subprocess execution — runs system commands from Python
references/usage.md · code · subprocess.run(
Changes file ownership
references/installation.md · code · chown
subprocess with shell=True — command injection vector
scripts/install_mermaid_cli.py · prose · downgraded · subprocess.run(
cmd, shell=True
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_install Is this flag fair?
Thanks — recorded.