By giterlizzi
Vulnerability scanning skills powered by ZEN SecDB. Provides purl_audit-powered dependency auditing for npm, pypi, gem, golang, maven, cargo, composer, and nuget ecosystems.
Check a specific package, PURL, or manifest file for known vulnerabilities using ZEN SecDB purl_audit. Use when the user asks about a specific package version, provides a PURL string, or wants to check a single dependency file.
Audit a CycloneDX Software Bill of Materials (SBOM) file for known vulnerabilities using ZEN SecDB purl_audit. Use when the user provides or mentions a bom.json or bom.xml CycloneDX file and wants to check it for vulnerabilities.
Scan the current project for vulnerable application dependencies using ZEN SecDB purl_audit. Detects manifest files automatically (package.json, requirements.txt, Cargo.lock, go.mod, Gemfile.lock, pom.xml, composer.lock, *.csproj) and audits all dependencies. Use when the user asks about dependency vulnerabilities, security audit, or wants to check if the project has known CVEs.
Vulnerability scanning skills powered by ZEN SecDB.
Compatible with Claude Code, Codex CLI, Gemini CLI, GitHub Copilot, Cursor, and any agent that supports the SKILL.md open standard.
npx skills (recommended — works with all agents):
npx skills add giterlizzi/secdb-skills
Manual install
Copy skills to your agent's directory:
| Agent | Directory |
|---|---|
| Claude Code | .claude/skills/ (project) or ~/.claude/skills/ (global) |
| Codex CLI | .codex/skills/ or ~/.codex/skills/ |
| Gemini CLI | .gemini/skills/ or ~/.gemini/skills/ |
| GitHub Copilot | .github/skills/ |
| Cursor | .cursor/skills/ |
git clone https://github.com/giterlizzi/secdb-skills
# Example: Claude Code global install
cp -r secdb-skills/skills/* ~/.claude/skills/
cp secdb-skills/CLAUDE.md ~/.claude/CLAUDE.md
| Skill | Command | Description |
|---|---|---|
secdb-security-audit | /secdb-security-audit | Scan all project dependencies for vulnerabilities |
secdb-sbom-audit | /secdb-sbom-audit [path] | Audit a CycloneDX SBOM file |
secdb-audit-package | /secdb-audit-package [target] | Check a specific package, PURL, or manifest file |
| Ecosystem | PURL type |
|---|---|
| Node.js | pkg:npm |
| Python | pkg:pypi |
| Ruby | pkg:gem |
| Go | pkg:golang |
| Java/JVM | pkg:maven |
| Rust | pkg:cargo |
| PHP | pkg:composer |
| .NET | pkg:nuget |
The skills require the ZEN SecDB MCP server.
Automatic (Claude Code): the .mcp.json in this repo configures the server automatically when you open the directory in Claude Code. No manual steps needed.
Manual install:
claude mcp add zen-secdb https://secdb.nttzen.cloud/mcp
Or add to ~/.claude/mcp.json (global) or .mcp.json (project):
{
"mcpServers": {
"zen-secdb": {
"url": "https://secdb.nttzen.cloud/mcp"
}
}
}
https://secdb.nttzen.cloud/mcp · docsMIT
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub giterlizzi/secdb-skills --plugin secdb-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.