registry  /  @manufosela/dev-git-hooks  /  1.2.0

@manufosela/dev-git-hooks@1.2.0

Git hooks, development guidelines, and MCP server for projects

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 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
Manifest
NoLicense
scanned 24 file(s), 69.4 KB of source

Source & flagged code

2 flagged · loading source
bin/cli.jsView file
12import { existsSync, readFileSync, writeFileSync, mkdirSync, copyFileSync } from 'node:fs' L13: import { execSync } from 'node:child_process' L14: import { join, resolve } from 'node:path'
High
Child Process

Package source references child process execution.

bin/cli.jsView on unpkg · L12
3/** L4: * CLI: npx @manufosela/dev-git-hooks <command> L5: * ... L12: import { existsSync, readFileSync, writeFileSync, mkdirSync, copyFileSync } from 'node:fs' L13: import { execSync } from 'node:child_process' L14: import { join, resolve } from 'node:path'
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/cli.jsView on unpkg · L3

Findings

3 High2 Medium4 Low
HighChild Processbin/cli.js
HighShell
HighRuntime Package Installbin/cli.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License