Devops Scripts
v2.0.4Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte...
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (devops reference) align with the included files and required resources. The single script implements CLI commands that produce static documentation. Minor inconsistencies: SKILL.md lists version 2.0.3, metadata shows 2.0.4, and the script sets VERSION=2.0.2 — likely benign bookkeeping/version drift.
Instruction Scope
SKILL.md instructs the agent to output plain-text heredocs and explicitly states no external API calls or credentials are required. The bundled script only prints local static text and does not read files, environment variables, or system configuration beyond standard argv handling. One small bug: help heredoc is quoted so it prints a literal "$VERSION" instead of the version value.
Install Mechanism
There is no install specification (instruction-only); the only shipped code is a small bash script. No downloads, no package installs, and no archives are fetched or extracted.
Credentials
The skill requests no environment variables, credentials, or config paths and the runtime instructions do not access any secrets. This is proportional to a read-only reference tool.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or global agent config. It does not attempt to write files or persist tokens.
Assessment
This skill appears to be a harmless local CLI reference: it prints static docs and does not perform network I/O or request secrets. Consider the following before installing: (1) the package includes a bash script — review it (already done) if you run it locally; (2) minor version/help text inconsistencies exist but are not security issues; (3) if you need a packaged installer or automatic updates, this skill provides none and would rely on you to manage the script. If you require stricter guarantees, run the script in a sandbox or review the repository history on the linked GitHub before use.Like a lobster shell, security has layers — review code before you run it.
latest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Devops Scripts
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte... 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
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
