Caveat verdict
durable-objects
Executes processes AND makes external network calls
This is a Cloudflare Durable Objects development reference that fetches official Cloudflare documentation pages to stay current; all network access is to legitimate Cloudflare docs URLs.
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.
Executes processes AND makes external network calls โ may exfiltrate command output
LLM02 ยท LLM06 ยท ASI03
Permission integrity
network_out
Findings (3)
Uses exec() โ may execute shell commands
SKILL.md ยท code ยท exec(
Opens WebSocket connection
references/rules.md ยท code ยท webSocket
Makes HTTP request to external URL
references/rules.md ยท code ยท fetch("https://
Permissions & capabilities
No declared permissions โ minimal attack surface.
network_outprocess_exec Thanks โ recorded.