Lifegoals

v2.0.0

Define goals, break them into milestones, and track progress step by step. Use when setting life goals, planning milestones, tracking long-term progress.

0· 87·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/description (life-goal tracking, milestone management) align with what the package requests and does. The script provides commands to record, view, export, and search goal entries and stores data locally; nothing in the files suggests unrelated capabilities (no cloud or third-party integrations).
Instruction Scope
Runtime instructions and the script are scoped to reading/writing local log files under ~/.local/share/lifegoals, printing status and exports, and basic text processing. There are no instructions to read unrelated system files, transmit data externally, or access credentials outside HOME. The skill does persist user-provided inputs to disk (expected for this purpose).
Install Mechanism
There is no install specification (instruction-only at registry level), but the package does include an executable script (scripts/script.sh). That script will create ~/.local/share/lifegoals and write logs when run — expected for a CLI tool, but users should note that files are created in their home directory when the script is executed.
Credentials
The skill requests no environment variables or credentials and only uses HOME to construct DATA_DIR. The level of environment access is minimal and proportional to the stated offline, local storage behavior.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. Its only persistent effect is creating and writing logs under the user's data directory (its own scope), which is appropriate for a local tracking tool.
Assessment
This skill appears coherent and local-only, but review a few practical points before installing/running: 1) The included script will create ~/.local/share/lifegoals and append user inputs to per-command log files and history.log — avoid entering secrets or passwords into the tool because exports include raw log contents. 2) The JSON export code does not escape user text safely and has formatting bugs; exported JSON may be malformed if entries contain quotes or newlines. 3) If you want to limit exposure, change DATA_DIR to a location you control and set appropriate filesystem permissions (chmod) on the directory. 4) Because the package includes an executable script, inspect it locally (you already have its contents) and run it only if you trust it. Overall the behavior matches the description and there are no network calls or unexpected credentials requested.

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

latestvk974ytntq8bb9nncq252ptks81834wr2

License

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

Comments