Schema
v2.0.1Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Schema concepts, best practices, and implementation patterns.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Schema reference for devtools) align with the provided content: SKILL.md and the included script only output local reference text. There are no unexpected environment variables, binaries, or credentials requested.
Instruction Scope
Runtime instructions and the script are limited to printing heredoc documentation and handling a simple command dispatch. Small inconsistencies exist in the docs (e.g., quickstart mentions "access credentials" generically, cheatsheet lists a 'troubleshooting' command while the script provides 'debugging'), but these are documentation bugs rather than indications of out-of-scope behavior.
Install Mechanism
No install spec is provided and this is an instruction-only skill with a single helper script. Nothing is downloaded or written to disk by an installer; the included script is benign shell that only produces static output.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the script does not read environment variables or credentials. There is proportionality between declared needs and implementation.
Persistence & Privilege
Flags show always:false and default model invocation; the skill does not request persistent/system-wide changes or higher privileges. It does not modify other skills or system settings.
Assessment
This skill appears to only print local reference text and does not require credentials or network access. Before installing, note minor documentation inconsistencies (version string mismatch, command name differences like 'debugging' vs 'troubleshooting') — these are usability bugs, not security issues. If you need strict guarantees, review the included scripts yourself (scripts/script.sh) to confirm it matches your expectations; otherwise it's safe and low-risk to use.Like a lobster shell, security has layers — review code before you run it.
latest
Schema
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Schema concepts, best practices, and implementation patterns. No API keys or credentials required.
Commands
| Command | Description |
|---|---|
intro | intro reference |
quickstart | quickstart reference |
patterns | patterns reference |
debugging | debugging reference |
performance | performance reference |
security | security reference |
migration | migration reference |
cheatsheet | cheatsheet 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
Comments
Loading comments...
