VerityLayer check · verification
← all VerityLayer checks
PII & secret detection
Flag PII, secrets, and credentials before text leaves a trust boundary.
What it does
Scan a payload for personal data (names, emails, IDs, financial, device/IP) and secrets (API keys, passwords, tokens), with a severity, the findings, and a redacted copy.
verdictseverityfindingsreasonsredacted_payload
| Tier | Price (USDC/Base) | Depth |
|---|---|---|
| quick | $0.02 | fast |
| standard | $0.06 | fast |
| pro | $0.15 | fast |
curl -X POST https://suite.veritylayer.dev/redact/quick \
-H "content-type: application/json" \
-d '{"payload": "…", "context": "…"}'
# unpaid → HTTP 402 (x402 challenge); pay $0.02 USDC on Base and retry
Every verdict is signed. This check returns an Ed25519-signed receipt — portable proof of exactly what VerityLayer said. See it, and break one yourself →