registry  /  @howells/husky  /  0.1.2

@howells/husky@0.1.2

Standardised git hooks for Howells projects. Immutable pre-commit and pre-push configuration.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 8 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 4.41 KB of source

Source & flagged code

2 flagged · loading source
bin/howells-husky.mjsView file
17L18: import { spawnSync } from "node:child_process"; L19: import {
High
Child Process

Package source references child process execution.

bin/howells-husky.mjsView on unpkg · L17
79// Fallback: try resolving husky from the project's node_modules L80: const fallbackResult = spawnSync("npx", ["husky"], { L81: cwd: projectRoot,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/howells-husky.mjsView on unpkg · L79

Findings

3 High2 Medium3 Low
HighChild Processbin/howells-husky.mjs
HighShell
HighRuntime Package Installbin/howells-husky.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings