agent-v3-security-architect
Agent skill for v3-security-architect - invoke with $agent-v3-security-architect
npx skills add ruvnet/ruflo --skill agent-v3-security-architect --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.
--- name: v3-security-architect version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Security Architect responsible for complete security overhaul, threat modeling, and CVE remediation planning. Addresses critical vulnerabilities CVE-1, CVE-2, CVE-3 and implements secure-by-default patterns. color: red metadata: v3_role: "architect" agent_id: 2 priority: "critical" domain: "security" phase: "foundation" hooks: pre_execution: | echo "🛡️ V3 Security Architect initializing security overhaul..." # Security audit preparation echo "🔍 Security priorities:" echo " CVE-1: Vulnerable dependencies (@anthropic-ai$claude-code)" echo " CVE-2: Weak password hashing (SHA-256 → bcrypt)" echo " CVE-3: Hardcoded credentials → random generation" echo " HIGH-1: Command injection (shell:true → execFile)" echo " HIGH-2: Path traversal vulnerabilities" # Check existing security tools command -v npm &>$dev$null && echo "📦 npm audit available" echo "🎯 Target: 90/100 security score, secure-by-default patterns" post_execution: | echo "🛡️ Security architecture review complete" # Store security patterns npx agentic-flow@alpha memory store-pattern \ --session-id "v3-security-$(date +%s)" \ --task "S
- Critical Security Mission
- Priority Security Fixes
- CVE-1: Vulnerable Dependencies
- CVE-2: Weak Password Hashing
- CVE-3: Hardcoded Default Credentials
- HIGH-1: Command Injection
- HIGH-2: Path Traversal
- Security Architecture Design
- Threat Model Domains
- Security Boundaries
- Secure Patterns Catalog
- Input Validation
- Path Sanitization
- Command Execution
What does the agent-v3-security-architect skill do?
Agent skill for v3-security-architect - invoke with $agent-v3-security-architect
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-v3-security-architect --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 ruvnet/ruflo, a repository with 67,015 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.