defectdojo

Automate vulnerability management tasks in DefectDojo via MCP tools.

7|1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill defectdojo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defectdojo
Source: https://github.com/julianobarbosa/claude-code-skills/tree/main/skills/defectdojo-skill
Command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill defectdojo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides MCP tools for DefectDojo API operations, enabling automated vulnerability management workflows and integration with CI/CD pipelines.

Core Features & Use Cases

  • MCP tools: Read, write, and manage engagements, findings, tests, and more.
  • CI/CD integration: Import scans and link findings to CI events.
  • JIRA integration: Bidirectional integration workflows (documented).

Quick Start

Use the MCP tool defectdojo_list_findings to search for critical findings in a product.

Frequently Asked Questions about defectdojo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate vulnerability management and security scan imports in DefectDojo?

Vulnerability management in DefectDojo is automated using MCP tools that read and write findings, engagements, and tests directly via API. The defectdojo_list_findings tool searches for critical vulnerabilities, while import tools ingest CI/CD scan data and link results to engagements for centralized tracking.

Can I integrate DefectDojo with CI/CD pipelines and JIRA?

Yes. DefectDojo MCP tools support bidirectional CI/CD integration to import scans and configure automated imports, plus JIRA workflows for syncing findings. The Skill provides 12 tools covering read/write operations across products, engagements, tests, and findings.

What data models and formats does DefectDojo vulnerability management enforce?

DefectDojo enforces product, engagement, test, and finding data models with markdown and JSON response formats. Environment variables and deployment configurations manage API authentication and endpoint setup for API interactions.

How do I query and manage security findings across multiple products in DefectDojo?

Use MCP tools to query findings by product and engagement, manage test results, and process scan data. The tool suite supports filtering, searching critical findings, and updating finding statuses across your product portfolio.

What's the difference between manual scan uploads and automated CI/CD imports in DefectDojo?

Manual uploads require direct submission, while CI/CD imports automate scan ingestion from pipelines and link findings to CI events. Automated imports reduce latency, enforce consistency, and integrate vulnerability data with deployment workflows.

Do I need to configure environment variables to connect to DefectDojo APIs?

Yes. Environment variables configure API endpoint URLs, authentication credentials, and deployment settings. The Skill enforces these configurations alongside product and engagement data models for secure, validated API access.