Milestone
v2.0.1A focused utility tools tool built for Milestone. Use when you need milestone.
⭐ 0· 179·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (Milestone, a local utility) matches the included script and SKILL.md. The skill requires no credentials, no external binaries, and its functionality (logging, stats, export) is implemented in the provided shell script.
Instruction Scope
SKILL.md instructs use of a local CLI and references the same data directory (~/.local/share/milestone) used by the script. The instructions and script only read/write files in that directory and use local shell utilities (du, cat, tail, grep). There are no steps that access unrelated system files, environment secrets, or external endpoints.
Install Mechanism
There is no install spec (instruction-only skill + a bundled shell script). No downloads or archive extraction occur. Nothing is written outside the user's home data directory by design.
Credentials
The skill declares no required environment variables or credentials. The script uses HOME to build a per-user data directory, which is proportional to its purpose. There are no requests for tokens, keys, or unrelated service credentials.
Persistence & Privilege
The skill is not forced-always; it can be invoked by the user or autonomously per platform defaults. It does not modify other skills or system-wide settings. It persists only by creating and updating files under ~/.local/share/milestone.
Assessment
This skill appears to be a straightforward local CLI that logs actions to ~/.local/share/milestone and can export those logs. It does not contact external services or request credentials. Before installing, consider: (1) the tool logs raw inputs — avoid entering passwords, API keys, or other secrets into commands handled by this tool; (2) if you want to ensure no external communication, review the full script locally (it's a plain shell script) to verify no network calls were added in later versions; (3) confirm you are comfortable with files being created under ~/.local/share/milestone and review/remove them if needed.Like a lobster shell, security has layers — review code before you run it.
latestvk97e4t2t6vdj1sh01ngpt9rq7s8336zb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
