Deadline

v2.0.1

Your personal Deadline assistant. Use when you need deadline.

0· 212·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 promise an offline deadline/content helper; the included script implements that functionality (command handlers, local storage, export, search, stats). No unrelated capabilities (cloud access, system-level changes) are requested.
Instruction Scope
SKILL.md describes a local CLI experience and the script's instructions and file operations match that scope: reading/writing log files under $HOME/.local/share/deadline, grep/search, export, and basic status commands. The instructions do not ask to read unrelated system files or transmit data externally.
Install Mechanism
No install spec (instruction-only) and the shipped script is a plain bash script. There is no download-from-URL or package install declared. Risk from install mechanism is minimal.
Credentials
The skill requests no environment variables, no credentials, and only uses HOME implicitly to build a per-user data directory. That is proportionate for a local CLI data store.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills or global agent settings. It creates and appends to its own data directory under the user's home only.
Assessment
This skill appears to be a simple offline CLI tool that stores data under ~/.local/share/deadline and does not contact external services or ask for secrets. Before installing or running: (1) inspect the script (already provided) and confirm you are comfortable with it creating/appending files in your home directory, (2) note that data is stored unencrypted in plain files (history.log and per-command .log files) so avoid entering sensitive secrets, and (3) if you want extra isolation run it in a restricted account or container. If you need networked backups or encryption, those would need to be added explicitly — the current tool is local-only.

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

latestvk97f5z6bjv4fxvsmpapvh35dk98332xw

License

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

Comments