AI Security Review
scanned 8d ago · by lpm-firewall-aiNo confirmed malicious attack surface was found by source inspection. Risky primitives are part of an interactive Builder.io AI/codegen CLI and are gated by commands or user actions, not lifecycle execution.
Decision evidence
public snapshot- package.json has no lifecycle scripts; only bin builder -> dist/cli.mjs.
- dist/cli.mjs clipboard code only handles paste/copy UI actions; no crypto address matching or replacement found.
- dist/credentials-CPQWfcto.mjs writes Builder/Figma credentials only after auth flows or explicit credential handling.
- Child processes are user-invoked/product-aligned: git bundle extraction, editor launch, IDE extension install, updater, MCP/server commands.
- Network endpoints are Builder.io/Figma/Sentry/npm/GitHub health or product API/auth/update paths.
- No install-time/import-time payload decryption and execution confirmed in inspected source.
Source & flagged code
11 flagged · loading sourcePackage contains a critical-looking secret pattern.
dist/pac-C-f8GYEm.mjsView on unpkg · L15229Package source references child process execution.
dist/vscode-tunnel-manager-Tl3LC5FY.mjsView on unpkg · L3Source reads and rewrites clipboard contents matching cryptocurrency wallet addresses.
dist/cli.mjsView on unpkg · L2A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/cli.mjsView on unpkgSource gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/cli.mjsView on unpkg · L2Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/cli.mjsView on unpkg · L2Source decrypts an embedded payload, writes it to disk, and executes it through a child process.
dist/credentials-CPQWfcto.mjsView on unpkgPackage contains source files above the static scanner size ceiling.
dist/credentials-CPQWfcto.mjsView on unpkgPackage contains an oversized executable-looking CLI entrypoint.
dist/credentials-CPQWfcto.mjsView on unpkg