Page Saver

v2.0.2

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Page Saver concepts, best practices, and implementation patterns.

0· 108·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 (reference tool for devtools) match the provided SKILL.md and included bash script: both produce local reference text for various commands. There are no unrelated env vars, binaries, or credentials requested.
Instruction Scope
SKILL.md explicitly states outputs are plain-text via heredoc with no external API calls; the packaged scripts only print embedded documentation and do not read files, access environment variables, open network sockets, or send data externally. The documentation mentions common external tools (tcpdump, wireshark) as suggestions for debugging, but the script does not invoke them.
Install Mechanism
No install specification is present (instruction-only style). The repository includes a local shell script that is safe to inspect and run; there are no downloads or extracted archives referenced.
Credentials
The skill declares no required environment variables or credentials and the script does not read any sensitive environment variables or configuration paths. No disproportionate credential access is requested.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify agent/system configuration. It runs only when invoked and has no persistence or elevated privilege requests.
Assessment
This skill appears to be a simple, local reference tool that prints embedded documentation and does not access the network or secrets. Before installing or running any included script: (1) confirm you trust the repository/source (bytesagain.com / GitHub link), (2) inspect the script (already included) if you will execute it, and (3) note minor non-security quality issues (SKILL.md lists version 2.0.2 while the script reports VERSION=2.0.1 and the help heredoc uses single quotes so $VERSION won't expand). If you plan to run it in an automated or privileged context, ensure it will not be wrapped with additional install or download steps that could change behavior.

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

latestvk97fxwg1xxa6a4r27qkd1q25fn83hbrs

License

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

Comments