AI Security Review
scanned 8d ago · by lpm-firewall-aiNo confirmed malicious attack surface is established by source inspection. The package is a CLI/library for user-invoked website API calls using a local Chrome session, with explicit extension registry functionality.
Decision evidence
public snapshot- Reads Chrome cookies/passwords via chrome-tools for target-site adapters in dist/src/capabilities/cookies.js.
- User-invoked extension install can download/import third-party site code in dist/src/core/registry.js.
- dist/src/sites/voice.google.com/voice-helpers.js builds Google Voice auth headers from user cookies.
- dist/src/sites/maps.google.com/index.js injects a browser overlay via ctx.eval when that adapter is run.
- package.json has no install/preinstall/postinstall lifecycle hooks.
- dist/src/website-api.js import-time behavior only loads a local .env file into process.env.
- Cookie/credential access is lazy and scoped to selected site adapters, not automatic install/import exfiltration.
- Registry install verifies sha256 before writing extension files and CLI warns before installing code with browser-session access.
- Scanner secret hits are public Google/Census client keys documented in source and used for matching site APIs.
- Observed network endpoints are package-aligned website APIs, registries, or user-requested universal URLs.
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 · L2Package 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 · L308This package version adds a dangerous source file absent from the previous stored version.
dist/src/sites/maps.google.com/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/voice-helpers.d.ts
dist/src/sites/voice.google.com/voice-helpers.d.tsView on unpkg · L12