Caveat verdict
sandbox-sdk
Writes files AND executes processes
Documentation skill for Cloudflare's Sandbox SDK for building isolated code execution environments; all code examples use official Cloudflare packages and APIs with no malicious patterns.
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.
Writes files AND executes processes โ may drop and execute malicious scripts
LLM05 ยท LLM06 ยท ASI05
Installs packages AND executes processes โ opaque dependency chain with execution
LLM03 ยท ASI04
Both reads and writes files โ verify scope is limited to intended directories
LLM06 ยท ASI02
Permission integrity
package_install
Findings (3)
Recursive delete from root or home โ destructive command
SKILL.md ยท code ยท rm -rf /
Uses exec() โ may execute shell commands
SKILL.md ยท code ยท exec(
apt-get install โ installs system packages
SKILL.md ยท code ยท apt-get install
Permissions & capabilities
No declared permissions โ minimal attack surface.
package_installprocess_execfile_readfile_write Thanks โ recorded.