← Back to search

io.github.rog0x/string

rog0x Scanned 23d ago

String analyzer, diff, templates for AI agents

B
86.5 / 100

Versions

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

Tools 5

analyze_string
annotations: none low

Analyze text to get character count, word count, sentence count, paragraph count, reading time, Flesch-Kincaid reading level, unique words, most common words, and longest word.

text string
transform_string
annotations: none low

Transform text with operations: remove_duplicate_lines, remove_extra_whitespace, extract_emails, extract_urls, extract_phone_numbers, mask_sensitive_data, truncate, wrap_text.

text string
diff_strings
annotations: none low

Compare two strings showing additions, deletions, and unchanged segments with positions. Supports character-level, word-level, and line-level diff modes.

new_text string old_text string
render_template
annotations: none low

Render a template string by replacing {{variables}} with values from a data object. Supports {{#if var}}...{{#else}}...{{/if}} conditionals and {{#each arr}}...{{/each}} loops with {{this}}, {{@index}}, and {{this.prop}}.

template string
generate_slug
annotations: none low

Generate a URL-friendly slug from text. Removes special characters, lowercases, replaces spaces with hyphens, transliterates accented characters. Configurable separator and max length.

text string

Permissions 0

No permissions indexed yet.

Scan Findings 19

low
Tool 'analyze_string' has no annotations annotation_checker · 100%
low
Tool 'transform_string' has no annotations annotation_checker · 100%
low
Tool 'diff_strings' has no annotations annotation_checker · 100%
low
Tool 'render_template' has no annotations annotation_checker · 100%
low
Tool 'generate_slug' 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: analyze_string manifest_parser · 70%
info
Tool: transform_string manifest_parser · 70%
info
Tool: diff_strings manifest_parser · 70%
info
Tool: render_template manifest_parser · 70%
info
Tool: generate_slug 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%