Usb

v2.0.2

usb reference tool

0· 128·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 ('usb reference tool') match the included SKILL.md and the shell script: both provide static reference documentation and a simple CLI to print sections. There are no extraneous credentials, binaries, or unrelated capabilities requested.
Instruction Scope
SKILL.md explicitly states outputs are plaintext reference docs with no external API calls or network access. The included scripts only emit heredoc text blocks and print/help logic; they do not read other files, environment variables, or make network calls.
Install Mechanism
There is no install spec. The skill is instruction-only with a single shell script included, so nothing is downloaded or written to disk during install beyond the skill bundle itself.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The script does not access env vars or secrets.
Persistence & Privilege
The skill is not always:true, does not request persistent system changes, and contains no logic to modify other skills or system-wide settings. It only prints documentation.
Assessment
This skill appears coherent and low-risk: it only prints local reference documentation and does not ask for credentials or perform network access. Before installing, you can (and should) inspect the included scripts (scripts/script.sh) yourself — the file is short and readable — and optionally run it in a sandbox or non-privileged environment to verify behavior. Note: there's a minor correctness issue in the help heredoc (single-quoted marker prevents $VERSION expansion), but that is a functionality bug rather than a security concern.

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

latestvk97e7cqp2b42wdx7sy94g6v6s183fmph

License

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

Comments