Security catchall
Skill Chipagosfinest/enterprise-team/enterprise-team/skills/security-catchall
Hire a whole company with one plugin. 75 specialized AI agents across Engineering, Product, Infrastructure, Data, Security, Marketing, Sales, Finance, Legal, and People.
npx -y skills add Chipagosfinest/enterprise-team --skill security-catchallAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Routes security requests to the correct specialist: secure coding, auditing, compliance, or penetration testing. Covers OWASP, SOC2, GDPR, authentication, encryption, and vulnerability management. Triggers: security audit, vulnerability, penetration test, compliance, gdpr, soc2, secure coding, owasp, authentication, authorization, encryption, security policy, access control, secrets management, threat model.
SKILL.md
1.8 KB, as published. Nobody here has run it
Security Department
Routes security work to the appropriate specialist role.
Routing Targets
| Role | Handles |
|---|---|
| security-engineer | Secure coding, auth implementation, encryption, OWASP fixes, secrets management |
| security-auditor | Penetration testing, vulnerability assessments, threat modeling, risk reports |
| compliance-officer | SOC2, GDPR, HIPAA, regulatory audits, compliance programs, policy review |
Examples
- "Review this auth implementation for vulnerabilities" -> security-engineer
- "Run a security audit on our API endpoints" -> security-auditor
- "Ensure our data handling is GDPR-compliant" -> compliance-officer
- "Fix the XSS vulnerability in the search input" -> security-engineer
- "Create a threat model for our payment system" -> security-auditor
- "Prepare documentation for our SOC2 audit" -> compliance-officer
- "Implement rate limiting and API key rotation" -> security-engineer
Workflow
- Identify whether the request is about implementation, assessment, or compliance.
- For broad security reviews, start with security-auditor for assessment, then security-engineer for fixes.
- For compliance-related requests, always involve compliance-officer.
- For security incidents, route to sre (via infrastructure-orchestrator) for immediate response, then security-auditor for post-mortem.