Site Inspector

v2.0.1

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Site Inspector concepts, best practices, and implementation patte...

0· 99·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
Name, description, SKILL.md, and the included shell script all describe and implement the same purpose: local reference documentation/commands. There are no unrelated environment variables, binaries, or configuration paths requested.
Instruction Scope
SKILL.md explicitly states commands output plain-text via heredoc and no external API or network access is used. The provided scripts/script.sh implements only static heredoc outputs and basic CLI dispatch; it does not read user files, access environment variables, or send data externally.
Install Mechanism
No install spec is provided (instruction-only style) and the only shipped code is a single shell script. Nothing is downloaded or extracted at install time, so there is no elevated install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime script does not reference any. Requested privileges are proportional to its stated purpose.
Persistence & Privilege
The skill is not marked always:true and contains no code to modify agent/system configuration or other skills. It requires no persistent presence or privileged access.
Assessment
This skill appears to be a harmless local reference tool that prints static documentation. Before installing, you may want to: (1) confirm the GitHub/homepage source and license if provenance matters; (2) note minor non-security issues — the packaged script has a VERSION value that differs from the SKILL.md version and the help heredoc uses single quotes so the $VERSION variable won't be expanded (functional bug, not a security risk); and (3) run the script in a sandbox or inspect it yourself if you prefer — it only prints static text and does not perform network or file I/O.

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

latestvk9768xrmaha5gfdzc7sfnff5vd83g9cr

License

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

Comments