registry  /  @aiverse/browser  /  0.1.5

@aiverse/browser@0.1.5

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
Crypto
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 41.6 KB of source

Source & flagged code

1 flagged · loading source
dist/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 · L1

Findings

1 High2 Low
HighCloud Metadata Accessdist/index.js
LowScripts Present
LowHigh Entropy Strings