Caveat verdict
open-cve-scanner
CVE scanner querying NVD, OSV.dev, and GitHub Advisory; credential_access reads optional API keys for rate limit increases per their documented 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.
Permission integrity
package_install
Findings (10)
Possible hardcoded credential
SKILL.md · code · API_KEY="your-api-key
Uses eval() — can execute arbitrary code
scripts/utils/ml_version_matcher.py · prose · downgraded · eval(
Python aiohttp session — async network access
IMPROVEMENT_ROADMAP.md · code · aiohttp.ClientSession
References sudo — requests elevated privileges
scripts/generate_test_cases_1000.py · prose · downgraded · sudo
subprocess execution — runs system commands from Python
scripts/run_accuracy_pipeline.py · prose · downgraded · subprocess.run(
Accesses system credential store
scripts/utils/package_ecosystems.py · prose · downgraded · Keychain
Popular HTTP library — network access
scripts/analyze_ecosystem.py · prose · downgraded · axios
Opens WebSocket connection
scripts/generate_test_cases_1000.py · prose · downgraded · websocket
Python os.environ.get — reads environment variable
scripts/scan_1000_test_cases.py · prose · downgraded · os.environ.get(
Python os.getenv — reads environment variable
scripts/utils/llm_ecosystem_detector.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_accesspackage_install Is this flag fair?
Thanks — recorded.