PkgRadar

Package evidence

@taptap/[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — 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.

Versions published
33
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@taptap/[email protected]"],"fail_on":"review"}'

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":["@taptap/[email protected]"],"fail_on":"review"}'
Artifact bytes1,673,814
Previous version1.24.1
Published2026-05-29T09:17:27.381Z
SHA-25628bfa1df43a3b25e851233e02f6e831090b3d742abc802c874ee6ee2fc592697

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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

Availability ledger

available

review
Last checked
reviewRisk
13Score
1.24.2Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/server.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45

Manifest

Package metadata

Scripts16
  • build./scripts/build.sh --skip-native
  • build:all./scripts/build.sh
  • build:native./scripts/build.sh --native-only
  • devtsx watch src/server.ts
  • docker:npmcd docker/npm && docker-compose -p taptap-mcp up -d
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint "src/**/*.ts"
  • lint:fixeslint "src/**/*.ts" --fix
  • openclaw:pack./scripts/release-openclaw-plugin.sh pack
  • openclaw:publish./scripts/release-openclaw-plugin.sh publish
  • preparehusky
  • prepublishOnlynpm run build
  • serveTAPTAP_MCP_TRANSPORT=sse node dist/server.js
  • startnode bin/instant-games-open-mcp
  • testjest
Dependencies5
  • @modelcontextprotocol/sdk1.27.1
  • archiver7.0.1
  • crypto-js^4.2.0
  • dotenv17.2.3
  • qrcode1.5.4