# CIEL M2M Smart Contract Scanner

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

Scans a smart contract for security vulnerabilities, risks, and code quality issues

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/scan-contract
- Price: $0.1/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-smart-contract-scanner-d2b89b65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DE3BsMYKTL9C_BzOgoelK

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-smart-contract-scanner-d2b89b65
```

Example prompt: Can you scan this smart contract for security vulnerabilities and tell me if it's safe to interact with? Here are the contract properties I want checked.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call smart contract security scan without committing to a full audit service subscription. Ideal for AI agents performing automated pre-interaction checks on DeFi contracts, NFT contracts, or any on-chain code before recommending user interaction or investment.

## Known failure modes

- Missing or malformed contract properties input returns an error
- Contract not found or unresolvable address returns empty or error result
- Network timeout if the contract is complex or large
- Unrecognized contract format may return incomplete analysis
- Rate limiting or payment failure via x402 if USDC balance is insufficient

## 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 result containing the security scan outcome for the provided smart contract, including detected vulnerabilities, risk flags, and an overall assessment of the contract's safety.

## 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-smart-contract-scanner-d2b89b65/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)
