PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 15138460 bytes

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
113Established · −30% score
First published
Dec 2025
Publisher
atddevs

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":"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":["[email protected]"],"fail_on":"review"}'
Publisheratddevs
Artifact bytes6,557,955
Previous version1.2.3
Published2026-06-12T13:27:45.532Z
SHA-2561e8b76be04a6d0aeab27a3bf944751f1699a4d9678e4dd19ad09ef7199fe3c37

Why flagged

What the scanner saw

Large Javascript Payload: 15138460 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.3.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/src/bundle.js15138460 bytes0

Manifest

Package metadata

Scripts29
  • buildtsc
  • build:stark-visioncd ../stark-vision && npm run build
  • build:watchtsc --watch
  • bundlerimraf dist && npm run build:stark-vision && npm run build && npm run copy-frontend && NODE_OPTIONS=--max-old-space-size=4096 webpack
  • cleanrm -rf dist
  • clean-test-datats-node scripts/clean-test-data.ts
  • copy-frontendmkdir -p dist/public && cp -r ../frontend/dist/* dist/public/
  • create-adminnode scripts/create-admin-user.js
  • e2e:iosmocha --no-config -r ts-node/register --timeout 60000 --exit test/e2e/ios/ios.e2e.spec.ts
  • e2e:sessionmocha --no-config -r ts-node/register --parallel --timeout 60000 --exit test/e2e/android/session1.e2e.spec.ts
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • migratenode scripts/create-database.js && sequelize-cli --config src/config/sequelize-cli.js db:migrate
  • migrate:createsequelize-cli --config src/config/sequelize-cli.js migration:create
  • migrate:resetnode scripts/reset-database.js
  • migrate:statussequelize-cli --config src/config/sequelize-cli.js db:migrate:status
  • migrate:undosequelize-cli --config src/config/sequelize-cli.js db:migrate:undo
  • migrate:undo:allsequelize-cli --config src/config/sequelize-cli.js db:migrate:undo:all
  • populate-test-datats-node scripts/populate-test-data.ts
  • startts-node src/server.ts
  • start:devts-node --watch src/server.ts
  • start:prodnode dist/server.js
  • testmocha -r ts-node/register -r ./test/integration/setup.ts --project tsconfig.json 'test/**/*.{test,spec}.ts' --ignore 'test/e2e/**'
  • test:e2emocha -r ts-node/register -r ./test/integration/setup.ts --project tsconfig.json 'test/e2e/**/*.{test,spec}.ts' --timeout 60000
  • test:e2e:visionmocha --no-config -r ts-node/register --timeout 260000 --exit test/e2e/android/vision.e2e.spec.ts
  • test:integrationmocha -r ts-node/register -r ./test/integration/setup.ts --project tsconfig.json 'test/integration/**/*.{test,spec}.ts'
  • test:unitmocha -r ts-node/register --project tsconfig.json 'test/unit/**/*.{test,spec}.ts' --ignore 'test/integration/**' --ignore 'test/e2e/**'
  • test:watchmocha -r ts-node/register -r ./test/integration/setup.ts --project tsconfig.json 'test/**/*.{test,spec}.ts' --ignore 'test/e2e/**' --watch
  • typechecktsc --noEmit
Dependencies60
  • @appium/base-driver10.1.2
  • @aws-sdk/client-s3^3.940.0
  • @azure/storage-blob^12.29.1
  • @google/genai^1.43.0
  • @inquirer/prompts^7.0.0
  • @modelcontextprotocol/sdk^1.27.1
  • @opentelemetry/api^1.9.0
  • @opentelemetry/api-logs^0.208.0
  • @opentelemetry/auto-instrumentations-node^0.67.0
  • @opentelemetry/exporter-logs-otlp-http^0.208.0
  • @opentelemetry/exporter-trace-otlp-http^0.208.0
  • @opentelemetry/instrumentation^0.208.0
  • @opentelemetry/instrumentation-express^0.57.0
  • @opentelemetry/instrumentation-http^0.208.0
  • @opentelemetry/instrumentation-socket.io^0.55.0
  • @opentelemetry/resources^2.2.0
  • @opentelemetry/sdk-logs^0.208.0
  • @opentelemetry/sdk-node^0.208.0
  • @opentelemetry/semantic-conventions^1.38.0
  • @opentelemetry/winston-transport^0.19.0
  • @types/nodemailer^7.0.9
  • @types/yauzl^2.10.3
  • app-info^0.0.1
  • appium-inspector-plugin^2026.1.3
  • applesign^5.0.1
  • archiver^7.0.1
  • bcryptjs^2.4.3
  • cookie-parser^1.4.7
  • cors^2.8.5
  • dotenv^16.3.1
  • …and 30 more.
Optional dependencies1
  • df-vision*