PkgRadar

Package evidence

@dynatrace/[email protected]

Install-time lifecycle script: install="node ./scripts/InstallCap.js"

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.

Weekly downloads
1,944Niche · −30% score
Versions published
75Mature · −50% score
First published
Apr 2020
Publisher
dynatrace-nodejs

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":["@dynatrace/[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":["@dynatrace/[email protected]"],"fail_on":"review"}'
Artifact bytes10,143,482
Previous version2.331.1
Published2026-03-06T11:10:15.721Z
SHA-256659d7ab07c2b77125bfbec4b27a020cc9241ba9690603ae1ae9ee881fc543d0a

Why flagged

What the scanner saw

Install-time lifecycle script: install="node ./scripts/InstallCap.js"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
2.333.1Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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
lowInstall-time lifecycle scriptpackage.jsoninstall="node ./scripts/InstallCap.js"5

Manifest

Package metadata

Scripts10
  • installnode ./scripts/InstallCap.js
  • linteslint --cache src/**/*.ts --ignore-pattern .gitignore
  • lint:speceslint --cache tests/**/*.ts --cache-file tests/.eslintcache --ignore-pattern .gitignore
  • preparehusky
  • prettier:checkprettier --check ./src
  • prettier:writeprettier --write ./src
  • test:debugnode --inspect-brk ./node_modules/jest/bin/jest.js --runInBand
  • tsctsc
  • tsc:prodtsc -p tsconfig-release.json
  • uninstallnode ./scripts/UninstallCap.js
Dependencies3
  • axios^1.13.6
  • jsdom^27.0.0
  • plist^3.1.0