PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.eslint-plugin-surveyjs="git+https://github.com/surveyjs/eslint-surveyjs.git"

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
467Mature · −50% score
First published
Aug 2019
Publisher
duodvk

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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"}'
Publisherduodvk
Artifact bytes2,778,845
Previous version2.5.28
Published2026-06-17T08:43:22.459Z
SHA-256f393e8f1366a370a3b22976b554d7ec609c01d2b016a7522647ff544e1909d06

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.eslint-plugin-surveyjs="git+https://github.com/surveyjs/eslint-surveyjs.git"

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

Availability ledger

available

review
Last checked
reviewRisk
4Score
2.5.29Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.eslint-plugin-surveyjs="git+https://github.com/surveyjs/eslint-surveyjs.git"8
mediumRemote Dependency Specpackage.jsondevDependencies.surveyjs-doc-generator="git+https://github.com/surveyjs/surveyjs-doc-generator.git"8
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.eslint-plugin-surveyjs="git+https://github.com/surveyjs/eslint-surveyjs.git"8
mediumRemote Dependency Specpackage.jsondevDependencies.surveyjs-doc-generator="git+https://github.com/surveyjs/surveyjs-doc-generator.git"8
lowObfuscation Densitypackage/survey.analytics.core.min.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/survey.analytics.min.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts23
  • buildnpm run build:dev && npm run build:prod && rollup -c && npm run build:types
  • build:allnpm run build
  • build:devrollup -c rollup.umd.config.js --environment mode:dev,emitNonSourceFiles:true,emitStyles:true
  • build:prodrollup -c rollup.umd.config.js --environment mode:prod,emitStyles:true
  • build:typesnpm run build:types:core && npm run build:types:summary && npm run build:types:tabulator && npm run build:types:mongo
  • build:types:coretsc --p tsconfig.summary.core.json && echo "export * from './survey-analytics.types/entries/summary.core';" >> build/survey.analytics.core.d.ts
  • build:types:mongotsc --p tsconfig.types.mongo.json && echo "export * from './survey-analytics.types/entries/mongo';" >> build/survey.analytics.mongo.d.ts
  • build:types:summarytsc --p tsconfig.summary.json && echo "export * from './survey-analytics.types/entries/summary';" >> build/survey.analytics.d.ts
  • build:types:tabulatortsc --p tsconfig.tabulator.json && echo "export * from './survey-analytics-tabulator.types/entries/tabulator';" >> build/survey.analytics.tabulator.d.ts
  • doc:gennode doc_generator/lib_docgenerator.js src/index.ts
  • doc:updatechmod +x ./docupdate_npm.sh && ./docupdate_npm.sh
  • e2eplaywright test --project chromium --ui
  • e2e:ciplaywright test --project chromium
  • linteslint . --ext .js,.cjs,.mjs,.ts,.cts,.mts --max-warnings=0
  • lint:fixeslint . --ext .js,.cjs,.mjs,.ts,.cts,.mts --max-warnings=0 --fix
  • pre-push-checknpm run lint
  • pwinstplaywright install chromium
  • releasestandard-version --message "Release: %s [azurepipelines skip]"
  • starthttp-server --silent
  • testvitest run
  • test:debugvitest --inspect-brk --no-file-parallelism
  • test:devvitest --watch
  • watch:devrollup -c rollup.umd.config.js -w --environment mode:dev,emitNonSourceFiles:true,emitStyles:true
Dependencies4
  • mongodb^6.20.0
  • muuri^0.8.0
  • plotly.js-dist-min^2.28.0
  • tabulator-tables^6.2.5