Scan Report
5 /100
lobster-cli-anything
Use when the user wants OpenClaw to build, refine, test, or validate a CLI-Anything harness for a GUI application or source repository.
This is a pure methodology/markdown skill that provides guidance for building CLI test harnesses, with no executable code or malicious behavior.
Safe to install
No action needed. This skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in this skill |
| Network | NONE | NONE | — | No network operations in this skill |
| Shell | NONE | NONE | — | No shell execution in this skill; subprocess mentioned only for legitimate testi… |
| Environment | NONE | NONE | — | No environment access in this skill |
| Skill Invoke | NONE | NONE | — | No skill invocation in this skill |
| Clipboard | NONE | NONE | — | No clipboard access in this skill |
| Browser | NONE | NONE | — | No browser access in this skill |
| Database | NONE | NONE | — | No database access in this skill |
File Tree
1 files · 3.4 KB · 110 lines Markdown 1f · 110L
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation/methodology skill with no executable code
✓ No network requests or external IP communications
✓ No credential harvesting or sensitive data access
✓ No obfuscation or base64-encoded payloads
✓ Subprocess mentioned only in legitimate context of testing generated CLI harnesses
✓ Clear documentation of purpose and methodology