Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 3 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
Crypto
HighEntropyStrings
Source & flagged code
1 flagged · loading sourcedist/index.jsView file
1// src/network-policy.ts
L2: import { lookup } from "dns/promises";
L3: import { isIP } from "net";
...
L288: function truncateUtf8(value, maxBytes) {
L289: const bytes = Buffer.from(value, "utf8");
L290: if (bytes.byteLength <= maxBytes) return { value, truncated: false };
...
L402: refs = /* @__PURE__ */ new Map();
L403: privateOutputs = /* @__PURE__ */ new Map();
L404: session;
...
L413: description: "Open an isolated browser at a public HTTP(S) URL. This starts the browser lazily. Use browser-snapshot after opening to inspect the page.",
L414: metadata: metadata("open"),
L415: inputSchema: z.object({
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
dist/index.jsView on unpkg · L1Findings
1 High2 Low
HighCloud Metadata Accessdist/index.js
LowScripts Present
LowHigh Entropy Strings