# minia2a Premium Security Toolkit

> minia2a 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).

Provides premium security scanning, auditing, and intelligence capabilities for domains, contracts, or systems.

## Facts

- Endpoint: GET https://minia2a.uk/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-premium-security-toolkit-660bb8c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NRAoQaUyiqZ8LZ-CnH0t8

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-premium-security-toolkit-660bb8c1
```

Example prompt: Can you run a full security scan and audit on the domain 'suspiciousdomain.xyz' and tell me what threats or vulnerabilities are associated with it?

## When to prefer this

Choose this endpoint when you need a combined security toolkit covering scans, audits, and threat intelligence in a single paid API call, especially within an agentic workflow that already uses minia2a.uk services. Useful when you want quick, monetized security assessments without setting up a full-fledged security platform.

## Known failure modes

- Invalid or unresolvable target returns an error or empty results
- Unsupported query type or method returns a validation error
- Network timeout if the target takes too long to respond
- Payment not confirmed results in 402 response blocking the request
- Malformed queryParams object causes a 400 bad request

## How this service works

Premium security toolkit — scans, audits, and intel.

## Output

Returns a structured security report containing scan results, audit findings, threat intelligence data, and/or vulnerability assessments relevant to the queried target. The exact output depends on the type and method parameters provided.

## 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-premium-security-toolkit-660bb8c1/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)
