ClawAudit verdict
git-log-tracker
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.
Findings (6)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/ONBOARDING.md · prose · downgraded · curl -LsSf https://astral.sh/uv/install.sh \| sh
Pipe to sh — executes piped content as shell commands
references/ONBOARDING.md · prose · downgraded · | sh
Pipe to python — executes piped content as Python code
references/ONBOARDING.md · prose · downgraded · | Python
Recursive delete from root or home — destructive command
references/ONBOARDING.md · prose · downgraded · rm -rf ~
subprocess execution — runs system commands from Python
src/cli.py · prose · downgraded · subprocess.run(
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?
Thanks — recorded.