AI Security Review
scanned 2h ago · by lpm-firewall-aiAndroid runtime code transmits account metadata and diagnostic messages to an unrelated remote logging host. The request is silent and can occur while accounts are registered or synchronized.
Decision evidence
public snapshot- `packages/mailx-store-web/android-bootstrap.ts` silently sends logs to `rmf39.aaz.lt`.
- Logs include account ID, email, IMAP host/port, auth type, and errors.
- The telemetry runs during Android account setup/sync, not an explicit diagnostic command.
- `worker-entry.ts` contains the same silent remote logging endpoint.
- `bin/postinstall.js` only checks Node version and creates local workspace symlinks.
- `bin/mailx.js` update/install behavior is behind runtime UI actions.
- `bin/rmfmailto-src/src/main.rs` is a mailto launcher with available source.
Source & flagged code
13 flagged · loading sourcePackage defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgSource spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
bin/mailx.jsView on unpkg · L53Package source invokes a package manager install command at runtime.
bin/mailx.jsView on unpkg · L2336Source writes installer persistence such as shell profile or service configuration.
bin/mailx.jsView on unpkg · L53Package source references a known benign dynamic code generation pattern.
client/lib/quill/quill.jsView on unpkg · L1Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.
bin/lean-accounts.jsView on unpkg · L137Package source references dynamic require/import behavior.
bin/lean-accounts.jsView on unpkg · L136Package source references weak cryptographic algorithms.
bin/build-bundles.mjsView on unpkg · L5This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.
packages/mailx-service/index.jsView on unpkg