# CIEL M2M Code Audit API

> CIEL M2M Code Audit API is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-18).

Performs automated security and quality audit of code snippets or files, returning findings and recommendations.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/code-audit
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-code-audit-api-32800b02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z16JwHTKKrvF16XaYEC84

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 ciel-m2m-code-audit-api-32800b02
```

Example prompt: Can you audit this Python function for security vulnerabilities and code quality issues? Here's the code: [paste code here]

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call code security and quality audit without a subscription commitment. Ideal for AI agents that need to validate code on demand — especially useful for crypto/smart contract code given the platform's focus on blockchain tooling. Prefer this over heavyweight SAST tools when lightweight, per-call pricing and agent-friendly JSON output are priorities.

## Known failure modes

- Missing or malformed code input returns an error or empty result
- Unsupported language or code format may produce incomplete analysis
- Very large code submissions may time out or be truncated
- Generic input schema may cause ambiguous or low-quality results if code is not clearly provided
- Payment failure via x402 will block the request

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object with audit results including detected security vulnerabilities, code quality issues, severity ratings, and recommended fixes for the submitted code.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-code-audit-api-32800b02/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
