PkgRadar

Package evidence

@dynatrace/[email protected]

no findings

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
27Mature · −50% score
First published
Feb 2024
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

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":["@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 bytes59,930
Previous version2.0.0
Published2026-06-03T12:41:37.142Z
SHA-256a88a8e04b58d0bb5c5e23497919d0e7cbe4eeae82d8aade1f6ee0a83effa2a36

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • buildrm -rf dist && tsc --project tsconfig.lib.json && node ./tooling/build-library.cjs
  • changesetchangeset
  • deploydt-app deploy --cwd ./playground
  • devdt-app dev --cwd ./playground
  • formatprettier . --write
  • lintnpm run lint:quality && npm run lint:unused && npm run lint:circular-deps && npm run lint:renovate-config && npm run lint:types
  • lint:circular-depsmadge --circular . --exclude '^(playwright-report|ct/ct-report|ct/playwright/.cache|dist|node_modules|.yalc|test-results)'
  • lint:qualityeslint .
  • lint:renovate-configrenovate-config-validator --strict
  • lint:typesnpx tsc --project tsconfig.lib.json --noEmit
  • lint:unusedknip --exclude enumMembers --treat-config-hints-as-errors
  • prepare-releasechangeset version
  • releasechangeset publish
  • testnpm run test:unit && npm run test:a11y && npm run test:e2e-ci && npm run test:ct-ci
  • test:a11yplaywright test --config ./a11y/playwright.config.ts
  • test:ctnpm run test:ct:prepare && playwright test --config ./ct/playwright-ct.config.ts --ui
  • test:ct-ciplaywright test --config ./ct/playwright-ct.config.ts
  • test:ct-ci:update-snapshotsplaywright test --config ./ct/playwright-ct.config.ts --update-snapshots
  • test:ct-debugnpm run test:ct:prepare && playwright test --config ./ct/playwright-ct.config.ts --ui --debug
  • test:ct:preparerm -rf dist && rm -rf ./ct/playwright/.cache && npm run build
  • test:e2eplaywright test --config ./e2e/playwright.config.ts --ui
  • test:e2e-ciplaywright test --config ./e2e/playwright.config.ts
  • test:unitjest --config=jest.config.ts
  • updatedt-app update
  • yalc:build-and-publishnpm run build && npx yalc publish . --push
Dependencies7
  • @dynatrace-sdk/app-environment^1.1.4
  • @dynatrace-sdk/client-app-settings-v2^1.1.3
  • @dynatrace-sdk/client-classic-environment-v2^5.2.3
  • @dynatrace-sdk/client-iam^1.0.0
  • @tanstack/react-query^5.90.21
  • lodash^4.18.1
  • styled-components^6.3.11