Tagout
v1.0.0Tagout safety compliance tracker. Use when json tagout tasks, csv tagout tasks, checking tagout status.
⭐ 0· 87·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
The skill name/description (tagout safety tracker) matches the included script behavior: adding, listing, searching, exporting, and configuring entries stored locally. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md simply documents commands that run scripts/script.sh and documents TAGOUT_DIR. The runtime instructions stay within the stated purpose (managing local tagout entries) and do not ask the agent to read unrelated system files or transmit data externally.
Install Mechanism
No install spec; the skill is instruction-only plus a bundled shell script. Nothing is downloaded or installed from remote sources.
Credentials
No environment variables, credentials, or config paths are required beyond the optional TAGOUT_DIR (documented). The script reads/writes only to the configured data directory (default: $HOME/.tagout), which is appropriate for a local tracker.
Persistence & Privilege
always is false. The skill creates and writes only to its own data/config files under the data directory and does not modify other skills or system-wide settings.
Assessment
This skill appears to do exactly what it says: run the included shell script to manage local tagout entries. Before installing, note that it will create and write files in the data directory (default ~/.tagout or whatever you set via TAGOUT_DIR). The data is stored in plain JSONL and exported as JSON/CSV, so avoid putting sensitive secrets or personal data into entries. If you want to be extra cautious, inspect scripts/script.sh yourself (it’s included), or run the skill in a restricted/sandboxed environment. No network calls or credential requests are present.Like a lobster shell, security has layers — review code before you run it.
latestvk97ambg0e5228cee3qmvxn5f498391ea
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
