From rp1-base
Performs security validation including vulnerability scans, auth/authz verification, input validation, data protection checks, dependency audits, compliance assessment, and penetration testing reports.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rp1-base:analyse-securityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This command invokes the **security-validator** sub-agent for comprehensive security analysis.
This command invokes the security-validator sub-agent for comprehensive security analysis.
Invoke the security-validator agent:
{% dispatch_agent "rp1-base:security-validator" %}
The agent will:
The agent has access to all necessary tools and will handle the entire security validation workflow autonomously.
npx claudepluginhub rp1-run/rp1Audits code security using OWASP Top 10 checklists for input validation, auth/authz, API security, data protection, and logging. Use for secure implementations and vulnerability reviews.
Orchestrates multi-layer security scanning and hardening across apps, infrastructure, and compliance with SAST/DAST scans, threat modeling via STRIDE/MITRE ATT&CK, and phased remediation. For defense-in-depth DevSecOps.
Automates OWASP Top 10 vulnerability scans with Semgrep, ESLint-security, Bandit, dependency audits on JS/Python/Java codebases for security assessments and pen tests.