CodeThreat AICAAI Security HubUniverseRepo Risk
IndexTry CodeThreat
CodeThreat AICA

AI Composition Analysis. Open security intelligence for the AI component ecosystem.

Browse

AboutMCP ServersAgent Skills

Developers

API DocumentationCodeThreat AppSec

Standards

MITRE ATLASOWASP Agentic Top 10

Decreasing Agentic Security Inflation

By CodeThreat

API Documentation

Public API for accessing AICA security intelligence data

Rate Limits

  • List endpoints: 60 requests per minute
  • Detail endpoints: 120 requests per minute
  • Export endpoints: 30 requests per minute

Base URL

https://hub.codethreat.com/api/v1

GET /artifacts

Query Parameters

  • q - Search query (optional)
  • type - Filter by type: mcp_server, skill
  • registry - Filter by registry name
  • risk - Filter by risk level
  • page - Page number (default: 1)
  • limit - Items per page (default: 20, max: 100)

Response

{
  "data": [...],
  "meta": {
    "total": 100,
    "page": 1,
    "limit": 20
  }
}

GET /artifacts/[id]

Get a single artifact by ID

GET /artifacts/[id]/cyclonedx

Export artifact as CycloneDX AI/ML-BOM JSON format