registry  /  nolimit-agent  /  1.0.336

nolimit-agent@1.0.336

Advanced email sender

AI Security Review

scanned 54m ago · by lpm-firewall-ai

The package is a heavily obfuscated bulk messaging and webmail automation tool with phishing/spam-adjacent capability. No unconsented install-time compromise or remote payload execution was confirmed.

Static reason
High-risk behavior combination matched malicious policy.; source matched previously finalized malicious package; routed for review; source fingerprint signature matched known malicious package; routed for review
Trigger
npm install for lifecycle scripts; user running nolimit CLI or WebSend for messaging features
Impact
Dangerous dual-use capability for spam/phishing campaigns, but no confirmed attacker exfiltration or persistence from install alone.
Mechanism
user-invoked bulk email/SMS sending, contact extraction, and webmail DOM automation
Rationale
Static source inspection supports a warning for dangerous dual-use spam/phishing automation, but not a publish block because the inspected install hooks do not perform unconsented broad control-surface mutation, payload download, credential theft, or attacker exfiltration. The high-risk behavior is package-aligned and user-invoked, though heavily obfuscated.
Evidence
package.jsonscripts/preinstall.jsscripts/postinstall.js.ad/x0.js.ad/web-command.jssrc/web-panel/ws.jstemplates/functions.txtphonebook/smtps.txt~/.nolimit/eula.json<npm-global-prefix>/nolimit.cmdtemplates/phonebook/extracted/dkim_keys/
Network endpoints10
smtp.gmail.comsmtp-mail.outlook.comsmtp.sendgrid.netdns.googlemail.google.comoutlook.live.comoutlook.office.commail.yahoo.commail.zoho.commail.proton.me

Decision evidence

public snapshot
AI called this Suspicious at 84.0% confidence as Dangerous Capability with medium false-positive risk.
Evidence for warning
  • package.json defines preinstall/postinstall and obfuscated CLI main .ad/x0.js.
  • .ad/x0.js implements bulk SMTP/SMS sending, OAuth SMTP setup, contact extraction, SOCKS/proxy and DKIM tooling.
  • src/web-panel/ws.js injects a panel into Gmail/Outlook/Yahoo and clicks Send for target lists.
  • Templates include tracking-link placeholders and attachment generators; phonebook includes carrier SMTP gateways.
Evidence against
  • scripts/preinstall.js only prompts for EULA and writes ~/.nolimit/eula.json on acceptance.
  • scripts/postinstall.js only creates a Windows nolimit.cmd shim and does not download or execute remote payloads.
  • No confirmed credential exfiltration to attacker-controlled endpoint found in inspected install hooks or web panel.
  • Risky behaviors appear user-invoked CLI/webmail features rather than import-time or install-time compromise.
Behavioral surface
Source
ChildProcessFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 22.5 KB of source

Source & flagged code

6 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.preinstall = node scripts/preinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
src/web-panel/ws.jsView file
269contains invisible/control Unicode U+202A (left-to-right embedding) const sendBtn = document.querySelector('[data-tooltip="Send <U+202A>(Ctrl-Enter)<U+202C>"]') ||
Critical
Trojan Source Unicode

Source contains bidi control or invisible Unicode characters associated with Trojan Source attacks.

src/web-panel/ws.jsView on unpkg · L269
scripts/postinstall.jsView file
matchType = normalized_sha256 matchedPackage = nolimit-agent@1.0.327 matchedPath = scripts/postinstall.js matchedIdentity = npm:bm9saW1pdC1hZ2VudA:1.0.327 similarity = 1.000 summary = normalized source hash matched finalized malicious source
High
Known Malware Source Similarity

Source file is highly similar to a previously finalized malicious package; route for source-aware review.

scripts/postinstall.jsView on unpkg
matchType = malicious_source_fingerprint_signature signature = 97ad344d2ec43431 signatureType = suspicious_hashes sourceLabel = final_verdict:malicious matchedPackage = nolimit-agent@1.0.327 matchedPath = scripts/postinstall.js matchedIdentity = npm:bm9saW1pdC1hZ2VudA:1.0.327 similarity = 1.000 shingleOverlap = 2 summary = package final verdict is malicious
High
Known Malware Source Fingerprint Signature

Source fingerprint signature matches a known malicious package signature; route for source-aware review.

scripts/postinstall.jsView on unpkg

Findings

1 Critical3 High3 Medium4 Low
CriticalTrojan Source Unicodesrc/web-panel/ws.js
HighInstall Time Lifecycle Scriptspackage.json
HighKnown Malware Source Similarityscripts/postinstall.js
HighKnown Malware Source Fingerprint Signaturescripts/postinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings