Tcpdump

v1.0.0

Tcpdump reference tool. Use when working with tcpdump in devtools contexts.

0· 84·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
The skill advertises itself as a tcpdump reference tool and contains an included scripts/script.sh that prints guides, cheatsheets, and best practices. It does not attempt to run or require the tcpdump binary or unrelated services, which is coherent with a documentation/reference purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/script.sh with simple subcommands. The script only outputs static documentation (via cat/EOF blocks, echo) and has no commands that read arbitrary host files, access network endpoints, or fetch credentials. There is minor sloppy scripting (e.g., help here-doc uses single quotes so $VERSION won't expand, and an unnecessary shift), but these are functional bugs, not scope creep.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). Nothing is downloaded or extracted at install time, so there is low install risk.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The bundled script likewise does not read environment secrets or require elevated credentials. The lack of requested secrets is proportionate to a reference/documentation skill.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not request modifying other skills or system-wide settings. It does execute an included shell script when invoked, which is normal for an instruction-only skill.
Assessment
This skill is essentially a packaged help/cheat-sheet implemented as a shell script that prints documentation—there is no network activity, no credential requests, and no installation of code. If you plan to install it, confirm you trust the source (BytesAgain) because the agent will execute the bundled script locally when invoked. Also be aware this is a reference only (it does not run tcpdump for you) and the content may become outdated; review the script if you need to verify accuracy or adapt wording for your environment.

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

latestvk9716qqsqyxvank711nprakd0183eewx

License

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

Comments