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
- 443
- Versions published
- 28
- First published
- Mar 2026
- Publisher
- doberkofler
Recommended action
Looks clean — keep monitoringNo 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"}'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
Status history (1 event)
- new → available · 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.tscipnpm run typecheck && pnpm run lint && pnpm run format:check && pnpm run build && pnpm run testcreate-changelogconventional-changelog -p angular -i CHANGELOG.md -s -r 0dependencies-checknode scripts/dependencies.tsdependencies-updatenode scripts/dependencies.ts --updateformatoxfmt --writeformat:checkoxfmt --checkintegration-testpnpm run integration-test:cli && pnpm run integration-test:web-vanilla && pnpm run integration-test:web-app && pnpm run integration-test:web-fullstackintegration-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/cliintegration-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-appintegration-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-fullstackintegration-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-vanillalintoxlint --disable-nested-configreleaserelease-itrun-interactivenode ./dist/index.js interactivetestvitest run --coverage --exclude '**/*.integration.*.test.ts'typechecktsc --noEmit
Dependencies5
@clack/prompts1.5.0commander15.0.0debug4.4.3execa9.6.1zod4.4.3