Airsec
Description
Find Security Issues in your code by using coding CLIs like Claude, Codex & CommandCode
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
airsec
**State-of-the-art security review, driven by the coding CLI you already have.**
Claude Code · Codex · OpenCode · Command Code
[](https://github.com/bas3line/Airsec/actions/workflows/ci.yml) [](LICENSE) [](#requirements)
No new API key. No cloud upload. No third-party scanner. airsec drives the agent already installed on your machine through a structured, multi-pass security audit, then turns the result into a report you can act on.
Quick start
npx airsec@latest init
That is the whole thing. `init` walks you through it: pick the folder, pick your coding CLI, pick the model, choose review-or-fix, and it runs.
Other ways to installnpm install -g airsec # global
pnpm add -g airsec
bun add -g airsec
yarn global add airsec
airsec init # then run it anywhere
No `curl | sh` installer, deliberately: a tool that audits your code for supply-chain risk should not ask you to pipe a URL into a shell.
GettingETARGET · No matching version found?
Your npm is pointed at a mirror that has not synced the release yet. Check with `npm config get registry` — if it is anything other than `https://registry.npmjs.org`, either wait for the mirror to catch up or bypass it:
npx --registry=https://registry.npmjs.org airsec@latest init # one-off
npm config set registry https://registry.npmjs.org # permanently
Requirements
- Node ≥ 20 (the published bundle has zero runtime dependencies)
- At least one supported coding CLI on your
PATH— check withnpx airsec harness
60 seconds, end to end
npx airsec harness
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,