registry  /  @devground/husky-config  /  1.2.0

@devground/husky-config@1.2.0

Git hooks setup with Husky (pre-commit runs lint-staged, commit-msg runs commitlint)

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 6 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
ChildProcessFilesystemShell
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 1.64 KB of source

Source & flagged code

3 flagged · loading source
setup.jsView file
2L3: const { execSync } = require('node:child_process'); L4: const fs = require('node:fs');
High
Child Process

Package source references child process execution.

setup.jsView on unpkg · L2
20try { L21: execSync('npx husky init', { cwd: targetDir, stdio: 'pipe' }); L22: log('Initialized husky');
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

setup.jsView on unpkg · L20
hooks/pre-push.shView file
path = hooks/pre-push.sh kind = build_helper sizeBytes = 1218 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

hooks/pre-push.shView on unpkg

Findings

3 High2 Medium1 Low
HighChild Processsetup.js
HighShell
HighRuntime Package Installsetup.js
MediumShips Build Helperhooks/pre-push.sh
MediumStructural Risk Force Deep Review
LowFilesystem