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,558
Previous version1.0.3
Published2026-05-24T06:32:58.984Z
SHA-256bbfd6863ecfb19ae7e4051d538f06aee51a4fe33cd4b0ca09673a2420da21938

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.4Version
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';let c=fs.readFileSync(f,'utf8');if(!c.startsWith('#!')){c='#!/usr/bin/env node\n'+c;}fs.writeFileSync(f,c);fs.chmodSync(f,0o755);console.log('Shebang ensured in 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