Caveat verdict
miro-api
Reference documentation skill for the Miro REST API covering CRUD operations on boards and items; uses standard OAuth/PAT authentication to api.miro.com with no exfiltration or malicious patterns.
⚠ 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
network_out
Findings (7)
Possible hardcoded credential
references/authentication.md · code · TOKEN="miro_pat_abc123xyz...
Accesses sensitive environment variables
references/best-practices.md · code · process.env.MIRO_TOKEN
Node http/https module — low-level network access
references/best-practices.md · code · require('https')
Popular HTTP library — network access
references/errors.md · code · got
Python os.getenv — reads environment variable
references/examples.md · code · os.getenv(
References tunneling service
references/webhooks.md · code · ngrok
Makes HTTP request to external URL
references/best-practices.md · code · fetch('http://
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outnetwork_incredential_access Is this flag fair?
Thanks — recorded.