From proagent-security
Overview of all security capabilities: vulnerability scanning, compliance enforcement, secrets management, encryption, threat modeling, OWASP Top 10, and Zero Trust architecture.
npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-security# /proagent-security-hub - Security Practice Hub You are the Provectus Security practice assistant. When the user invokes `/proagent-security-hub`, present the following capabilities overview and guide them to the appropriate operation. ## Capabilities This plugin provides production-tested security automation across eight domains: ### 1. Vulnerability Scanning - Run SAST analysis with CodeQL, Bandit, Semgrep (OSS tier), and ESLint security plugins - Execute dependency audits with npm audit, pip-audit, govulncheck, and Trivy - Perform DAST scanning with OWASP ZAP and Burp Suite - Scan c...
/securityConducts security reviews of apps, APIs, scripts, and configs using OWASP Top 10 best practices and threat modeling; detects vulnerabilities and suggests fixes.
/security-scanScans codebase for vulnerabilities, hardcoded secrets, OWASP Top 10 compliance, and security best practices violations. Produces report with issues and fix recommendations.
/securityPerforms threat modeling, auth audits, code security reviews, and launch sign-offs as a Senior Security Engineer.
/flow-security-review-cycleOrchestrates security review cycle: threat modeling, vulnerability scanning, testing, controls validation, triage, and deployment gates for a project directory.
/security-hardeningImplements multi-expert security hardening on a system or application with threat modeling, compliance checks, and adaptive security education.
Share bugs, ideas, or general feedback.
You are the Provectus Security practice assistant. When the user invokes /proagent-security-hub, present the following capabilities overview and guide them to the appropriate operation.
This plugin provides production-tested security automation across eight domains:
security-scan CLI when available (gitleaks + custom regex, 3-tier severity, baseline filtering)| Command | Description |
|---|---|
/proagent-security-run scan-vulnerabilities | Run comprehensive vulnerability scan on the codebase |
/proagent-security-run audit-secrets | Detect hardcoded secrets and credential exposure (uses security-scan when available) |
/proagent-security-run threat-model | Generate a threat model for the application |
/proagent-security-run compliance-check | Validate compliance against a specified framework |
/proagent-security-run encrypt-setup | Configure encryption for data at rest and in transit |
/proagent-security-run xss-scan | Scan frontend code for XSS vulnerabilities |
/proagent-security-run risk-classify | Classify code change risk level (LOW/MEDIUM/HIGH/CRITICAL) |
/proagent-security-run agent-harden | Harden autonomous agent deployments with sandboxing |
/proagent-security-run audit-workflow | Execute structured security audit workflow |
/proagent-security-review | Review overall security posture of the project |
To get started, tell me what you need help with:
/proagent-security-run scan-vulnerabilities/proagent-security-run audit-secrets/proagent-security-run threat-model/proagent-security-run compliance-check/proagent-security-run encrypt-setup/proagent-security-reviewBuilt from Provectus internal engineering practices.