debug-assistant
v1.0.0Analyze and diagnose common programming error messages and stack traces with root causes and fix suggestions for Python, Node.js, Go, Bash, and system errors.
⭐ 0· 81·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (debug assistant for error messages) matches the included assets: an instruction document and a Bash wrapper that runs an embedded Python pattern matcher. Required binaries (bash, python3) are exactly what the SKILL.md lists; no unrelated credentials, packages, or services are requested.
Instruction Scope
SKILL.md instructs the agent/user to run the included script or pipe logs into it, which is consistent with analyzing errors. Note: the skill will process whatever text you pass (including log files), so pasted or piped content may contain sensitive data — the skill does not appear to instruct reading unrelated system files or environment variables.
Install Mechanism
No install spec — instruction-only with an included script. This is low-risk: nothing is downloaded or written to disk beyond the provided files.
Credentials
The skill declares no required environment variables or credentials and the code does not reference external secrets. Suggested fixes in the output include common shell commands (sudo/systemctl/pip) for user guidance only; they are not executed by the skill.
Persistence & Privilege
always is false and there is no evidence the skill modifies agent configuration or requests permanent presence. It runs only when invoked.
Assessment
This skill appears to be a self-contained local analyzer and is coherent with its description. Before using it: (1) review the included script if you have concerns (it runs locally and uses only Python stdlib); (2) avoid piping or pasting sensitive logs or secrets into the tool since it will process and display their contents; (3) do not blindly run any of the suggested shell commands (e.g., sudo, pip installs) without understanding them; and (4) if you need extra assurance, run the script in a sandbox or inspect the full script output to confirm it makes no network calls.Like a lobster shell, security has layers — review code before you run it.
latestvk975mw9e25ystpcdz2dp72w69d83vmc8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
