Trace
v2.0.0trace
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (trace reference) align with the provided artifacts: SKILL.md documents reference commands and the included scripts/script.sh implements those commands. No unrelated capabilities (cloud access, extra tooling) are requested.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference documentation via heredoc and explicitly states no external API calls or network access. The runtime script only emits static text and does not read credentials, unusual system paths, or external endpoints.
Install Mechanism
There is no install spec (instruction-only style with an included script). No downloads or archive extraction are performed. The script is a plain bash file and will not install additional software.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The script does not reference environment variables or secrets.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or system-wide configuration; it only provides a local CLI-like script for reference output.
Assessment
This skill appears to be a harmless local reference/cheatsheet implemented as a bash script. Before installing or enabling it, you may (1) review scripts/script.sh locally to confirm it matches your expectations (it only prints static text), (2) run it in a sandbox or non-production environment if you want to be extra cautious, and (3) confirm you trust the publisher if you care about provenance. No credentials, network access, or installs are required by the skill.Like a lobster shell, security has layers — review code before you run it.
latest
Trace
trace. No API keys or credentials required — outputs reference documentation only.
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...
