Skip to content

Commit 7e111dc

Browse files
authored
Merge pull request #8761 from continuedev/bdougie/snyk-integration
2 parents 926d586 + 08ae704 commit 7e111dc

File tree

5 files changed

+347
-5
lines changed

5 files changed

+347
-5
lines changed

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"mission-control/integrations",
4949
"mission-control/integrations/github",
5050
"mission-control/integrations/sentry",
51+
"mission-control/integrations/snyk",
5152
"mission-control/integrations/slack-agent"
5253
]
5354
},

docs/guides/snyk-mcp-continue-cookbook.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ description: "Set up an AI-powered security workflow that automatically scans yo
44
sidebarTitle: "Snyk Security Scanning with Continue"
55
---
66

7+
<Note>
8+
9+
**🚀 New: Snyk Mission Control Integration with Continuous AI**
10+
11+
The new [Snyk Mission Control Integration](/mission-control/integrations/snyk) enables **[Continuous AI](/guides/continuous-ai)** - where AI agents autonomously detect, analyze, and fix vulnerabilities. When Snyk detects an issue, your agent automatically generates a fix, creates a PR, and validates the solution without manual intervention.
12+
13+
**Mission Control Benefits:**
14+
- **One-click OAuth** - No tokens, no configuration files, just connect and go
15+
- **Centralized workflows** - Manage all security Tasks and automations from one dashboard
16+
- **Webhook triggers** - Automatically respond to new vulnerabilities as they're discovered
17+
- **Metrics & intervention rates** - Track how often agents successfully fix issues without human help
18+
19+
This represents **[Level 2 Continuous AI](/guides/continuous-ai#the-continuous-ai-maturity-model)**: AI handles routine security work autonomously while developers focus on complex problems. As outlined in our [Continuous AI guide](/guides/continuous-ai#best-practices-for-sustainable-continuous-ai), this reduces intervention rates and accelerates secure development.
20+
21+
**Get Started:** Use this cookbook to understand the fundamentals, then [enable Mission Control](/mission-control/integrations/snyk) to deploy autonomous security agents across your organization.
22+
23+
</Note>
24+
725
<Card title="What You'll Build" icon="shield-halved">
826
An automated security scanning system that uses Continue's AI agent with Snyk
927
MCP to identify vulnerabilities in code, dependencies, infrastructure, and

docs/index.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ description: "Create, run, and automate AI agents across Mission Control, termin
3333
Connect Continue to your existing developer tools to power Tasks and Workflows.
3434
</Note>
3535

36-
<CardGroup cols={3}>
36+
<CardGroup cols={2}>
3737
<Card title="GitHub" icon="github" href="/mission-control/integrations/github">
3838
Enable repository access for Agents to read and create PRs.
3939
</Card>
@@ -43,6 +43,9 @@ description: "Create, run, and automate AI agents across Mission Control, termin
4343
<Card title="Sentry" icon="alert-triangle" href="/mission-control/integrations/sentry">
4444
Automatically generate PRs to fix new issues from Sentry alerts.
4545
</Card>
46+
<Card title="Snyk" icon="shield-check" href="/mission-control/integrations/snyk">
47+
Detect and fix security vulnerabilities automatically.
48+
</Card>
4649
</CardGroup>
4750

4851

@@ -139,6 +142,6 @@ description: "Create, run, and automate AI agents across Mission Control, termin
139142
icon="plug"
140143
href="/mission-control/integrations"
141144
>
142-
Connect GitHub, Slack, and Sentry to power your automations.
145+
Connect GitHub, Slack, Sentry, and Snyk to power your automations.
143146
</Card>
144147
</CardGroup>

docs/mission-control/integrations/index.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: "Overview"
3-
description: "Connect GitHub, Slack, and Sentry to power richer Agents, Tasks, and Workflows."
3+
description: "Connect GitHub, Slack, Sentry, and Snyk to power richer Agents, Tasks, and Workflows."
44
sidebarTitle: "Overview"
55
---
66

77
<Info>
88
Integrations let Continue connect to the tools you already use, so Agents can read code, open pull requests, send messages, react to real-world events, and more.
99
</Info>
1010

11-
Mission Control currently supports three first-class integrations:
11+
Mission Control currently supports four first-class integrations:
1212

13-
<CardGroup cols={3}>
13+
<CardGroup cols={2}>
1414

1515
<Card title="GitHub" icon="github" href="/mission-control/integrations/github">
1616
Required for PR creation, repo access, diffs, and workflow triggers.
@@ -24,6 +24,10 @@ Mission Control currently supports three first-class integrations:
2424
Trigger Agents automatically when new Sentry issues appear.
2525
</Card>
2626

27+
<Card title="Snyk" icon="shield-check" href="/mission-control/integrations/snyk">
28+
Detect and fix security vulnerabilities automatically.
29+
</Card>
30+
2731
</CardGroup>
2832

2933

0 commit comments

Comments
 (0)