AI Security Review
scanned 8d ago · by lpm-firewall-aiNo confirmed malicious attack surface is established. The package is a CLI/library for querying user-selected website APIs using local Chrome sessions, with dangerous primitives tied to explicit commands and advertised functionality.
Decision evidence
public snapshot- dist/src/capabilities/cookies.js reads decrypted Chrome cookies/passwords for requested site domains.
- dist/src/core/registry.js can fetch and install user-selected extension site code from registries.
- dist/src/sites/voice.google.com/index.js can send Google Voice SMS when user invokes send action.
- package.json has no install/preinstall/postinstall lifecycle hooks.
- dist/src/website-api.js import only loads local .env and exports APIs; no network on import.
- dist/bin/cli.js only runs on CLI invocation and routes to selected site adapter.
- Network calls are adapter-aligned to requested websites, not hidden exfiltration endpoints.
- Registry install verifies sha256 before writing to user extension dir and requires explicit CLI action.
- VOICE_API_KEY in dist/src/sites/voice.google.com/voice-helpers.js is documented as public web-client key.
Source & flagged code
8 flagged · loading sourcePackage contains a high-severity secret pattern.
dist/src/sites/voice.google.com/voice-helpers.jsView on unpkg · L12Google API key in dist/src/sites/voice.google.com/voice-helpers.js
dist/src/sites/voice.google.com/voice-helpers.jsView on unpkg · L12Package source references weak cryptographic algorithms.
dist/src/sites/voice.google.com/voice-helpers.jsView on unpkg · L2This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
dist/src/core/context.jsView on unpkgPackage source references a known benign dynamic code generation pattern.
dist/src/core/context.jsView on unpkg · L134Package source references dynamic require/import behavior.
dist/src/core/registry.jsView on unpkg · L308Hardcoded password in dist/src/capabilities/login/login-helper.js
dist/src/capabilities/login/login-helper.jsView on unpkg · L154Google API key in dist/src/sites/voice.google.com/voice-helpers.d.ts
dist/src/sites/voice.google.com/voice-helpers.d.tsView on unpkg · L12