PkgRadar

Package evidence

@evalguard/[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
20
Versions published
4
First published
Apr 2026
Publisher
barathkumargopi

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":["@evalguard/[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":["@evalguard/[email protected]"],"fail_on":"high"}'
Artifact bytes3,439,064
Previous version1.0.0
Published2026-04-28T04:38:02.516Z
SHA-25619b0f429d6afe71838dc6a8506ee2b923d572b638ebd31dcc41ae71adc377575

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
177Score
1.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 177 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Webhook Exfil Endpoint — matched "webhook.site"

195 members · evidence strength 90
Repeated static TTPactive

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

18 members · evidence strength 90
Repeated static TTPcandidate

Webhook Exfil Endpoint — matched "webhook.site"

195 members · max score 253
Repeated static TTPcandidate

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

18 members · max score 177

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/firewall/detection-engine.jsbase64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.45
highWebhook Exfil Endpointpackage/dist/security/plugins/coding-agent-network-egress.jsmatched "webhook.site"40
highWebhook Exfil Endpointpackage/dist/security/plugins/coding-agent-secret-env-read.jsmatched "hooks.slack.com/services/"40
highWebhook Exfil Endpointpackage/dist/security/plugins/mcp-data-exfiltration.jsmatched "webhook.site"40
mediumRemote Payloadpackage/dist/integrations/telegram.jsmatched "api.telegram.org/bot"12
Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/firewall/detection-engine.jsbase64 / atob / fromCharCode decode adjacent to eval / new Function — canonical obfuscated-loader pattern.45
highWebhook Exfil Endpointpackage/dist/security/plugins/coding-agent-network-egress.jsmatched "webhook.site"40
highWebhook Exfil Endpointpackage/dist/security/plugins/coding-agent-secret-env-read.jsmatched "hooks.slack.com/services/"40
highWebhook Exfil Endpointpackage/dist/security/plugins/mcp-data-exfiltration.jsmatched "webhook.site"40
mediumRemote Payloadpackage/dist/integrations/telegram.jsmatched "api.telegram.org/bot"12
lowCredential file accesspackage/dist/security/plugins/agent-privilege-escalation-chain.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/security/plugins/coding-agent-secret-env-read.jsmatched "AWS_SECRET_ACCESS_KEY"5
lowCredential file accesspackage/dist/security/plugins/coding-agent-secret-file-read.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/security/plugins/exploit-tool-agent.jsmatched "AWS_SECRET_ACCESS_KEY"5
lowCredential file accesspackage/dist/security/mcp-security.jsmatched ".ssh/"5
lowMessenger Bot Endpointpackage/dist/integrations/telegram.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowObfuscation Densitypackage/dist/security/plugins/ascii-smuggling.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/security/multilingual.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts8
  • buildtsc
  • build:publishtsup src/index.ts --format cjs,esm --dts --clean
  • cleanrm -rf dist .turbo
  • linteslint src/ || true
  • prepublishOnlypnpm build
  • testvitest run
  • test:coveragevitest run --coverage --coverage.reporter=json-summary --coverage.reporter=text
  • type-checktsc --noEmit
Dependencies2
  • yaml^2.8.3
  • zod^3.24.0