📄 skillActivePromisinghigh
pilot-shell
by maxritter
How real engineers run Claude Code and Codex: spec-driven planning, enforced TDD, persistent memory, and quality enforcement on all levels. Make your agents production-ready.
Supported Platforms
🤖 Claude Code
Quality Breakdown
105/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Install script in README that downloads and executes bash from remote source (curl -fsSL | bash pattern)
- GitHub Actions workflows (.github/workflows/) including claude.yml that may execute arbitrary code
- Setup scripts for git-crypt in CI/CD pipeline (.github/workflows/scripts/setup-git-crypt.sh)
- DevContainer configuration (.devcontainer/Dockerfile) with potential for container escape or privilege escalation
- Pre-commit hooks (.githooks/pre-commit) that execute on developer machines
- ProcessManager and infrastructure services (console/src/services/infrastructure/) that spawn and manage external processes