Static Scan Results
scanned 5h ago · by rust-scannerStatic analysis flagged 6 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
ChildProcessCryptoEnvironmentVarsNetwork
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/trigger/index.jsView file
49id: handled.actionId,
L50: data: handled.data
L51: },
...
L165: }
L166: const env = process.env.ROBOTROCK_OTEL_RECORD_HANDLED;
L167: return env === "true" || env === "1";
...
L341: }
L342: var PUBLIC_HTTP_URL_ERROR = "URL must be a public http:// or https:// address";
L343: var HANDLER_URL_ERROR = "Handler URL must be a public or loopback http:// or https:// address";
...
L989: const contentType = response.headers.get("content-type") ?? "";
L990: const bodyText = await response.text();
L991: if (!bodyText) {
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
dist/trigger/index.jsView on unpkg · L49Findings
1 High2 Medium3 Low
HighCloud Metadata Accessdist/trigger/index.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowHigh Entropy Strings
LowUrl Strings