Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 10 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 snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcestart.jsView file
14L15: const apm = require('./');
L16:
Medium
Dynamic Require
Package source references dynamic require/import behavior.
start.jsView on unpkg · L14lib/cloud-metadata/azure.jsView file
10L11: const DEFAULT_BASE_URL = new URL('/', 'http://169.254.169.254:80');
L12:
...
L37: headers: {
L38: Metadata: 'true',
L39: },
...
L106: };
L107: const parsed = JSON.parse(string);
L108: if (!parsed.compute) {
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
lib/cloud-metadata/azure.jsView on unpkg · L10Findings
1 High4 Medium5 Low
HighCloud Metadata Accesslib/cloud-metadata/azure.js
MediumDynamic Requirestart.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License