# Vulnerability Audit by Cult OS

> Vulnerability Audit by Cult OS is a paid API for AI agents from www.cultos.dev, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Scans a code repository for security vulnerabilities and produces an audit report

## Facts

- Endpoint: POST https://www.cultos.dev/services/vulnerability-audit
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vulnerability-audit-by-cult-os-6f398544
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NUnYKFdA5yL8cmHD0fmbD

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability vulnerability-audit-by-cult-os-6f398544 -d '<json body>'
```

Example prompt: Can you run a vulnerability audit on my repository at https://github.com/myorg/myapp and tell me what security issues it finds?

## When to prefer this

Choose this endpoint when you need an automated, on-demand security vulnerability scan of a specific code repository without setting up a full CI/CD pipeline integration. It is well-suited for quick pre-release checks, auditing third-party or open-source code, or validating a repository before deployment.

## Known failure modes

- Invalid or inaccessible repository URL returns an error
- Private repositories without proper access credentials may fail
- Very large repositories may time out or return partial results
- Unsupported repository hosting platforms may not be scanned
- Malformed input schema causes a 400-level error

## How this service works

Vulnerability Audit by Cult OS

## Output

A structured audit report detailing discovered security vulnerabilities in the repository, likely including vulnerability types, severity levels, affected files or dependencies, and remediation recommendations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "repository": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "id": "00000000-0000-4000-8000-000000000000",
  "status": "queued",
  "service": "vulnerability-audit",
  "statusUrl": "/services/jobs/00000000-0000-4000-8000-000000000000"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vulnerability-audit-by-cult-os-6f398544/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.cultos.dev](https://www.zero.xyz/host/www.cultos.dev/llms.txt)
