Serverless Runner

v2.0.1

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Serverless Runner concepts, best practices, and implementation pa...

0· 101·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's description, SKILL.md, and included script are coherent: they provide local reference text and commands. Minor inconsistencies: the shipped script uses a bash shebang (so bash is required to execute it) but the registry metadata lists no required binaries; the script's internal VERSION is "2.0.0" while the skill metadata version is 2.0.1. These are implementation inconsistencies but do not indicate malicious behavior.
Instruction Scope
SKILL.md explicitly states all commands produce plain-text heredoc output and that there are no external API calls, credentials, or network access. The included script only emits static documentation via heredocs and does not read files, access environment variables, or contact external endpoints.
Install Mechanism
No install spec is provided and no downloads or extracts occur. The skill is instruction-only with a bundled script, which is the lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials and the runtime instructions and script do not reference any secrets or external tokens.
Persistence & Privilege
always is false, no persistent or elevated privileges are requested, and the skill does not attempt to modify other skills, agent configurations, or system settings.
Assessment
This skill appears to be a simple, local documentation/reference tool and is internally coherent. Recommended precautions before installing: (1) if you plan to execute the included script, ensure it runs in an environment with bash available (or update the metadata to list bash as a requirement); (2) review the few minor inconsistencies (version string mismatch and a quoted heredoc in the help function that prevents $VERSION expansion) if you expect exact version reporting; (3) run the script in a sandboxed environment if you need an extra safety check — the script itself is static and does not perform network or file-write operations.

Like a lobster shell, security has layers — review code before you run it.

latestvk97042ddc3wfymw9mq71s4x32s83gdmt

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments