Caveat verdict
codespace-manager
Manages Docker-based cloud development environments with VS Code via Cloudflare Tunnel; all operations are local container lifecycle management with no evidence of credential exfiltration or malicious behavior.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Findings (7)
Recursive delete from root or home — destructive command
assets/Dockerfile.txt · prose · downgraded · rm -rf /
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
assets/Dockerfile.txt · prose · downgraded · curl -fsSL https://bun.sh/install | bash
Pipe to bash — executes piped content as shell commands
assets/Dockerfile.txt · prose · downgraded · | bash
Pipe to sh — executes piped content as shell commands
assets/Dockerfile.txt · prose · downgraded · | sh
Possible hardcoded credential
scripts/codespace.sh · prose · downgraded · PASSWORD="${CODESPACE_PASSWORD:-codespace}
apt-get install — installs system packages
assets/Dockerfile.txt · prose · downgraded · apt-get install
Changes file ownership
scripts/codespace.sh · prose · downgraded · chown
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.
data_encoding Is this flag fair?
Thanks — recorded.