AI Security Review
scanned 8d ago · by lpm-firewall-aiNo confirmed malicious attack surface found. Sensitive primitives are user-invoked and aligned with the package's stated purpose of querying private website APIs using the user's Chrome session.
Decision evidence
public snapshot- package.json has no install/preinstall/postinstall lifecycle hooks; bin is user-invoked CLI only.
- dist/src/website-api.js import-time behavior only loads local .env from package root; no network or code execution.
- dist/src/capabilities/cookies.js reads Chrome cookies/passwords only when site capabilities are invoked, matching package purpose.
- dist/src/core/registry.js downloads extension files only via explicit ext commands, verifies sha256, and writes to user config extension dirs.
- dist/src/sites/maps.google.com/api/index.js bundles a Census API key documented as public/default; overlay fetches Census/Google Maps data for a user-invoked command.
- dist/src/sites/voice.google.com/api/voice-helpers.js hardcoded Google web API key is labeled public and used for Google Voice endpoints, not exfiltration.
Source & flagged code
8 flagged · loading sourcePackage contains a high-severity secret pattern.
dist/src/sites/voice.google.com/api/voice-helpers.jsView on unpkg · L12Google API key in dist/src/sites/voice.google.com/api/voice-helpers.js
dist/src/sites/voice.google.com/api/voice-helpers.jsView on unpkg · L12Package source references weak cryptographic algorithms.
dist/src/sites/voice.google.com/api/voice-helpers.jsView on unpkg · L2Package source references a known benign dynamic code generation pattern.
dist/src/core/context.jsView on unpkg · L135Package source references dynamic require/import behavior.
dist/src/core/registry.jsView on unpkg · L308This package version adds a dangerous source file absent from the previous stored version.
dist/src/sites/maps.google.com/api/index.jsView on unpkgHardcoded 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/api/voice-helpers.d.ts
dist/src/sites/voice.google.com/api/voice-helpers.d.tsView on unpkg · L12