Static Scan Results
scanned 2h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStrings
NoLicense
Source & flagged code
2 flagged · loading sourcebin/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
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 · L3Findings
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