ClawAudit verdict

git-log-tracker

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Git post-commit hook recording commit metadata to local SQLite database with CLI query tools; all data stays local matching stated commit indexing purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

8
security
90
transparency
90
maintenance

Findings (6)

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

references/ONBOARDING.md · prose · downgraded · curl -LsSf https://astral.sh/uv/install.sh \| sh

Pattern match high

Pipe to sh — executes piped content as shell commands

references/ONBOARDING.md · prose · downgraded · | sh

Pattern match high

Pipe to python — executes piped content as Python code

references/ONBOARDING.md · prose · downgraded · | Python

Pattern match high

Recursive delete from root or home — destructive command

references/ONBOARDING.md · prose · downgraded · rm -rf ~

Pattern match medium

subprocess execution — runs system commands from Python

src/cli.py · prose · downgraded · subprocess.run(

Pattern match low

Python shutil file operation — copies/moves/deletes files

src/cli.py · prose · downgraded · shutil.rmtree(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API