PkgRadar

Package evidence

@edium/[email protected]

Install Lifecycle Remote Or Exec: preinstall="node -e \"const ua = process.env.npm_config_user_agent; if (ua && !ua.startsWith('pnpm')) { console.error('\\nERROR: This repo requires pnpm. Run: pnpm install\\n'); process.exit(1); }\""

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
329
Versions published
4
First published
Jun 2026
Publisher
splayfee

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":["@edium/[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":["@edium/[email protected]"],"fail_on":"high"}'
Publishersplayfee
Artifact bytes129,220
Previous version2.1.0
Published2026-06-15T03:28:54.548Z
SHA-25648b7a4f453fddad9911ff29cff24c749657ef1b3bc6e88a1dbf1cabff7899a20

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 2.2.0 vs 2.1.0: "node -e \"const ua = process.env.npm_config_user_agent; if (ua && !ua.startsWith('pnpm')) { console.error('\\nERROR: This repo requires pnpm. Run: pnpm install\\n'); process.exit(1); }\""

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

New Account With Lifecycle Hook — package first published 4 day(s) ago, 4 total version(s), has lifecycle hook

29 members · evidence strength 90
Publisher / release actor burstactive

splayfee

4 members · evidence strength 73
Repeated static TTPcandidate

New Account With Lifecycle Hook — package first published 4 day(s) ago, 4 total version(s), has lifecycle hook

29 members · max score 160
Publisher / release actor burstcandidate

splayfee

4 members · max score 75

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 2.2.0 vs 2.1.0: "node -e \"const ua = process.env.npm_config_user_agent; if (ua && !ua.startsWith('pnpm')) { console.error('\\nERROR: This repo requires pnpm. Run: pnpm install\\n'); process.exit(1); }\""40
highInstall Lifecycle Remote Or Execpackage.jsonpreinstall="node -e \"const ua = process.env.npm_config_user_agent; if (ua && !ua.startsWith('pnpm')) { console.error('\\nERROR: This repo requires pnpm. Run: pnpm install\\n'); process.exit(1); }\""30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 4 day(s) ago, 4 total version(s), has lifecycle hook25
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 2.2.0 vs 2.1.0: "node -e \"const ua = process.env.npm_config_user_agent; if (ua && !ua.startsWith('pnpm')) { console.error('\\nERROR: This repo requires pnpm. Run: pnpm install\\n'); process.exit(1); }\""40
highInstall Lifecycle Remote Or Execpackage.jsonpreinstall="node -e \"const ua = process.env.npm_config_user_agent; if (ua && !ua.startsWith('pnpm')) { console.error('\\nERROR: This repo requires pnpm. Run: pnpm install\\n'); process.exit(1); }\""30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 4 day(s) ago, 4 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node -e \"const ua = process.env.npm_config_user_agent; if (ua && !ua.startsWith('pnpm')) { console.error('\\nERROR: This repo requires pnpm. Run: pnpm install\\n'); process.exit(1); }\""5

Manifest

Package metadata

Scripts14
  • buildrm -rf dist && tsc --build && tsc-alias
  • devtsx watch ./examples/http-express.ts
  • linteslint .
  • lint:fixeslint . --fix
  • preinstallnode -e "const ua = process.env.npm_config_user_agent; if (ua && !ua.startsWith('pnpm')) { console.error('\nERROR: This repo requires pnpm. Run: pnpm install\n'); process.exit(1); }"
  • prettierprettier --check .
  • prettier:fixprettier --write .
  • test:integrationdotenv -e .env.test -- vitest run --config vitest.integration.config.ts
  • test:integration:allbash scripts/integration-matrix.sh
  • test:integration:generateprisma generate --schema=tests/integration/prisma/schema.prisma
  • test:unitvitest run tests/unit
  • test:unit:coveragevitest run --coverage tests/unit
  • type-checktsc --noEmit && tsc --noEmit -p tests/tsconfig.json
  • type-check:examplesprisma generate --schema=tests/integration/prisma/schema.prisma && tsc --noEmit -p examples/tsconfig.json
Dependencies2
  • @edium/halifax-types0.1.0
  • uuid^14.0.0