Streakup

v2.0.2

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

0· 111·0 current·0 all-time
byBytesAgain2@ckchzh
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
Name/description (Streakup reference for devtools) align with the provided files: SKILL.md documents simple reference commands and the included script emits static documentation. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to output plain-text reference docs and explicitly states no external API calls or network access. The runtime script (scripts/script.sh) only prints heredoc content for each command and does not read external files, environment variables, or transmit data.
Install Mechanism
There is no install spec (instruction-only skill with a helper script). No downloads, package installs, or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not reference any secrets or env vars. This is proportionate to a static reference tool.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modify other skills or system-wide settings.
Assessment
This skill appears safe: it only prints static reference text and requires no credentials or network access. Minor non-security notes: the SKILL.md lists version 2.0.2 while the script sets VERSION=2.0.1 (a small metadata mismatch) and the help heredoc uses a quoted delimiter so $VERSION won't expand when shown. Before installing, you can inspect the included scripts (scripts/script.sh) yourself — future updates could change behavior, so if a later version asks for env vars or network access, review changes carefully. If you run code from this skill locally, do so in a restricted environment or sandbox if you have strict security requirements.

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

latestvk977kgfpegf9p7d9p57nxsyz0d83heh2

License

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

Comments