shine-security-scan
Scan codebase for vulnerabilities using Semgrep MCP (SAST) + OSV MCP (dependency audit). Free, local, no cloud.
<objective>
Run a multi-layer security scan:
- SAST scan:
semgrepMCP (if connected) ornpx semgrep --config auto . --jsonvia Bash.- Focus: injection, XSS, auth bypass, hardcoded secrets, path traversal, SSRF.
- Dependency audit:
osvMCP (if connected) ornpm audit --json/pip audit --format jsonvia Bash.- Report: CVE ID, severity (CVSS), affected package, fixed version.
- SSL check (if URL provided):
sslmonMCP oropenssl s_clientvia Bash.
Classify each finding: ๐ด Critical ยท ๐ High ยท ๐ก Medium ยท ๐ต Low ยท โช Info.
Output: severity-sorted report with CWE references, affected files, and remediation guidance.
Delegate to shine-vulnerability-scanner agent for complex codebases.
</objective>