ClawAudit verdict
ezviz-audio-broadcast
ezviz-open-camera-broadcast
Executes processes AND makes external network calls
Reads Ezviz credentials from env vars or user-controlled config files and sends audio to the user's own Ezviz cameras via official Ezviz APIs; all behavior is transparent with full security documentation.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
network_out
package_install
Findings (4)
Possible hardcoded credential
SKILL.md · code · SECRET="your_dedicated_app_secret
Recursive delete from root or home — destructive command
SKILL.md · code · rm -rf /
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
Python os.getenv — reads environment variable
scripts/audio_broadcast.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
Requires 3 environment variables. (1 sensitive: EZVIZ_APP_SECRET).
package_installcredential_accessnetwork_outprocess_exec Thanks — recorded.