Sorter

v1.0.0

Sorting algorithm and system reference — comparison sorts, distribution sorts, parallel sorting, and industrial sortation. Use when choosing sorting strategi...

0· 86·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (sorting algorithms, system reference) align with the provided assets: an instruction file (SKILL.md) and a bundled shell script that prints guidance and command help. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/script.sh with subcommands (intro, comparison, distribution, etc.). The visible portions of scripts/script.sh only output documentation text. Running the included script is expected for this skill, but any shipped executable code should be inspected because it will run locally when invoked.
Install Mechanism
No install spec is present (instruction-only plus a bundled script). Nothing is downloaded from external URLs or written to disk by an installer. This is low-risk from an install-mechanism perspective.
Credentials
The skill declares no required environment variables or credentials. SKILL.md documents an optional SORTER_DIR (default ~/.sorter/) which is reasonable for storing local data; no unrelated secrets are requested.
Persistence & Privilege
always is false, and there are no indications the skill attempts to modify other skills or system-wide agent settings. The only potential persistence is use of a local data dir (~/.sorter/) which is declared in the docs.
Assessment
This skill appears coherent and intended as a local reference: the commands run a bundled shell script that prints sorting guidance. Before installing or invoking it, open and read scripts/script.sh entirely to confirm it only prints documentation and does not perform unexpected actions (network calls, deleting files, or invoking other programs). If you plan to run it on a production machine, consider running it in a sandbox or container, and ensure the SORTER_DIR location is acceptable. If you want higher assurance, provide the full script contents (untruncated) for a complete review.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dg51jbrsbw13q5ehc33x4s183bqex

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments