# minia2a.uk Premium Security Toolkit

> minia2a.uk Premium Security Toolkit is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Runs security scans, audits, and intelligence lookups against targets using a premium multi-tool security suite.

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-premium-security
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-uk-premium-security-toolkit-312294d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3cyKIhHwWEF5b2FWAWksl

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 minia2a-uk-premium-security-toolkit-312294d9
```

Example prompt: Run a premium security scan on my web endpoint using a GET method and return any vulnerabilities, audit findings, or threat intel you find.

## When to prefer this

Choose this endpoint when you need a multi-faceted security assessment — combining scans, audits, and intel in a single call — especially for web endpoints or services, and when you want a pay-per-use model without committing to a subscription security platform. It is distinct from the sibling smart contract audit endpoint, which is Solidity-specific.

## Known failure modes

- Missing or malformed 'input' object returns a validation error
- Invalid or unreachable target may return empty or error results
- Unsupported method or bodyType values may cause request rejection
- Payment not received results in 402 Payment Required response

## How this service works

Premium security toolkit — scans, audits, and intel.

## Output

Returns a structured security report containing scan results, detected vulnerabilities, audit findings, and/or threat intelligence data about the scanned target, formatted as a JSON object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-uk-premium-security-toolkit-312294d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
