registry  /  @workos/oagen-emitters  /  0.19.10

@workos/oagen-emitters@0.19.10

WorkOS' oagen emitters

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 17 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 151 file(s), 3.26 MB of source, external domains: 127.0.0.1, api.workos.com, example.com

Source & flagged code

8 flagged · loading source
dist/plugin-ByzRxD5i.mjsView file
8880patternName = stripe_test_secret severity = high line = 8880 matchedText = lines.pu...;");
High
High Secret

Package contains a high-severity secret pattern.

dist/plugin-ByzRxD5i.mjsView on unpkg · L8880
8880patternName = stripe_test_secret severity = high line = 8880 matchedText = lines.pu...;");
High
Secret Pattern

Stripe test secret key in dist/plugin-ByzRxD5i.mjs

dist/plugin-ByzRxD5i.mjsView on unpkg · L8880
smoke/sdk-php.tsView file
17import { resolve, join } from 'node:path'; L18: import { execSync, spawn } from 'node:child_process'; L19: import { createServer, type IncomingMessage, type ServerResponse } from 'node:http';
High
Child Process

Package source references child process execution.

smoke/sdk-php.tsView on unpkg · L17
smoke/sdk-node.tsView file
255const sdkEntryPoint = resolve(sdkPath, 'src/index.ts'); L256: const sdkModule = await import(sdkEntryPoint); L257: const WorkOS = sdkModule.WorkOS || sdkModule.default?.WorkOS;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

smoke/sdk-node.tsView on unpkg · L255
smoke/sdk-ruby.tsView file
491await new Promise<void>((resolvePromise, rejectPromise) => { L492: const child = spawn('ruby', [scriptPath], { L493: env: { L494: ...process.env, L495: WORKOS_API_KEY: apiKey, L496: WORKOS_BASE_URL: `http://127.0.0.1:${proxy.port}`, L497: },
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

smoke/sdk-ruby.tsView on unpkg · L491
docs/sdk-architecture/python.mdView file
433patternName = stripe_test_secret severity = high line = 433 matchedText = return W...uU")
High
Secret Pattern

Stripe test secret key in docs/sdk-architecture/python.md

docs/sdk-architecture/python.mdView on unpkg · L433
docs/sdk-architecture/node.mdView file
296patternName = stripe_test_secret severity = high line = 296 matchedText = const wo...U");
High
Secret Pattern

Stripe test secret key in docs/sdk-architecture/node.md

docs/sdk-architecture/node.mdView on unpkg · L296
src/node/tests.tsView file
332patternName = stripe_test_secret severity = high line = 332 matchedText = lines.pu...;");
High
Secret Pattern

Stripe test secret key in src/node/tests.ts

src/node/tests.tsView on unpkg · L332

Findings

8 High4 Medium5 Low
HighHigh Secretdist/plugin-ByzRxD5i.mjs
HighChild Processsmoke/sdk-php.ts
HighShell
HighSame File Env Network Executionsmoke/sdk-ruby.ts
HighSecret Patterndist/plugin-ByzRxD5i.mjs
HighSecret Patterndocs/sdk-architecture/python.md
HighSecret Patterndocs/sdk-architecture/node.md
HighSecret Patternsrc/node/tests.ts
MediumDynamic Requiresmoke/sdk-node.ts
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings