Security

Snyk

standard

Snyk is an reliable security provider offering Code Security Scan, Dependency Scan, Container Scan through Aweb's unified API. It features none streaming support with standard-tier latency.

Try SnykOfficial docs

Specifications

CategorySecurity
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.snyk.io
SDK Package

Capabilities (3)

Code Security Scansecurity.code-scan
Score: 95DEFAULT
Dependency Scansecurity.dependency-scan
Score: 98DEFAULT
Container Scansecurity.container-scan
Score: 93DEFAULT

Quick start

Use Snyk through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "snyk",
    "capability": "security.code-scan",
    "input": { "prompt": "Hello from Snyk!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'snyk',
  capability: 'security.code-scan',
  input: { prompt: 'Hello from Snyk!' },
});

console.log(result.output);

Related Security providers

Shodan

economy tier

VirusTotal

standard tier

SecurityScorecard

premium tier

Getting started →API reference →All capabilities →All providers →