PkgRadar

Package evidence

@duetds/[email protected]

Credential File Packaged: package/hydrate/tests/.npmrc

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
691Mature · −50% score
First published
Mar 2019
Publisher
viljamis

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":["@duetds/[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":["@duetds/[email protected]"],"fail_on":"review"}'
Publisherviljamis
Artifact bytes15,868,507
Previous version4.10.0
Published2020-09-08T07:19:21.853Z
SHA-256707019ae69cdb115cbf17cb43f72f120c97f9c43a2d820b6f181c81a4a3b83db

Why flagged

What the scanner saw

Credential File Packaged: package/hydrate/tests/.npmrc

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/hydrate/tests/.npmrcpackage/hydrate/tests/.npmrc35

Manifest

Package metadata

Scripts20
  • buildnpm-run-all --sequential stencil:build copy:vscode
  • clean:buildrm -rf ../../docs/src/components/*
  • copy:docscopyfiles --up 2 "./src/components/**/*" "../../docs/src/components"
  • copy:vscodecopyfiles --flat "./lib/html.html-data.json" "../vscode"
  • duet:build:testsitestencil build --serve
  • duet:onchange:readmeonchange -v --await-write-finish 1000 -f "add change unlink" "./src/components/**/readme.md" -- npm run copy:docs
  • duet:startnpm-run-all --parallel duet:onchange:readme stencil:dev
  • duet:start:es5:docsstencil build --docs-readme --es5 --watch --serve
  • precommitstencil test --spec --silent
  • prepublishnpm run build
  • startnpm-run-all --sequential clean:build stencil:build copy:docs duet:start
  • start:legacynpm-run-all --parallel clean:build duet:onchange:readme duet:start:es5:docs
  • stencil:buildstencil build --es5
  • stencil:devstencil build --dev --watch --serve
  • stencil:statsstencil build --log --stats
  • teststencil test --spec --e2e --silent
  • test:devstencil test --spec --e2e --watchAll
  • test:e2estencil test --e2e --silent
  • test:unitstencil test --spec --silent
  • versionnpm run build
Dependencies1
  • body-scroll-lock^3.1.3