Breaker

v1.0.0

Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.

0· 78·0 current·0 all-time
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
The name/description match the provided script and commands (add/list/search/export/stats/config). There are no unrelated required binaries or credentials; the behavior is coherent with a local circuit-breaker data management tool.
Instruction Scope
SKILL.md only instructs invoking the included scripts/script.sh commands. The script reads/writes files under $DATA_DIR (default ~/.breaker) and does not reference external endpoints or other system credentials. It does not attempt to read arbitrary system files or environment variables beyond an optional BREAKER_DIR.
Install Mechanism
No install spec is provided (instruction-only skill) and the shipped code is a simple bash script. Nothing is downloaded from external URLs or written outside the user data directory, so install risk is low.
Credentials
No required environment variables or credentials are declared. The single optional variable BREAKER_DIR is appropriate and directly related to the tool's storage location.
Persistence & Privilege
The skill is not marked always:true, does not change other skills or system settings, and only writes to its own data directory. Autonomous invocation is allowed (platform default) but not combined with broad access.
Assessment
This skill appears to be a small local CLI that stores its data under ~/.breaker by default (or a directory you set via BREAKER_DIR). Before installing or invoking, review the script if you want to be certain it meets your requirements. Note it writes and modifies files in that data directory (data.jsonl and config.txt). There is no network activity or credential usage in the code, so the risk surface is limited to local data storage—avoid placing sensitive secrets in entries. If you need portability on macOS, be aware the script uses sed -i which behaves differently on BSD sed; otherwise it is coherent and low risk.

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

latestvk97enpxxar21z8v4zzgj9cnjas838b51

License

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

Comments