3d-model-generator-by-threejs

Warn

Audited by Socket on Aug 5, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/build-and-export.mjs

This file is an orchestration/CLI wrapper for model generation and export. It does not contain obvious in-module malware (no network calls, no subprocess execution, no eval/Function usage, no credential/secret handling, no hidden payloads). The main security risk is supply-chain/code-execution by design: it loads and executes a user-specified build module via loadModelBuild(options.build) and then runs loaded.buildModel(context). If --build is attacker-controlled or not strictly sandboxed/allowlisted, an attacker can run arbitrary code. Separately, the module writes to a user-controlled output directory (--out) and records build module paths and generated metadata into JSON outputs, which may increase unintended information disclosure.

Confidence: 62%Severity: 58%
Audit Metadata
Analyzed At
Aug 5, 2026, 11:17 PM
Package URL
pkg:socket/skills-sh/Yuki001%2Fgame-dev-skills%2F3d-model-generator-by-threejs%2F@cd7fd3fe69973506a223b81450e61ad919f8ea48bf12b4afec972f8876d7d879
Security Audit — socket — 3d-model-generator-by-threejs