
Security Audit
- 961 installs
- 44k repo stars
- Updated July 27, 2026
- sickn33/antigravity-awesome-skills
security-audit is an agent workflow bundle that orchestrates structured penetration testing, vulnerability scanning, and security hardening across web apps and APIs for developers who need a repeatable pre-ship security
About
security-audit is a workflow-bundle skill from sickn33/antigravity-awesome-skills that guides agents through a 7-phase security auditing pipeline: reconnaissance, vulnerability scanning, web application testing, API security testing, penetration testing, hardening, and reporting. Each phase names concrete sub-skills—such as sql-injection-testing, xss-html-injection, vulnerability-scanner, and api-fuzzing-bug-bounty—with copy-paste prompts to invoke them. The workflow includes an OWASP Top 10 checklist covering injection, broken authentication, XSS, and dependency vulnerabilities, plus quality gates for proof-of-concept capture and remediation steps. Developers reach for security-audit when auditing a web application or API before shipping, running a structured pentest, or producing a security assessment report with documented findings and risk levels.
- Orchestrates a 5-phase security workflow from reconnaissance to remediation
- Invokes specialized skills including scanning-tools, shodan-reconnaissance, vulnerability-scanner, and dependency analys
- Covers OWASP Top 10, API security, penetration testing, and compliance assessments
- Provides ready-to-use copy-paste prompts for each phase
- Delivers documented findings and hardening recommendations
Security Audit by the numbers
- 961 all-time installs (skills.sh)
- +35 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #386 of 2,209 Security skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill security-auditAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 961 |
|---|---|
| repo stars | ★ 44k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 27, 2026 |
| Repository | sickn33/antigravity-awesome-skills ↗ |
How do you run a structured pre-ship security audit?
Run structured penetration tests, vulnerability scans, and hardening steps across web apps and APIs before shipping.
Who is it for?
Developers or security engineers who need a repeatable, agent-orchestrated security audit across web apps and APIs before production release.
Skip if: Teams that only need a single quick SAST scan or lack authorization to run penetration tests against the target environment.
When should I use this skill?
The user asks for a security audit, penetration test, vulnerability scan, OWASP review, or API security assessment before shipping.
What you get
Security audit report with documented vulnerabilities, OWASP Top 10 checklist results, proof-of-concept notes, risk assessments, and remediation steps.
- Security audit report
- OWASP checklist results
- Remediation recommendations
By the numbers
- Orchestrates 7 workflow phases from recon through reporting
- Includes an OWASP Top 10 checklist with 10 vulnerability categories
Files
Security Auditing Workflow Bundle
Overview
Comprehensive security auditing workflow for web applications, APIs, and infrastructure. This bundle orchestrates skills for penetration testing, vulnerability assessment, security scanning, and remediation.
When to Use This Workflow
Use this workflow when:
- Performing security audits on web applications
- Testing API security
- Conducting penetration tests
- Scanning for vulnerabilities
- Hardening application security
- Compliance security assessments
Workflow Phases
Phase 1: Reconnaissance
Skills to Invoke
scanning-tools- Security scanningshodan-reconnaissance- Shodan searchestop-web-vulnerabilities- OWASP Top 10
Actions
1. Identify target scope 2. Gather intelligence 3. Map attack surface 4. Identify technologies 5. Document findings
Copy-Paste Prompts
Use @scanning-tools to perform initial reconnaissanceUse @shodan-reconnaissance to find exposed servicesPhase 2: Vulnerability Scanning
Skills to Invoke
vulnerability-scanner- Vulnerability analysissecurity-scanning-security-sast- Static analysissecurity-scanning-security-dependencies- Dependency scanning
Actions
1. Run automated scanners 2. Perform static analysis 3. Scan dependencies 4. Identify misconfigurations 5. Document vulnerabilities
Copy-Paste Prompts
Use @vulnerability-scanner to scan for OWASP Top 10 vulnerabilitiesUse @security-scanning-security-dependencies to audit dependenciesPhase 3: Web Application Testing
Skills to Invoke
top-web-vulnerabilities- OWASP vulnerabilitiessql-injection-testing- SQL injectionxss-html-injection- XSS testingbroken-authentication- Authentication testingidor-testing- IDOR testingfile-path-traversal- Path traversalburp-suite-testing- Burp Suite testing
Actions
1. Test for injection flaws 2. Test authentication mechanisms 3. Test session management 4. Test access controls 5. Test input validation 6. Test security headers
Copy-Paste Prompts
Use @sql-injection-testing to test for SQL injection vulnerabilitiesUse @xss-html-injection to test for cross-site scriptingUse @broken-authentication to test authentication securityPhase 4: API Security Testing
Skills to Invoke
api-fuzzing-bug-bounty- API fuzzingapi-security-best-practices- API security
Actions
1. Enumerate API endpoints 2. Test authentication/authorization 3. Test rate limiting 4. Test input validation 5. Test error handling 6. Document API vulnerabilities
Copy-Paste Prompts
Use @api-fuzzing-bug-bounty to fuzz API endpointsPhase 5: Penetration Testing
Skills to Invoke
pentest-commands- Penetration testing commandspentest-checklist- Pentest planningethical-hacking-methodology- Ethical hackingmetasploit-framework- Metasploit
Actions
1. Plan penetration test 2. Execute attack scenarios 3. Exploit vulnerabilities 4. Document proof of concept 5. Assess impact
Copy-Paste Prompts
Use @pentest-checklist to plan penetration testUse @pentest-commands to execute penetration testingPhase 6: Security Hardening
Skills to Invoke
security-scanning-security-hardening- Security hardeningauth-implementation-patterns- Authenticationapi-security-best-practices- API security
Actions
1. Implement security controls 2. Configure security headers 3. Set up authentication 4. Implement authorization 5. Configure logging 6. Apply patches
Copy-Paste Prompts
Use @security-scanning-security-hardening to harden application securityPhase 7: Reporting
Skills to Invoke
reporting-standards- Security reporting
Actions
1. Document findings 2. Assess risk levels 3. Provide remediation steps 4. Create executive summary 5. Generate technical report
Security Testing Checklist
OWASP Top 10
- [ ] Injection (SQL, NoSQL, OS, LDAP)
- [ ] Broken Authentication
- [ ] Sensitive Data Exposure
- [ ] XML External Entities (XXE)
- [ ] Broken Access Control
- [ ] Security Misconfiguration
- [ ] Cross-Site Scripting (XSS)
- [ ] Insecure Deserialization
- [ ] Using Components with Known Vulnerabilities
- [ ] Insufficient Logging & Monitoring
API Security
- [ ] Authentication mechanisms
- [ ] Authorization checks
- [ ] Rate limiting
- [ ] Input validation
- [ ] Error handling
- [ ] Security headers
Quality Gates
- [ ] All planned tests executed
- [ ] Vulnerabilities documented
- [ ] Proof of concepts captured
- [ ] Risk assessments completed
- [ ] Remediation steps provided
- [ ] Report generated
Related Workflow Bundles
development- Secure development practiceswordpress- WordPress securitycloud-devops- Cloud securitytesting-qa- Security testing
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Related skills
How it compares
Pick security-audit when you need a full multi-phase audit orchestrator; use individual scanning or pentest skills for one focused test type.
FAQ
What phases does security-audit cover?
security-audit runs 7 phases: reconnaissance, vulnerability scanning, web application testing, API security testing, penetration testing, security hardening, and reporting. Each phase names sub-skills like sql-injection-testing and vulnerability-scanner with copy-paste invocation
Does security-audit include OWASP Top 10 testing?
security-audit includes a dedicated OWASP Top 10 checklist covering injection, broken authentication, sensitive data exposure, XSS, broken access control, misconfiguration, insecure deserialization, vulnerable components, and insufficient logging.
When should developers invoke security-audit?
security-audit fits pre-ship security reviews on web applications and APIs—when conducting penetration tests, scanning dependencies, hardening configurations, or producing compliance-oriented security assessment reports.
Is Security Audit safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.