From secdb-skills
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/secdb-skills:secdb-security-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan the current project for vulnerable dependencies using ZEN SecDB.
Scan the current project for vulnerable dependencies using ZEN SecDB.
The ZEN SecDB MCP server must be configured. See README.md for setup instructions.
/secdb-security-audit
Detect project type by scanning for manifest files in the current directory and subdirectories:
package.json, package-lock.json, yarn.lockrequirements.txt, Pipfile.lock, pyproject.tomlGemfile.lockgo.modpom.xml, build.gradle, build.gradle.ktsCargo.lockcomposer.lock*.csproj, packages.lock.jsonExtract dependencies with their exact versions from the manifest files found.
Convert to PURL format following these rules:
pkg:npm/{name}@{version}pkg:pypi/{name}@{version} (lowercase name)pkg:gem/{name}@{version}pkg:golang/{module}@{version}pkg:maven/{groupId}/{artifactId}@{version}pkg:cargo/{name}@{version}pkg:composer/{vendor}/{name}@{version}pkg:nuget/{name}@{version}Call purl_audit with the full PURL list. Only submit PURLs from supported ecosystems (npm, pypi, gem, golang, maven, cargo, composer, nuget).
Present results:
report JSON in the responsesummary directlynpm install, pip install --upgrade)The report JSON contains the full advisory data and can be used for detailed analysis.
Additional ZEN SecDB MCP tools are available for deeper investigation on specific CVEs:
vulnerability_info — full CVE details (description, references, affected versions)vulnerability_score — CVSS and current EPSS scoreepss_timeseries — historical EPSS trend for a CVEsightings_search — real-world exploitation sightingsssvc_calculator — CISA SSVC prioritization scoreUse these tools when the user wants to investigate a specific CVE in depth, assess exploitability, or prioritize remediation.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub giterlizzi/secdb-skills --plugin secdb-skills