Caveat verdict
beatport-dl-with-browser-tool
Accesses credentials AND writes files
Automates downloading of purchased Beatport tracks via a local headless Chrome instance using CDP; credentials flow to beatport.com directly for the stated personal library download purpose.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
network_out
file_read+write
Findings (6)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
References webhook/callback URL
SKILL.md · code · callbackUrl
Node http/https module — low-level network access
SKILL.md · code · require("http")
fetch() — outbound network request
SKILL.md · code
Data encoding/decoding
SKILL.md · code
Opens WebSocket connection
SKILL.md · prose · downgraded · WebSocket
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outnetwork_incredential_accessfile_writedata_encoding Thanks — recorded.