Ship the raw agent.
One JSON payload from your CI step, code-review agent, or curl. No client library required.
POST /agent-audit
content-type: application/json
{
"system_prompt": "...",
"tools": [ ... ],
"tier": "surface"
}Agent-audit for tool-using AI systems
We audit the agents you ship before someone else finds the holes. Hardened artifacts, cited to recognized standards, ready to drop into your CI/CD process.
Early API invites go to work emails first.

A one page protocol. No SDK to integrate, no dashboard to provision, no SSO, no SOW. POST your agent, settle the 402, get a hardened artifact back.
One JSON payload from your CI step, code-review agent, or curl. No client library required.
POST /agent-audit
content-type: application/json
{
"system_prompt": "...",
"tools": [ ... ],
"tier": "surface"
}NIST AI RMF subcategories scored. OWASP LLM Top 10 mapped. MITRE ATLAS techniques flagged. Active fires Garak probes against the endpoints you authorize.
Hardened prompt, locked schemas, structured findings, and a Stripe-MPP receipt. Attach to the PR, file with GRC, then ship with evidence.
{
"hardened_prompt": "...",
"locked_schemas": [ ... ],
"findings": [ ... ],
"receipt": { "spt": "spt_..." }
}Before
Open-ended tool access
After
Declared tool scope + failure modes
Before
No injection policy
After
OWASP LLM01 mitigation block
Before
Untracked eval surface
After
NIST MEASURE evidence map
{
"status": 402,
"title": "Payment Required",
"detail": "Payment is required (BuildPilled agent-audit · Surface tier).",
"challenge": {
"method": "stripe",
"intent": "charge",
"request": {
"amount": "2500",
"currency": "usd",
"methodDetails": {
"networkId": "buildpilled",
"paymentMethodTypes": [
"card"
]
}
},
"description": "BuildPilled agent-audit · Surface tier"
}
}We hand back a hardened agent, not a report. Tightened prompt, locked tool schemas, missing guardrails added. Every change cited.
Best for PR checks, internal agents, and prompt hardening.
Everything in Surface, plus our adversarial agent actively probes the endpoints you declare. Hardened agent + attack transcripts + reproducible cases.
Best for customer-facing agents, tool use, and pre-launch security review.
Settled per call via Stripe Link MPP. No subscription, no seat license, no minimum, no MSA.
Sample report →Teams shipping AI agents that touch real data, real tools, or real customers, especially when a security review or compliance check is on the horizon.
Surface comes back the same day. Active typically completes within a business day, depending on the size of your agent and authorized endpoints.
Your agent's setup: system prompt, tools, model, and (Active only) the endpoints you authorize. We never touch anything you haven't declared.
Every finding cites a published standard: NIST AI RMF + AI 600-1, OWASP LLM Top 10, MITRE ATLAS. No black-box severity numbers.