ag_text_regex_extract

shallow

io.github.AgentTanuki/x402-payment-safety · Verify this server

Bounded, safe regex extraction over text. Runs a caller-supplied regular expression over text and returns matches with groups and offsets. Guarded: pattern length cap, nested-quantifier rejection, match-count cap — safe to expose to strangers. Deterministic, fixture-verified, free for guests (rate-limited; pass your Guild api_key to use your member budget). Returns the result plus a Guild-signed provenance envelope. `payload` MUST match this JSON Schema: {"type": "object", "properties": {"text": {"type": "string", "maxLength": 60000}, "pattern": {"type": "string", "maxLength": 300}, "flags": {"type": "array", "items": {"enum": ["i", "m", "s"]}}, "max_matches": {"type": "integer", "minimum": 1, "maximum": 1000}}, "required": ["text", "pattern"], "additionalProperties": false} Output schema: {"type": "object", "properties": {"matches": {"type": "array"}, "count": {"type": "integer"}, "truncated": {"type": "boolean"}}, "required": ["matches", "count", "truncated"], "additionalProperties": false}

100.0/100

1 trials · measured 8 days ago

ag_text_regex_extract scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.AgentTanuki/x402-payment-safety, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
unreachable
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: ag_text_regex_extract
[![Vouch score](https://vouch.tools/api/tools/092b181a-7e86-4501-b55b-5d4247e5ec1d/badge.svg)](https://vouch.tools/tools/092b181a-7e86-4501-b55b-5d4247e5ec1d)
ag_text_regex_extract — Vouch