AI Security Review
scanned 2h ago · by lpm-firewall-aiNo confirmed package-initiated malicious action was found. The package provides configurable agent, workflow, tool, and server capabilities that can execute consumer-supplied code or expressions.
Decision evidence
public snapshot- dist/index.mjs exports saveAndLoadModule, which writes supplied JavaScript then dynamically imports it.
- dist/index.mjs evaluates workflow condition expressions with new Function.
- dist/index.mjs can spawn configured trusted tool modules and can POST configured tool payloads to a remote sandbox.
- package.json has no preinstall, install, or postinstall lifecycle hook.
- dist/index.mjs has no package-owned hard-coded external endpoint; network base URLs are caller configuration.
- No source evidence of environment harvesting or credential exfiltration.
- Google metadata URLs occur in the bundled @google/genai dependency chunk, not package-specific attack logic.
- Child-process execution is documented for configured trusted tools, with timeout and restricted supplied environment.
Source & flagged code
8 flagged · loading sourcePackage source references child process execution.
frontend/build/assets/index-CHzJdK6G.jsView on unpkg · L3082Package source references dynamic code evaluation.
dist/chunks/lop/index.mjs-BWbOMJZv.mjsView on unpkg · L1076Source appears to send environment or credential material to an external endpoint.
dist/index.mjsView on unpkg · L1A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.
dist/index.mjsView on unpkg · L1Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/index.mjsView on unpkg · L1Package source references dynamic require/import behavior.
dist/index.mjsView on unpkg · L666Package source references weak cryptographic algorithms.
dist/chunks/cookie-signature/index.mjs-CbpUR0b7.mjsView on unpkg · L14Source reaches cloud instance metadata or link-local credential endpoints.
dist/chunks/@google/genai/index.mjs-B9fCpHLR.mjsView on unpkg · L8