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
1
First published
Jun 2026
Publisher
uladkasach

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"}'
Publisheruladkasach
Artifact bytes3,519
Previous versionnone
Published2026-06-06T02:50:05.673Z
SHA-256d0521b5c914e3f2bc78b4266f48cf47da4fca6277ab1beef08e7d1755d8540e3

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.0.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

Scripts33
  • buildnpm run build:clean && npm run build:compile && npm run build:complete --if-present
  • build:cleannpm run build:clean:tsc && npm run build:clean:bun
  • build:clean:bunrm -f ./bin/*.bc
  • build:clean:tsc(chmod -R u+w dist 2>/dev/null || true) && rm -rf dist/
  • build:compilenpm run build:compile:tsc && npm run build:compile:bun --if-present
  • build:compile:tsctsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json
  • build:tstsc -p ./tsconfig.build.json
  • commit:with-clinpx cz
  • fixnpm run fix:format && npm run fix:lint
  • fix:formatnpm run fix:format:biome
  • fix:format:biomebiome check --write
  • fix:lintbiome check --write
  • postversiongit push origin HEAD --tags --no-verify
  • prepare:huskyhusky install && chmod ug+x .husky/*
  • prepare:rhachetrhachet init --hooks --roles behaver mechanic reviewer
  • prepublishnpm run build
  • prepushnpm run test && npm run build
  • preversionnpm run prepush
  • testeval $(ECHO=true npm run --silent test:auth) && npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally
  • test:acceptancenpm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n $RESNAP ] && echo '--updateSnapshot')
  • test:acceptance:locallynpm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n $RESNAP ] && echo '--updateSnapshot')
  • test:auth[ "$ECHO" = 'true' ] && echo '. .agent/repo=.this/role=any/skills/use.apikeys.sh' || . .agent/repo=.this/role=any/skills/use.apikeys.sh
  • test:commitsLAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose
  • test:formatnpm run test:format:biome
  • test:format:biomebiome format
  • test:integrationjest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main') $([ -n $RESNAP ] && echo '--updateSnapshot')
  • test:lintnpm run test:lint:biome && npm run test:lint:deps
  • test:lint:biomebiome check --diagnostic-level=error
  • test:lint:biome:allbiome check
  • test:lint:depsnpx depcheck -c ./.depcheckrc.yml
  • …and 3 more.
Dependencies1
  • @aws-sdk/client-s33.1042.0