PkgRadar

Package evidence

[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
26
First published
Mar 2026
Publisher
doberkofler

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"}'
Publisherdoberkofler
Artifact bytes38,295
Previous version1.5.3
Published2026-05-29T08:45:44.775Z
SHA-256b7d397c7631144daab7f318ab12c4226379232af0e29f87b10a60c5e66013f4e

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
1.5.4Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • buildvite build && node scripts/copy-templates.ts
  • cipnpm run typecheck && pnpm run lint && pnpm run format:check && pnpm run build && pnpm run test
  • create-changelogconventional-changelog -p angular -i CHANGELOG.md -s -r 0
  • dependencies-checknode scripts/dependencies.ts
  • dependencies-updatenode scripts/dependencies.ts --update
  • formatoxfmt --write
  • format:checkoxfmt --check
  • integration-testpnpm run integration-test:cli && pnpm run integration-test:web-vanilla && pnpm run integration-test:web-app && pnpm run integration-test:web-fullstack
  • integration-test:clirimraf --max-retries=3 ./temp/cli && node ./dist/index.js create --package-manager=pnpm --build --debug --no-progress --template=cli --name=cli --author="Jon Doe" --github-username="jon-doe" --path=./temp/cli
  • integration-test:web-apprimraf --max-retries=3 ./temp/web-app && node ./dist/index.js create --package-manager=pnpm --build --debug --no-progress --template=web-app --name=web-app --author="Jon Doe" --github-username="jon-doe" --path=./temp/web-app
  • integration-test:web-fullstackrimraf --max-retries=3 ./temp/web-fullstack && node ./dist/index.js create --package-manager=pnpm --build --debug --no-progress --template=web-fullstack --name=web-fullstack --author="Jon Doe" --github-username="jon-doe" --path=./temp/web-fullstack
  • integration-test:web-vanillarimraf --max-retries=3 ./temp/web-vanilla && node ./dist/index.js create --package-manager=pnpm --build --debug --no-progress --template=web-vanilla --name=web-vanilla --author="Jon Doe" --github-username="jon-doe" --path=./temp/web-vanilla
  • lintoxlint --disable-nested-config
  • releaserelease-it
  • run-interactivenode ./dist/index.js interactive
  • testvitest run --coverage --exclude '**/*.integration.*.test.ts'
  • typechecktsc --noEmit
Dependencies5
  • @clack/prompts1.4.0
  • commander14.0.3
  • debug4.4.3
  • execa9.6.1
  • zod4.4.3