Swagger
v1.0.0Swagger reference tool. Use when working with swagger in devtools contexts.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (Swagger reference tool) matches the included files: SKILL.md documents commands that invoke scripts/script.sh, and that script outputs static help, patterns, and guides. There are no unrelated environment variables, binaries, or config paths.
Instruction Scope
Runtime instructions tell the agent to run scripts/script.sh with specific subcommands; the script only emits static documentation text. It does not read arbitrary files, access environment variables, or communicate with external endpoints. (Minor bug: the help heredoc is single-quoted so it will print the literal string "$VERSION" instead of expanding the variable; this is a correctness issue, not a security concern.)
Install Mechanism
There is no install specification (instruction-only) and the repository simply includes a shell script. No downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, and the script does not read or depend on any sensitive environment values.
Persistence & Privilege
The skill does not request persistent or elevated privileges, always:false, and does not modify other skills or system configuration. It is user-invocable and may be invoked autonomously per platform defaults, which is expected for a skill.
Assessment
This skill is a lightweight, offline documentation helper—it only prints static reference text from the included shell script and does not access network or credentials. It appears safe to install from a security perspective. If you want extra assurance: inspect the repository (scripts/script.sh) yourself before enabling, verify the author/repo trustworthiness, and confirm there are no subsequent updates that add external network calls or credential usage. Note the minor help-text bug where the version variable won't expand when showing help; that's functional, not a security issue.Like a lobster shell, security has layers — review code before you run it.
latest
Swagger
Swagger reference tool. Use when working with swagger in devtools contexts.
When to Use
- Working with swagger and need quick reference
- Looking up devtools standards or best practices for swagger
- Troubleshooting swagger issues
- Need a checklist or guide for swagger tasks
Commands
intro
scripts/script.sh intro
Overview and core concepts
quickstart
scripts/script.sh quickstart
Getting started guide
patterns
scripts/script.sh patterns
Common patterns and best practices
debugging
scripts/script.sh debugging
Debugging and troubleshooting
performance
scripts/script.sh performance
Performance optimization tips
security
scripts/script.sh security
Security considerations
migration
scripts/script.sh migration
Migration and upgrade guide
cheatsheet
scripts/script.sh cheatsheet
Quick reference cheat sheet
help
scripts/script.sh help
version
scripts/script.sh version
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Comments
Loading comments...
