PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist/utils/bundle.js

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherdotlasher
Artifact bytes14,310
Previous version1.0.1
Published2026-05-22T11:51:47.114Z
SHA-256ddf5d0a25ac17866d6259216b1372596463c77d6b1a97abdd8720255a7316567

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/utils/bundle.js

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

Availability ledger

available

high
Last checked
highRisk
45Score
1.0.3Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Known Indicator Filename — package/dist/utils/bundle.js

5 members · evidence strength 90
Publisher / release actor burststale

dotlasher

2 members · evidence strength 53

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/utils/bundle.jspackage/dist/utils/bundle.js45

Manifest

Package metadata

Scripts6
  • buildtsc && npm run postbuild
  • devtsx src/index.ts
  • postbuildnode -e "const fs=require('fs');const f='dist/index.js';fs.writeFileSync(f,'#!/usr/bin/env node\n'+fs.readFileSync(f,'utf8'));fs.chmodSync(f,0o755);console.log('Added shebang to dist/index.js');"
  • startnode dist/index.js
  • start:httpMCP_MODE=http node dist/index.js
  • testnpx tsx tests/smoke.ts
Dependencies7
  • @modelcontextprotocol/sdk1.29.0
  • @remotion/bundler4.0.462
  • @remotion/renderer4.0.462
  • cors^2.8.6
  • express^5.2.1
  • remotion4.0.462
  • zod^4.3.6