PkgRadar

Package evidence

@carnesen/[email protected]

no findings

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":["@carnesen/[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":["@carnesen/[email protected]"],"fail_on":"review"}'
Publishercarnesen
Artifact bytes4,482
Previous version0.0.0
Published2022-02-27T15:07:36.677Z
SHA-256d2e39087589811601ee60ae24fdced42dc70492a28424bb882e3c26c88d374fb

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildrm -rf lib && tsc
  • linteslint --ext .ts src
  • lint-fixnpm run lint -- --fix
  • releasecarnesen-dev release --semverBump
  • release:minornpm run release -- minor
  • release:patchnpm run release -- patch
  • startecho 'This package is a library, not an application' && exit 1
  • testnpm run lint && npm run build && npm run unit-test
  • unit-testNODE_ENV=test jest src