-
Notifications
You must be signed in to change notification settings - Fork 0
Tool Catalog
Dan Solheim edited this page Jul 20, 2026
·
1 revision
26 tools across 6 suites. Every endpoint returns PASS / FLAG / BLOCK + a SHA-256 certificate and is deterministic and offline unless it documents an opt-in networked mode. Full schemas: GET https://api.agent-toolbox.ai/openapi.json.
-
Package Validator —
POST /v1/validate/imports— checks imports against live registries (catches hallucinated packages). -
Hallucination Firewall —
POST /v1/verify— packages, URLs, citations, numeric contradictions; optional NLI grounding. -
Context Distiller —
POST /v1/distill— compress a conversation to a token budget.
-
Secret Scanner —
POST /v1/scan/secrets -
Injection Detector —
POST /v1/scan/injection -
Token Counter —
POST /v1/tokens/count -
Vulnerability Scanner —
POST /v1/scan/vulnerabilities(OSV / CVE) -
PII / PHI / PCI Firewall —
POST /v1/scan/pii -
Command Safety Gate —
POST /v1/scan/command -
URL / SSRF Gate —
POST /v1/scan/url
-
Units Sanity Check —
POST /v1/finance/units -
Cross-Source Price Validator —
POST /v1/finance/price -
Symbol / Token Resolver —
POST /v1/finance/symbol -
Rug Pull Scanner —
POST /v1/finance/token/risk -
Slippage / Liquidity Guard —
POST /v1/finance/slippage -
Full Order Risk Scorer —
POST /v1/finance/order/risk -
Position Guardian —
POST /v1/finance/position/check
-
Sanctions Screening —
POST /v1/compliance/sanctions(OFAC SDN + Consolidated) -
Medication Safety Gate —
POST /v1/health/rx-check
-
Tool-Argument Firewall —
POST /v1/agent/tool-args -
IaC Risk Gate —
POST /v1/infra/plan/risk(Terraform / IAM / Kubernetes) -
Citation Validator —
POST /v1/legal/cite -
Deadline Calculator —
POST /v1/legal/deadline
-
Identifier Validator —
POST /v1/validate/identifier -
Schema Conformance —
POST /v1/validate/schema -
SQL Safety Gate —
POST /v1/scan/sql
See Integration to call these, and Anatomy of a Gate for how one works internally.
Agentoolbox — deterministic pre-action gates for AI agents · agent-toolbox.ai · GitHub
How we build
Reference