AI Security Review
scanned 2h ago · by lpm-firewall-aiThis is a user-invoked bulk email/phishing simulation toolkit with webmail automation, SMTP sending modes, OAuth account auth, contact extraction, SMS templates, and DKIM/from-address tooling. Install-time behavior is limited to EULA recording and Windows shim creation, so no confirmed silent install-time compromise was found.
Decision evidence
public snapshot- package.json exposes obfuscated CLI main/bin .ad/x0.js and install hooks
- src/web-panel/ws.js injects a panel into Gmail/Outlook/Yahoo and clicks Send for each target
- templates/functions.txt documents bulk campaigns, direct_mx, raw_smtp, turbo_mode, QR links, DKIM, and thread-prefix randomization
- templates/functions.txt documents OAuth auth and contacts extraction to extracted/
- phonebook/messages.txt includes SMS verification-code and unusual-sign-in templates
- AUTHORIZED_USE.md frames package as phishing simulation/red-team email tool
- scripts/preinstall.js only prompts EULA and writes ~/.nolimit/eula.json after interactive acceptance
- scripts/postinstall.js only creates a Windows nolimit.cmd shim for .ad/x0.js
- No unconsented AI-agent control-surface writes found
- No hard-coded attacker exfiltration endpoint found in inspected source
- Templates are mostly placeholders and require user-supplied SMTP/accounts/targets
Source & flagged code
6 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 unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgSource contains bidi control or invisible Unicode characters associated with Trojan Source attacks.
src/web-panel/ws.jsView on unpkg · L269Source file is highly similar to a previously finalized malicious package; route for source-aware review.
scripts/postinstall.jsView on unpkgSource fingerprint signature matches a known malicious package signature; route for source-aware review.
scripts/postinstall.jsView on unpkg