registry  /  @ndnci/translify  /  0.1.0

@ndnci/translify@0.1.0

Intelligent i18n CLI — extract, sync, detect, and translate your app

Static Scan Results

scanned 7h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 334 KB of source, external domains: ndnci.github.io, registry.npmjs.org

Source & flagged code

1 flagged · loading source
dist/index.jsView file
108path: ["openai_api_key"], L109: message: 'openai_api_key is required when provider is "openai" and ai_translation is enabled.\nSet it via process.env.OPENAI_API_KEY or directly in your config.' L110: }); ... L160: if (options.verbose) { L161: process.stderr.write(`${c.dim("debug")} ${c.dim(message)} L162: `); ... L252: ).action(async (opts) => { L253: const cwd = program.opts().cwd ?? process.cwd(); L254: await runInit({ cwd, ...opts.force !== void 0 && { force: opts.force } }, logger); ... L286: process.stdout.write( L287: ` ${c.dim("Full command reference:")} https://ndnci.github.io/translify/commands/ L288:
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 · L108

Findings

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