security
Security audit workflow - vulnerability scan → verification
npx skills add parcadei/Continuous-Claude-v3 --skill security --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /security - Security Audit Workflow Dedicated security analysis for sensitive code. ## When to Use - "Security audit" - "Check for vulnerabilities" - "Is this secure?" - "Review authentication code" - "Check for injection attacks" - Before handling auth, payments, user data - After adding security-sensitive features ## Workflow Overview ``` ┌─────────┐ ┌───────────┐ │ aegis │───▶│ arbiter │ │ │ │ │ └─────────┘ └───────────┘ Security Verify audit fixes ``` ## Agent Sequence | # | Agent | Role | Output | |---|-------|------|--------| | 1 | **aegis** | Comprehensive security scan | Vulnerability report | | 2 | **arbiter** | Verify fixes, run security tests | Verification report | ## Why Dedicated Security? The `/review` workflow focuses on code quality. Security needs: - Specialized vulnerability patterns - Dependency scanning - Secret detection - OWASP Top 10 checks - Authentication/authorization review ## Execution ### Phase 1: Security Audit ``` Task( subagent_type="aegis", prompt=""" Security audit: [SCOPE] Scan for: **Injection Attacks:** - SQL injection - Command injection - XSS (Cross-Site Scripting) - LDAP injection **Authentication/Authorization:** - Broken authentication -
- When to Use
- Workflow Overview
- Agent Sequence
- Why Dedicated Security?
- Execution
- Phase 1: Security Audit
- Phase 2: Verification (After Fixes)
- Security Scopes
- Full Codebase
- Specific Area
- Single File
- Dependencies Only
- Example
- After Fixes
What does the security skill do?
Security audit workflow - vulnerability scan → verification
How do I install it?
Run `npx skills add parcadei/Continuous-Claude-v3 --skill security --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From parcadei/Continuous-Claude-v3, a repository with 3,879 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
