License

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

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 94 · 0 current installs · 0 all-time installs
bybytesagain4@xueyetianya
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise a devtools reference; the included script simply prints static reference text for the listed commands. No network calls, no external binaries or credentials are required, which is proportionate to a reference tool.
Instruction Scope
SKILL.md claims all outputs are plain-text heredocs with no external API calls or credentials; the bundled script follows that (it only uses cat/echo/case). Minor inconsistencies in the documentation: the quickstart text mentions "Required tools and access credentials" which contradicts the 'no credentials required' claim, and the help heredoc is single-quoted so the $VERSION variable will not be expanded (small implementation bug, not a security issue).
Install Mechanism
There is no install spec (instruction-only plus a simple shell script). Nothing is downloaded or extracted; no installer or remote fetch is defined.
Credentials
The skill declares no required environment variables, no credentials, and the script does not read environment variables or configuration paths. Requested access is minimal and matches the skill's function.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request persistent presence or modify agent/system configurations. Autonomous invocation is allowed by platform default but combined with the minimal footprint this is not concerning.
Assessment
This skill is a simple, local reference tool that prints static documentation. Before installing/using: (1) note minor non-security issues — the script's VERSION value (2.0.2) doesn't match the registry metadata (2.0.3) and the help heredoc is quoted such that $VERSION won't expand; (2) the quickstart text mentions "access credentials" but the skill otherwise needs no credentials — treat that as leftover template wording; (3) the script performs only read-only output (no network, no writes) but you can review/run it in a sandbox if you want extra assurance. Overall the package is coherent with its stated purpose and presents low risk.

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

Current versionv2.0.3
Download zip
latestvk971sg8ghf409h240e59exzbm183hrnq

License

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

SKILL.md

License

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for License concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…