Caveat verdict

risk-analysis

new-smyx-new-smyx-risk-analysis

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

The skill reads an api-key from local YAML config files across the workspace and sends video/image data with identity credentials to an external server-side API without transparently disclosing what is transmitted.

⚠ 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
80
transparency
90
maintenance

Findings (6)

Pattern match critical

Possible hardcoded credential

skills/face_analysis/README.md · code · API_KEY = "your-api-key-here

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

skills/smyx_common/scripts/config-dev.yaml · prose · downgraded · http://192.168.1.234

Pattern match medium

subprocess execution — runs system commands from Python

skills/smyx_common/scripts/skill.py · prose · downgraded · subprocess.run(

Pattern match low

References webhook/callback URL

scripts/config.py · prose · downgraded · WEBHOOK_URL

Pattern match low

Python os.getenv — reads environment variable

scripts/config.py · prose · downgraded · os.getenv(

Pattern match low

Python os.environ.get — reads environment variable

skills/smyx_common/scripts/config.py · prose · downgraded · os.environ.get(

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