npx claudepluginhub zate/cc-plugins --plugin securityThis skill is limited to using the following tools:
Display the most recent security scan report.
Aggregates findings from dependency, secrets, and code security scans into a prioritized report on high-risk issues. Use after running individual scans for vulnerability summaries or full audits.
Runs lightweight mechanical security scans on project files or git changes. Filters findings by severity threshold, checks trends, and gates on errors for fast triage.
Scans codebases for leaked secrets (API keys, tokens, passwords, private keys), insecure code patterns, and configuration issues. Returns severity-rated findings with file locations and remediation steps.
Share bugs, ideas, or general feedback.
Display the most recent security scan report.
Look for .security/report.md in the project root.
If it exists, read and display the full report.
If it does not exist, display:
No security scan results found.
Run /security:scan to perform a security assessment.
Check the file modification time:
stat -c %Y .security/report.md 2>/dev/null || stat -f %m .security/report.md 2>/dev/null
Display: "Last scan: [relative time ago]"
If the report is older than 24 hours, suggest: "Results are over 24 hours old. Consider running /security:scan for fresh results."
Read and display .security/report.md in its entirety.