Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Milestone

A focused utility tools tool built for Milestone. Log entries, review trends, and export reports — all locally.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 38 · 0 current installs · 0 all-time installs
byBytesAgain2@ckchzh
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description (local milestone logging, stats, export) matches the included script: it creates ~/.local/share/milestone, records timestamped entries per command, and supports export and stats. No unrelated credentials or platform access are requested.
Instruction Scope
SKILL.md instructs only local CLI usage (help, status, stats, export, search, etc.). The visible portion of the script operates only on files under the DATA_DIR and standard unix utilities (grep, tail, wc, du). There is no instruction to read unrelated system files or send data externally in the visible content.
Install Mechanism
No install spec is present (instruction-only style). A script file is included but no remote downloads or extra packages are requested. This is low risk from an installation perspective.
Credentials
The skill requires no environment variables, credentials, or config paths. All data access is limited to the DATA_DIR under the user's home, which is proportionate to a local logging tool.
Persistence & Privilege
The skill is not marked always:true and does not request elevated privileges. It writes only to its own data directory under the user's home and does not modify other skill or system configurations in the visible code.
What to consider before installing
This skill appears coherent and local: it creates and writes logs under ~/.local/share/milestone and offers exports. However the provided script was truncated in the review sample, so you should (1) review the entire scripts/script.sh file yourself to confirm there are no network calls (curl/wget/nc/ssh) or attempts to read other system files, (2) confirm you’re comfortable with plaintext logs being stored in your home directory (they may contain sensitive inputs), (3) check file permissions after installation, and (4) consider running it in a sandbox or container first. If you want higher assurance, provide the complete script for a full review.

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

Current versionv1.0.1
Download zip
latestvk970271armttrwt2nd4zp3vtqh830fh3

License

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

SKILL.md

Milestone

A focused utility tools tool built for Milestone. Log entries, review trends, and export reports — all locally.

Why Milestone?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
milestone help

# Check current status
milestone status

# View your statistics
milestone stats

Commands

CommandWhat it does
milestone runRun
milestone checkCheck
milestone convertConvert
milestone analyzeAnalyze
milestone generateGenerate
milestone previewPreview
milestone batchBatch
milestone compareCompare
milestone exportExport
milestone configConfig
milestone statusStatus
milestone reportReport
milestone statsSummary statistics
milestone export<fmt> Export (json
milestone search<term> Search entries
milestone recentRecent activity
milestone statusHealth check
milestone helpShow this help
milestone versionShow version
milestone $name:$c entries
milestone Total:$total entries
milestone Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
milestone Version:v2.0.0
milestone Datadir: $DATA_DIR
milestone Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
milestone Disk:$(du -sh "$DATA_DIR" 2>/dev/null
milestone Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
milestone Status:OK
milestone [Milestone]run: $input
milestone Saved.Total run entries: $total
milestone [Milestone]check: $input
milestone Saved.Total check entries: $total
milestone [Milestone]convert: $input
milestone Saved.Total convert entries: $total
milestone [Milestone]analyze: $input
milestone Saved.Total analyze entries: $total
milestone [Milestone]generate: $input
milestone Saved.Total generate entries: $total
milestone [Milestone]preview: $input
milestone Saved.Total preview entries: $total
milestone [Milestone]batch: $input
milestone Saved.Total batch entries: $total
milestone [Milestone]compare: $input
milestone Saved.Total compare entries: $total
milestone [Milestone]export: $input
milestone Saved.Total export entries: $total
milestone [Milestone]config: $input
milestone Saved.Total config entries: $total
milestone [Milestone]status: $input
milestone Saved.Total status entries: $total
milestone [Milestone]report: $input
milestone Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/milestone/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…