Caveat verdict

multi-agent-sandbox

88
🟒 Trusted
No high-risk patterns surfaced by the deep scan β€” automated capability review, not behavioral proof.

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.

0
security
40
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND makes external network calls β€” potential credential theft

LLM02 Β· ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime β€” transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Recursive delete from root or home β€” destructive command

SKILL.md Β· code Β· rm -rf /

Pattern match critical

Pipe-to-shell pattern (curl | sh) β€” supply chain attack vector

SKILL.md Β· code Β· curl -fsSL https://tailscale.com/install.sh | sh

Pattern match critical

Pipe to sh β€” executes piped content as shell commands

SKILL.md Β· code Β· | sh

Pattern match high

apt-get install β€” installs system packages

SKILL.md Β· code Β· apt-get install

Pattern match high

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API