hk — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited hk (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
hk is a fast git hook manager by jdx (author of mise). Uses pkl configuration language. Provides 90+ built-in linters.
Docs: https://hk.jdx.dev/ GitHub: https://github.com/jdx/hk
Identify which hook manager a project uses:
| File | Hook Manager |
|---|---|
hk.pkl | hk |
lefthook.yml | lefthook |
.husky/ directory | husky |
.pre-commit-config.yaml | pre-commit (python) |
hk init # Create initial hk.pkl
hk install # Set up git hooks
hk check # Run checks manually (read-only)
hk fix # Auto-fix issues
hk builtins # List available builtins
hk validate # Validate config
hk config dump # Show effective configurationBuiltins.pkl--profile slow)When editing hk.pkl, read hk-pkl-reference.md in this skill directory for structure and examples.
When looking up builtins, read builtins-reference.md in this skill directory. Or run hk builtins for the live list.
Stable reference: Read the reference files in this skill directory when needed.
Latest docs:
npx @mdream/crawl https://hk.jdx.dev/ --output /tmp/hk-docsGitHub issues:
gh issue list -R jdx/hk # List open issues
gh search issues --repo jdx/hk "error" # Search issues
gh issue view 123 -R jdx/hk # View specific issueHook not running:
hk install # Reinstall hooks
cat .git/hooks/pre-commit # Verify hook calls hkStep skipped:
hk check -v # Verbose output shows skip reasons
hk config dump # Check effective configurationValidate config:
hk validate # Check hk.pkl syntax~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.