Caveat verdict
multi-agent-sandbox
Accesses credentials AND makes external network calls
Infrastructure setup skill for sandboxed multi-agent collaboration via Docker, Discord, and Tailscale with explicit access controls; the broad capabilities are for the legitimate purpose of isolated agent networking.
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 makes external network calls β potential credential theft
LLM02 Β· ASI03
Permission integrity
network_out
credential_access
package_install
Findings (5)
Recursive delete from root or home β destructive command
SKILL.md Β· code Β· rm -rf /
Pipe-to-shell pattern (curl | sh) β supply chain attack vector
SKILL.md Β· code Β· curl -fsSL https://tailscale.com/install.sh | sh
Pipe to sh β executes piped content as shell commands
SKILL.md Β· code Β· | sh
apt-get install β installs system packages
SKILL.md Β· code Β· apt-get install
References sudo β requests elevated privileges
SKILL.md Β· code Β· sudo
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). 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_innetwork_outpackage_installcredential_access Thanks β recorded.