Caveat verdict

prompt-to-drawio

88
๐ŸŸข Trusted
No high-risk patterns surfaced by the deep scan โ€” automated capability review, not behavioral proof.

Draw.io diagram generator that reads DRAWIO_LLM_API_KEY or OPENAI_API_KEY solely to call the user's explicitly configured LLM provider for generation; credential access is fully transparent and used only for the declared diagram generation purpose.

โš  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.

43
security
50
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (3)

Pattern match critical

Possible hardcoded credential

SKILL.md ยท code ยท API_KEY="<secret>

Pattern match medium

subprocess execution โ€” runs system commands from Python

scripts/prompt_to_drawio.py ยท prose ยท downgraded ยท subprocess.run(

Pattern match low

Python os.getenv โ€” reads environment variable

scripts/prompt_to_drawio.py ยท prose ยท downgraded ยท os.getenv(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class 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.

credential_access

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API