Overview
Snyk is a developer security platform – scans code, dependencies, containers, IaC for vulnerabilities. The Automize Snyk connector covers projects, vulnerabilities, SBOMs, organizations, audit logs.
- Regions: Multi-region.
- Plans: Free + paid (Team, Enterprise).
Setting up the connection
Auth type: Bearer Token.
- Snyk → Account → API Token.
- In Automize → Settings → Connectors → Snyk. Paste token + org_id.
Find your credentials at https://app.snyk.io/account.
Rate limits
~2,000 req/min per token.
Data model
Security primitives:
Org ─── Projects (repos, container images, etc.)
└─ Vulnerabilities (issues with CVSS scores)
SBOMs (software bill of materials)
Audit LogsAvailable operations
5 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Get Project | General | Get project details |
| Get SBOM | General | Get SBOM for a project |
| List Issues | General | List issues/vulnerabilities for a project |
| List Organizations | General | List organizations |
| List Projects | General | List projects in an organization |
Operations
Get Project
Get project details
| Parameter | Required | Type | Description |
|---|---|---|---|
Org Id org_id | Yes | text | |
Project Id project_id | Yes | text |
Get SBOM
Get SBOM for a project
| Parameter | Required | Type | Description |
|---|---|---|---|
Org Id org_id | Yes | text | |
Project Id project_id | Yes | text |
Tips
- CycloneDX or SPDX format.
List Issues
List issues/vulnerabilities for a project
| Parameter | Required | Type | Description |
|---|---|---|---|
Org Id org_id | Yes | text |
List Organizations
List organizations
No input parameters.
List Projects
List projects in an organization
| Parameter | Required | Type | Description |
|---|---|---|---|
Org Id org_id | Yes | text |
Tips
- Filter by type, target.
FAQ
- Use case in automation?
- Block deploys on critical vulns, notify Slack on new CVEs, auto-create Jira tickets for high-severity findings.