← Back to search

io.github.kira-autonoma/devtools

kira-autonoma Scanned 14h ago

23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.

B
79.5 / 100

Versions

1.0.1latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 23

base64_encode
annotations: none low

Encode text to Base64

text string
base64_decode
annotations: none low

Decode Base64 to text

encoded string
url_encode
annotations: none low

URL-encode a string

text string
url_decode
annotations: none low

Decode a URL-encoded string

text string
html_encode
annotations: none low

HTML-encode special characters

text string
html_decode
annotations: none low

Decode HTML entities to plain text

text string
hash
annotations: none low

Generate a hash of the input text. Supports md5, sha1, sha256, sha512

text string
hmac
annotations: none low

Generate HMAC of the input text

key string text string
jwt_decode
annotations: none low

Decode a JWT token without verification. Shows header, payload, and expiration status

token string
uuid
annotations: none low

Generate a UUID (v4 random)

count number
random_string
annotations: none low

Generate a random string (hex, alphanumeric, or bytes)

length number
json_format
annotations: none low

Pretty-print or minify JSON

json string minify boolean
json_diff
annotations: none low

Compare two JSON objects and show differences

a string b string
timestamp
annotations: none low

Convert between Unix timestamps and ISO dates, or get the current time

input string
regex_test
annotations: none low

Test a regex pattern against text. Returns matches and capture groups

text string flags string pattern string
color_convert
annotations: none low

Convert between hex, RGB, and HSL color formats

color string
qr_generate
annotations: none low

Generate a QR code from text or URL. Returns a data URI (base64 PNG image)

size number text string
http_status
annotations: none low

Look up HTTP status code meaning

code number
number_base
annotations: none low

Convert a number between bases (binary, octal, decimal, hex)

value string to_base number
byte_convert
annotations: none low

Convert between byte units (B, KB, MB, GB, TB)

value string
text_stats
annotations: none low

Count characters, words, lines, and analyze text

text string
text_diff
annotations: none low

Compare two text strings line-by-line

a string b string
cron_explain
annotations: none low

Explain what a cron expression means in human-readable terms

expression string

Permissions 0

No permissions indexed yet.

Scan Findings 56

low
Tool 'base64_encode' has no annotations annotation_checker · 100%
low
Tool 'base64_decode' has no annotations annotation_checker · 100%
low
Tool 'url_encode' has no annotations annotation_checker · 100%
low
Tool 'url_decode' has no annotations annotation_checker · 100%
low
Tool 'html_encode' has no annotations annotation_checker · 100%
low
Tool 'html_decode' has no annotations annotation_checker · 100%
low
Tool 'hash' has no annotations annotation_checker · 100%
low
Tool 'hmac' has no annotations annotation_checker · 100%
low
Tool 'jwt_decode' has no annotations annotation_checker · 100%
low
Tool 'uuid' has no annotations annotation_checker · 100%
low
Tool 'random_string' has no annotations annotation_checker · 100%
low
Tool 'json_format' has no annotations annotation_checker · 100%
low
Tool 'json_diff' has no annotations annotation_checker · 100%
low
Tool 'timestamp' has no annotations annotation_checker · 100%
low
Tool 'regex_test' has no annotations annotation_checker · 100%
low
Tool 'color_convert' has no annotations annotation_checker · 100%
low
Tool 'qr_generate' has no annotations annotation_checker · 100%
low
Tool 'http_status' has no annotations annotation_checker · 100%
low
Tool 'number_base' has no annotations annotation_checker · 100%
low
Tool 'byte_convert' has no annotations annotation_checker · 100%
low
Tool 'text_stats' has no annotations annotation_checker · 100%
low
Tool 'text_diff' has no annotations annotation_checker · 100%
low
Tool 'cron_explain' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Buffer.from base64 in kira-autonoma-devtools-mcp-b58b489/src/index.ts:33 entropy_analyzer · 75%
info
package.json metadata manifest_parser · 100%
info
Tool: base64_encode manifest_parser · 70%
info
Tool: base64_decode manifest_parser · 70%
info
Tool: url_encode manifest_parser · 70%
info
Tool: url_decode manifest_parser · 70%
info
Tool: html_encode manifest_parser · 70%
info
Tool: html_decode manifest_parser · 70%
info
Tool: hash manifest_parser · 70%
info
Tool: hmac manifest_parser · 70%
info
Tool: jwt_decode manifest_parser · 70%
info
Tool: uuid manifest_parser · 70%
info
Tool: random_string manifest_parser · 70%
info
Tool: json_format manifest_parser · 70%
info
Tool: json_diff manifest_parser · 70%
info
Tool: timestamp manifest_parser · 70%
info
Tool: regex_test manifest_parser · 70%
info
Tool: color_convert manifest_parser · 70%
info
Tool: qr_generate manifest_parser · 70%
info
Tool: http_status manifest_parser · 70%
info
Tool: number_base manifest_parser · 70%
info
Tool: byte_convert manifest_parser · 70%
info
Tool: text_stats manifest_parser · 70%
info
Tool: text_diff manifest_parser · 70%
info
Tool: cron_explain manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
info
SBOM generated: 124 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%