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
- 5
- First published
- Jun 2026
- Publisher
- splayfee
Recommended action
Block this updateStatic 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"}'Why flagged
What the scanner saw
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); }\""
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
Status history (1 event)
- new → available · risk high · score 35 · status changed
Related candidates
Linked campaigns and clusters
splayfee
4 members · evidence strength 73New Account With Lifecycle Hook — package first published 4 day(s) ago, 5 total version(s), has lifecycle hook
20 members · evidence strength 85New Account With Lifecycle Hook — package first published 4 day(s) ago, 5 total version(s), has lifecycle hook
20 members · max score 75splayfee
4 members · max score 75Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | 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); }\"" | 30 |
| high | New Account With Lifecycle Hook | package.json | package first published 4 day(s) ago, 5 total version(s), has lifecycle hook | 25 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | 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); }\"" | 30 |
| high | New Account With Lifecycle Hook | package.json | package first published 4 day(s) ago, 5 total version(s), has lifecycle hook | 25 |
| low | Install-time lifecycle script | package.json | 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); }\"" | 5 |
Manifest
Package metadata
Scripts14
buildrm -rf dist && tsc --build && tsc-aliasdevtsx watch ./examples/http-express.tslinteslint .lint:fixeslint . --fixpreinstallnode -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.tstest:integration:allbash scripts/integration-matrix.shtest:integration:generateprisma generate --schema=tests/integration/prisma/schema.prismatest:unitvitest run tests/unittest:unit:coveragevitest run --coverage tests/unittype-checktsc --noEmit && tsc --noEmit -p tests/tsconfig.jsontype-check:examplesprisma generate --schema=tests/integration/prisma/schema.prisma && tsc --noEmit -p examples/tsconfig.json
Dependencies2
@edium/halifax-types2.2.1uuid^14.0.0