Gitignore

v2.0.3

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

0· 143·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
Name/description (gitignore reference) align with the provided files: SKILL.md is a documentation wrapper and scripts/script.sh prints static reference text. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md explicitly states commands output plain-text via heredoc with no external API calls. The included script only writes documentation to stdout and does not read files, env vars, or make network calls.
Install Mechanism
No install spec is present (instruction-only). The only code file is a small shell script bundled with the skill; nothing is downloaded or extracted during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script does not access environment variables or secrets.
Persistence & Privilege
always is false and the skill does not request persistent platform modifications. It contains no logic that alters other skills or system-wide settings.
Assessment
This skill appears to be what it says: a local reference tool that prints static documentation. It requests no credentials, network access, or installs. If you plan to enable the skill, note that it includes a bundled shell script; review and allow execution only when you trust the source. Minor non-security issues: the script's VERSION variable differs from the SKILL.md version and some help heredocs use single quotes (so $VERSION won't expand), but these are implementation inconsistencies rather than security concerns.

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

latestvk97cfpzxhrfhkq5x7z9xf6yg8x83g2ej

License

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

Comments