Plugin Claude Code
Plugin marketplace listing 2 plugins: security-code-audit, python-dependency-threat-scan.
Plugin Claude Code
Plugin marketplace listing 2 plugins: security-code-audit, python-dependency-threat-scan.
Plugin Claude Code
Python supply chain security scanner for detecting malicious packages, typosquatting, and persistence mechanisms through static analysis and system inspection.
Skill Claude CodeCodex
Scan local Python dependencies for supply chain threats and malicious packages through static analysis and system inspection. Use for dependency security audits, malware detection, IOC matching, and compromise investigation of installed packages.
Plugin Claude Code
Security-focused code review toolkit using grepai semantic search. Provides vulnerability scanning, data flow analysis, and security Q&A capabilities.
Agent
Use this agent when the user explicitly requests a security review, vulnerability scan, or security analysis. This agent is reactive and only triggers on direct requests. Examples.
Command
Initialize grepai semantic index for the codebase. Run this before first-time security reviews to enable semantic search capabilities.
Command
Set up and verify the security review system. Checks grepai installation, Ollama for local embeddings.
Command
Update the grepai semantic index for the codebase. Run when files have changed and you need fresh semantic search results.
Skill Claude CodeCodex
This skill should be used when the user asks to "check authentication", "understand security patterns", "find input validation", "how does auth work", "where is user input validated", "what encryption is used", or investigating security flows and patterns.
Skill Claude CodeCodex
This skill should be used when the user asks to "review MR for security", "check PR for vulnerabilities", "security review merge request", "review pull request for security", "audit merge request", or provides a GitLab/GitHub MR/PR URL.
Skill Claude CodeCodex
This skill should be used when the user asks to "review PR for security", "check staged changes", "security review diff", "pre-commit security check", "review recent changes", or analyzing security impact of git diffs.
Skill Claude CodeCodex
This skill should be used when the user asks to "review this file for security", "check file for vulnerabilities", "security analyze file", or mentions specific files like "review auth.py", "check login handler".
Skill Claude CodeCodex
This skill should be used when the user asks to "full security audit", "complete codebase review", "security scan entire project", "comprehensive security analysis", or needs full coverage of all code files.
Skill Claude CodeCodex
This skill should be used when the user asks to "security review", "vulnerability scan", "security audit", "check for vulnerabilities", "find security issues", "penetration test", "code security", or mentions specific vulnerabilities (SQL injection, XSS, command injection, buffer overflow, reentrancy, CSRF, SSRF, XXE…
Skill Claude CodeCodex
This skill should be used when the user asks to "trace data flow", "track user input", "find where data goes", "source to sink", "trace from input", "trace to sink", or investigating injection vulnerabilities and sanitization gaps.