Gitlog

v2.0.0

View formatted commit history, author stats, and commit frequency patterns. Use when reviewing logs, comparing contributions, or generating repo reports.

0· 130·1 current·1 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 match the included shell implementation: the script provides logging, searching, export, and status commands operating on repository-related text entries. There are no unrelated credentials, binaries, or services requested.
Instruction Scope
SKILL.md instructs local CLI usage and storage in ~/.local/share/gitlog; the script implements exactly those behaviors. Instructions do not request reading other system config, secrets, or network endpoints.
Install Mechanism
No install spec (instruction-only) which is low-risk. A shell script is included in the bundle; the platform/agent will need to invoke that script directly. This is expected but means the agent will execute provided code if it runs the skill.
Credentials
The skill requests no environment variables or credentials. It uses HOME implicitly to store data under ~/.local/share/gitlog, which is proportional for a local logging tool.
Persistence & Privilege
always:false and the skill only writes its own files under the user's home directory. It does not modify other skills or system-wide agent settings.
Assessment
This skill appears coherent and local-only. Before installing or running: (1) inspect the included scripts (scripts/script.sh) yourself — the agent will execute that code; (2) be aware it will create and write files under ~/.local/share/gitlog (history.log and per-command .log files); (3) run it in a sandbox or test account if you want to confirm behavior; and (4) when using the search command, avoid passing untrusted input that may be interpreted by grep in unexpected ways. No network access or credentials are requested by the skill.

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

latestvk976x864039qhxrn94pvjyq1p9835krg

License

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

Comments