Urlencode Tool
PassAudited by ClawScan on May 9, 2026.
Overview
This appears to be a simple offline URL encode/decode helper, with no credential, network, persistence, or destructive behavior shown.
This skill looks safe for simple local URL encoding and decoding. Before relying on it, check which options are actually supported, because the documentation describes features that are not present in the bundled Python script.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The tool may fail or behave differently than the documentation suggests, but the provided code does not show harmful behavior.
The documentation advertises features that the included `scripts/urlcode.py` parser does not implement, so users should not assume all documented options are actually available.
--batch FILE Encode/decode lines from a file --json Output as JSON
Verify the available command-line options before using the skill in workflows, especially batch or JSON-output workflows.
Users may need to confirm they are running the intended local script rather than an unavailable or unrelated command.
The skill includes a Python script and documents a `urlencode-tool` command, but no install spec explains how that command is installed or mapped to the script.
No install spec — this is an instruction-only skill.
Use the bundled script directly or verify the command mapping before installation or automation.
