registry  /  @superhumaan/dna-by-humaan  /  0.4.9

@superhumaan/dna-by-humaan@0.4.9

DNA by Humaan — open-source project brain, 768-pack knowledge marketplace, tiered compliance (GDPR/HIPAA/ISO/SOC2), runtime observer, and AI-assisted repair for TypeScript teams

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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 1.12 MB of source, external domains: api.anthropic.com, api.github.com, api.openai.com, dna.humaan.app, github.com, registry.npmjs.org, staging.example.com

Source & flagged code

2 flagged · loading source
dist/index.jsView file
34}); L35: import { exec, spawn } from "child_process"; L36: import { mkdir, readFile, writeFile, chmod } from "fs/promises"; ... L42: async function githubRequest(token, method, path, body) { L43: const response = await fetch(`${API}${path}`, { L44: method, ... L51: }, L52: body: body === void 0 ? void 0 : JSON.stringify(body) L53: }); L54: if (!response.ok) { L55: const text = await response.text().catch(() => ""); L56: throw new Error(`GitHub API ${method} ${path} failed (${response.status}): ${text}`);
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/index.jsView on unpkg · L34
105try { L106: const { readFile: readFile211 } = await import("fs/promises"); L107: const { join: join211 } = await import("path");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/index.jsView on unpkg · L105

Findings

1 High4 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumDynamic Requiredist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings