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.

What this means

The tool may fail or behave differently than the documentation suggests, but the provided code does not show harmful behavior.

Why it was flagged

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.

Skill content
--batch FILE    Encode/decode lines from a file
  --json          Output as JSON
Recommendation

Verify the available command-line options before using the skill in workflows, especially batch or JSON-output workflows.

What this means

Users may need to confirm they are running the intended local script rather than an unavailable or unrelated command.

Why it was flagged

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.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Use the bundled script directly or verify the command mapping before installation or automation.