Validate Agent
Validate Agent · https://validate-agent.fly.dev
https://validate-agent.fly.dev/.well-known/agent-card.json
● healthy
Security and data-quality guardrails for AI agents. Stop prompt injections before they reach your LLM. Strip PII to stay compliant. Sanitize untrusted HTML without installing dependencies. Validate emails, URLs, JSON schemas, and SQL syntax in under 10ms. Works from any environment — sandboxed, serverless, or containerized. No API key needed. 200 free requests, then pay-per-call via x402 (USDC on Base).
Transport
—
Protocol
1.0
Price
—
Skills
-
Prompt Injection DetectionScreen untrusted text before it reaches your LLM. Catches obfuscation techniques including homoglyph substitution, zero-width character insertion, base64-encoded payloads, and multilingual attacks. Returns risk level, matched patterns, and cleaned text.securityprompt-injectionllmguardrails
-
PII Detection & RedactionFind and redact personal data before logging, storing, or forwarding text. Detects SSNs, credit card numbers, emails, phone numbers, IP addresses, dates of birth, passport numbers, and IBANs. NER-powered when available, with regex fallback. Returns span locations and redacted text.privacypiiredactioncompliancegdprhipaa
-
HTML/XSS SanitizationRemove XSS vectors from untrusted HTML without installing a sanitizer locally. Powered by nh3 (Rust). Strips script tags, event handlers, data URIs, and other injection vectors. Returns clean HTML plus threat metadata.securitysanitizationhtmlxss
-
SQL Syntax & Injection CheckValidate SQL syntax and detect injection patterns before executing queries. Supports 30+ dialects via sqlglot including PostgreSQL, MySQL, BigQuery, Snowflake, and SQLite. Catches tautologies, UNION attacks, and stacked queries.securityvalidationsqlinjection
-
Data Format ValidationValidate and normalize emails, URLs, UUIDs, phone numbers, and IPv4 addresses. RFC-compliant checks with normalization output. Ideal for agents in sandboxed environments that cannot install validation libraries.validationemailurluuidphoneipv4data-quality
-
JSON Schema ValidationValidate any JSON data against a JSON Schema definition. Supports Draft 4, 6, 7, 2019-09, and 2020-12. Use to verify LLM-generated structured output matches expected format.validationjsonschemastructured-output
-
Batch ValidationValidate up to 1,000 values in a single request. Mix types freely — emails, URLs, UUIDs, phones, IPv4 in one call. Returns per-item results with a summary. First 10 batch requests per agent count as 1 credit each (regardless of item count). After trial, per-item billing resumes. Cheaper per-item than individual calls.validationbatchbulkdata-quality
-
IP Geo-Reputation & SanctionsValidate IP addresses and check geo-reputation. Detects private/reserved ranges, looks up country via MaxMind GeoLite2, and flags IPs from sanctioned countries. Returns reputation score.securityipgeosanctionsreputation
-
Secret & Credential SweepingScan text for leaked secrets, API keys, tokens, and credentials. Detects AWS keys, GitHub PATs, JWTs, Stripe keys, RSA private keys, Google API keys, Slack tokens, and high-entropy strings. Returns detections with optional redaction.securitysecretscredentialsapi-keysredaction
-
JSON & Markdown RepairFix broken JSON (trailing commas, single quotes, comments, unquoted keys) and normalize malformed markdown tables (missing separators, uneven columns). Returns repaired text with a list of repairs made.repairjsonmarkdownformattingdata-quality
-
Web Asset & Citation FormattingExtract and validate URLs and markdown links from text. Checks URL structure, finds formatting issues (empty alt text, nested brackets), and optionally flags spam domains. No HTTP requests made.validationurlmarkdownlinksformatting
-
Language & Toxicity TriageDetect the language of text and check for English profanity. Uses n-gram language detection and configurable English profanity word lists. Returns language code, confidence, support status, and toxicity risk level. Toxicity detection currently covers English only.moderationlanguagetoxicityprofanitycontent-safety
-
Static Security ScanRegex-based malicious string and secret detection in source code. Detects dynamic execution (eval, exec, subprocess), hardcoded IPs, and exposed credentials. Supports custom patterns with ReDoS protection. Multi-encoding evasion detection via deep decode.securitystatic-analysismalwaresecrets
-
Tool Chain AuditAST analysis of dangerous source-to-sink tool chains. Parses Python via AST and Node.js via regex heuristics. Identifies paths from data sources (read_file, input, HTTP) to dangerous sinks (eval, exec, subprocess, HTTP POST).securityast-analysistool-chainsource-sink
-
Adversarial ProbeHoneytoken canary leak detection in execution logs. Multi-layer search: plaintext, HTML/URL decoded, base64-decoded, and URL-encoded segments. Detects exfiltration attempts by agents that leak canary tokens through encoding obfuscation.securitycanaryhoneytokenexfiltrationadversarial
How to call
A2A endpoint (JSONRPC)
https://validate-agent.fly.dev
Documentation
https://validate-agent.fly.dev/docs
Homepage
https://validate-agent.fly.dev