PkgRadar

Package evidence

@lyrie/[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
24
Versions published
1
First published
May 2026
Publisher
overthetop

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@lyrie/[email protected]"],"fail_on":"high"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@lyrie/[email protected]"],"fail_on":"high"}'
Publisheroverthetop
Artifact bytes473,147
Previous versionnone
Published2026-05-24T09:11:19.000Z
SHA-2569307240f958a0cc76b984720c5e0ada8fede644e866a6e7703f02979b2fd54c0

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.

2 candidate cluster(s) currently reference this release.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
102Score
3.1.0Version
Status history (4 events)
  1. availableavailable · risk high · score 102 · status available -> available, risk high -> high, score 135 -> 102
  2. availableavailable · risk high · score 135 · status available -> available, risk high -> high, score 217 -> 135
  3. availableavailable · risk high · score 217 · status available -> available, risk high -> high, score 555 -> 217
  4. newavailable · risk high · score 555 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

DNS / OAST exfiltration — matched "burpcollaborator.net"

66 members · evidence strength 90
Repeated static TTPactive

Js Decode Then Exec — base64 / atob / fromcharcode decode adjacent to eval / new function — canonical obfuscated-loader pattern.

15 members · evidence strength 90
Repeated static TTPstale

Credential file access — matched "aws_secret_access_key"

11 members · evidence strength 90
Repeated static TTPcandidate

DNS / OAST exfiltration — matched "burpcollaborator.net"

66 members · max score 270
Repeated static TTPcandidate

Js Decode Then Exec — base64 / atob / fromcharcode decode adjacent to eval / new function — canonical obfuscated-loader pattern.

15 members · max score 165

Evidence

Static findings

6 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/src/pentest/poc-gen/generators/xss.tsbase64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.45
highDNS / OAST exfiltrationpackage/src/pentest/poc-gen/generators/ssrf.tsmatched "burpcollaborator.net"30
mediumRemote Payloadpackage/src/tools/messaging/message-tool.tsmatched "api.telegram.org/bot"12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/src/pentest/poc-gen/generators/xss.tsbase64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.45
highDNS / OAST exfiltrationpackage/src/pentest/poc-gen/generators/ssrf.tsmatched "burpcollaborator.net"30
mediumRemote Payloadpackage/src/tools/messaging/message-tool.tsmatched "api.telegram.org/bot"12
lowCredential file accesspackage/src/hack/auto-remediation.tsmatched "AWS_ACCESS_KEY"5
lowMessenger Bot Endpointpackage/src/tools/messaging/message-tool.tsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/src/pentest/poc-gen/generators/secret-exposure.tsmatched ".aws/"5

Manifest

Package metadata

Scripts4
  • buildbun build src/index.ts --outdir dist --target node
  • devbun run --watch src/index.ts
  • startbun run src/index.ts
  • testbun test
Dependencies2
  • @noble/ciphers^2.2.0
  • zod^3.23.0