security

Solid

Security audit workflow - vulnerability scan → verification

AI & Automation 495 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /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 - Session management issues - Privilege escalation - Insecure direct object references **Data Protection:** - Sensitive data exposure ...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
1 months ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category