Caveat verdict

nest-devices

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Controls Nest devices via Google official Smart Device Management API using OAuth credentials stored in environment variables; all calls go to official Google endpoints matching the stated smart home 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.

0
security
70
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (8)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · SECRET="your-client-secret

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Long base64 string (100+ chars) — likely obfuscated payload

SKILL.md · code · eyJyZXNvdXJjZVVwZGF0ZSI6eyJuYW1lIjoiZW50ZXJwcmlzZXMvdGVzdC9kZXZpY2VzL0RPT1JCRUxM

Pattern match medium

subprocess execution — runs system commands from Python

scripts/nest-webhook.py · prose · downgraded · subprocess.run(

Pattern match medium

Instructs covert action — may act without user awareness

scripts/nest-webhook.py · prose · downgraded · silently

Pattern match low

Python urllib.request — network access

scripts/nest-webhook.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/nest-webhook.py · prose · downgraded · os.environ.get(

Pattern match low

POSTs data to external URL

scripts/nest.py · prose · downgraded · .post('https://

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.

network_outnetwork_in

Is this flag fair?

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