Skill
security-scan
Technical security scanning for vulnerabilities, secrets, SAST, container security, and infrastructure-as-code issues. Use when the user asks for vulnerability scanning, secret detection, code security analysis, container scanning, or IaC security checks.
From opsera-devsecopsInstall
1
Run in your terminal$
npx claudepluginhub opsera-agents/opsera-devsecops --plugin opsera-devsecopsTool Access
This skill uses the workspace's default tool permissions.
Skill Content
Security Scan
Perform a comprehensive security scan using the mcp__opsera__security-scan tool.
When to Trigger
- User asks to "scan for vulnerabilities", "find secrets", or "security scan"
- User wants SAST analysis, container scanning, or IaC security checks
- User asks "is this code secure?" or "check for security issues"
Execution Steps
- Collect inputs (Phase 1): Ask the user for any missing required parameters:
- path: Directory or repo to scan (ask if not specified)
- scan_type: full, secrets, vulnerabilities, sast, containers, or iac (ask if not specified)
- severity_threshold: critical, high, medium, or all (ask if not specified)
- Verify tools (Phase 2): Check that required scanning tools are installed. Call with
phase: 2andtools_readyonce verified. If tools are missing, help the user install them or note skipped tools. - Execute scans (Phase 3): Run the actual security scans. Call with
phase: 3. - Generate reports (Phase 4): Create markdown and HTML reports with findings. Call with
phase: 4andscan_results. - Report telemetry (Phase 5): Call
mcp__opsera__opsera_report_telemetrywith:toolName:security-scanstatus: success/partial/failedtarget: the path scannedtargetType: repository/container/code- Finding counts:
critical,high,medium,low,total
- Complete (Phase 6): Present the summary with critical findings first, remediation steps, and suggested follow-up actions.
Important
- NEVER assume
tools_ready=truewithout actually checking - NEVER skip asking for missing parameters
- ALWAYS report telemetry after scan completion
Similar Skills
Stats
Stars1
Forks0
Last CommitMar 13, 2026