registry  /  @gadmin2n/schematics  /  0.0.120

@gadmin2n/schematics@0.0.120

Gadmin - modern, fast, powerful node.js web framework (@schematics)

Static Scan Results

scanned 5d ago · by rust-scanner

Static analysis flagged 14 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
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 529 file(s), 2.08 MB of source, external domains: 127.0.0.1, accounts.google.com, analytics.example.com, api.com, api.example.com, api.wecom.example.com, dayu.woa.com, dev.example.com, docs.example.com, example.com, github.com, oit-erp-gtdr.woa.com, oit-erp.woa.com, rhrc.woa.com, servicenow.example.com, wiki.example.com, www.w3.org

Source & flagged code

6 flagged · loading source
dist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/.envView file
7patternName = blocked_file severity = critical matchedText = [redacted]-game-angle-demo/temporal/worker/.env redactedSecretContext = secretLikeLines = 1 L7: DATABASE_URL=<redacted:69 token-like>
Critical
Critical Secret

Package contains a critical-looking secret pattern.

dist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/.envView on unpkg · L7
dist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/src/outbox-poller.tsView file
376try { L377: const fn = new Function("data", `return ${expression}`); L378: return !!fn(payload);
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/src/outbox-poller.tsView on unpkg · L376
dist/index.jsView file
16Object.defineProperty(exports, "__esModule", { value: true }); L17: __exportStar(require("./utils"), exports); L18: __exportStar(require("./utils/dependencies.utils"), exports);
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/index.jsView on unpkg · L16
dist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/src/activities/code-execute.tsView file
1export interface CodeExecuteInput { L2: script: string;
Medium
Unsafe Vm Context

Package source executes code through a VM context API.

dist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/src/activities/code-execute.tsView on unpkg · L1
dist/lib/application/files/gadmin2-game-angle-demo/server/src/lib/utils.tsView file
7L8: // https://segmentfault.com/a/1190000039192480 L9: /** ... L12: * @param secretKey {string} 密钥,43位随机大小写与数字 L13: * @returns {string} 加密后的密文,Base64格式 L14: */
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/lib/application/files/gadmin2-game-angle-demo/server/src/lib/utils.tsView on unpkg · L7
dist/lib/application/files/gadmin2-game-angle-demo/compose-ctl.shView file
path = [redacted]-game-angle-demo/compose-ctl.sh kind = build_helper sizeBytes = 10061 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

dist/lib/application/files/gadmin2-game-angle-demo/compose-ctl.shView on unpkg

Findings

1 Critical6 Medium7 Low
CriticalCritical Secretdist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/.env
MediumDynamic Requiredist/index.js
MediumUnsafe Vm Contextdist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/src/activities/code-execute.ts
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperdist/lib/application/files/gadmin2-game-angle-demo/compose-ctl.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/lib/application/files/gadmin2-game-angle-demo/temporal/worker/src/outbox-poller.ts
LowWeak Cryptodist/lib/application/files/gadmin2-game-angle-demo/server/src/lib/utils.ts
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings