Eternal Task Board
v1.0.0Simple CLI task/project board (kanban)
⭐ 0· 65·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included Python CLI. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
SKILL.md simply instructs running Python on scripts/tasks.py with optional --db path. The script only reads/writes the specified JSON file and prints to stdout; it does not access other system paths, environment variables, or network endpoints.
Install Mechanism
No install spec is provided (instruction-only); no downloads or third-party install steps are required.
Credentials
The skill declares no required env vars or credentials and the code does not read secrets or external credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It only creates/updates the local DB file specified by --db (default .tasks.json).
Assessment
The skill appears to be a small, local CLI tool that stores data in a JSON file (default .tasks.json in the current working directory or whatever you pass to --db). It contains no network calls or secret access. Before installing or running: (1) review the code (already small and readable), (2) run it in an isolated directory to avoid overwriting an existing .tasks.json, (3) avoid pointing --db to any sensitive system paths (don’t use home config files, system auth files, etc.), and (4) ensure Python3 is available. Note: the script will overwrite the specified JSON file, so back up any important data at that path. Autonomous invocation is allowed by default on the platform (not a fault of this skill); that simply means the agent could run the CLI if granted the skill — consider whether you want the agent to run local commands automatically.Like a lobster shell, security has layers — review code before you run it.
latestvk97f45c2d6cbcx92e4cf99ge5h83zat5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
