Leaderboard

v2.0.2

Record scores, rank players, and analyze game stats with terminal leaderboards. Use when tracking scores, ranking competitors, reviewing performance.

0· 180·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (record scores, rank players, analyze stats) match the provided script and SKILL.md. All required functionality is implemented locally and stored under ~/.local/share/leaderboard; no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and the runtime script keep scope to leaderboard operations (commands, local storage, export, search). The instructions do not request unrelated files, environment variables, or external endpoints. The skill does automatically log activity to history.log (explicitly documented).
Install Mechanism
No install spec; the skill is instruction + a single shell script. Nothing is downloaded or extracted from remote URLs during install.
Credentials
The skill requires no environment variables, no credentials, and no config paths beyond its documented data directory (~/.local/share/leaderboard). This is proportionate to its purpose.
Persistence & Privilege
always:false and no system-wide changes are requested. The skill writes only to its own data dir and does not modify other skills or global agent settings.
Assessment
This skill runs entirely locally and stores all data in ~/.local/share/leaderboard (history and per-command .log files). Before installing, review that you're comfortable with persistent local logs and exports (exports include all logged entries). There are no network calls or credential requests. A minor implementation note: the JSON export may produce formatting issues (the script appends a literal "\n]"), but that is a functional bug rather than a security concern. If you need strict privacy, back up or remove the data directory when finished; otherwise the skill appears safe and coherent for its stated purpose.

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

latestvk97drx53ywy0038h82r3cd54nh834p3c

License

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

Comments