registry  /  @hiai-gg/hiai-admin  /  0.0.5

@hiai-gg/hiai-admin@0.0.5

Central admin panel for the HiAi SaaS platform — tenant management, billing, analytics, and platform settings

Static Scan Results

scanned 22h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 145 file(s), 371 KB of source, external domains: api.goshippo.com, api.novu.co, api.stripe.com, hooks.stripe.com, js.stripe.com, ko-fi.com, maps.stripe.com, opensource.org

Source & flagged code

3 flagged · loading source
backend/src/db/auto-push.tsView file
18*/ L19: import { execSync } from 'node:child_process'; L20:
High
Child Process

Package source references child process execution.

backend/src/db/auto-push.tsView on unpkg · L18
41try { L42: execSync('bunx drizzle-kit push --force', { stdio: 'inherit' }); L43: } catch (err) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

backend/src/db/auto-push.tsView on unpkg · L41
backend/test-migration.shView file
path = backend/test-migration.sh kind = build_helper sizeBytes = 650 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

backend/test-migration.shView on unpkg

Findings

3 High4 Medium4 Low
HighChild Processbackend/src/db/auto-push.ts
HighShell
HighRuntime Package Installbackend/src/db/auto-push.ts
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperbackend/test-migration.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings