Terminal Dashboard

v1.0.0

Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file. terminal-dashboard, go, alerting, charts, cmd.

0· 90·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Terminal Dashboard for logging, visualization, alerting) matches the included script and SKILL.md: the tool records events to local log files and can export/search them. Nothing in the bundle requests unrelated privileges or credentials.
Instruction Scope
SKILL.md instructs use of a terminal-dashboard CLI. The repository includes scripts/script.sh which implements that CLI, but there is no install step described — the user/agent must run or install the script to make the terminal-dashboard command available. Otherwise, the runtime instructions themselves stay within the stated purpose and do not request unrelated files or network I/O.
Install Mechanism
No install spec is provided (instruction-only), which is low risk. However a code file (scripts/script.sh) is included; there is no automatic installation or guidance for placing it on PATH. This is a usability/packaging note rather than a security issue.
Credentials
The skill requests no environment variables or credentials. The script uses HOME implicitly and supports overriding the data directory via TERMINAL_DASHBOARD_DIR (documented). This is proportional to the stated local logging functionality.
Persistence & Privilege
The skill does not request permanent/always-on privilege, does not modify other skills or system-wide settings, and only writes to its own data directory under the user's home. Autonomous model invocation is allowed by platform default but not combined with other red flags here.
Assessment
This skill appears to be a simple local CLI logger. Before installing or running it: 1) Inspect the included scripts/script.sh (you already have it) to confirm there are no network calls or additional behavior in the truncated portion; 2) Be aware logs are stored under ~/.local/share/terminal-dashboard (or override via TERMINAL_DASHBOARD_DIR) — avoid logging secrets or sensitive data there; 3) The bundle contains no automatic installer: if you want the command terminal-dashboard on your PATH you must install the script yourself (e.g., copy to /usr/local/bin and mark executable) or invoke the script directly; 4) If you need stronger guarantees, run it in a sandbox or review the rest of the file (the provided script was partially truncated in the listing) to confirm there are no hidden network endpoints or unexpected operations.

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

latestvk974da3fw7cb9wxcqb6k93dvws839fqn

License

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

Comments