← Back to search

io.github.rog0x/regex

rog0x Scanned 23d ago

Regex test, explain, replace patterns for AI agents

B
87.5 / 100

Versions

1.0.1latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 4

regex_extract
annotations: none low

Extract all matches of a regex pattern from text. Returns a structured array of match objects with full match text, captured groups, and named groups.

text string pattern string
regex_test
annotations: none low

Test a regex pattern against text. Returns all matches with indices, captured groups, and named groups.

text string pattern string
regex_explain
annotations: none low

Take a regex pattern and return a human-readable explanation of each component, including flags.

flags string pattern string
regex_replace
annotations: none low

Find and replace using a regex pattern. Supports capture group references ($1, $2, $&, etc.) in the replacement string.

text string pattern string

Permissions 0

No permissions indexed yet.

Scan Findings 17

low
Tool 'regex_extract' has no annotations annotation_checker · 100%
low
Tool 'regex_test' has no annotations annotation_checker · 100%
low
Tool 'regex_explain' has no annotations annotation_checker · 100%
low
Tool 'regex_replace' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.1 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: regex_extract manifest_parser · 70%
info
Tool: regex_test manifest_parser · 70%
info
Tool: regex_explain manifest_parser · 70%
info
Tool: regex_replace manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
info
SBOM generated: 94 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%