PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
87
First published
Dec 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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"}'
Artifact bytes182,658
Previous version0.21.9
Published2026-05-17T15:21:21.260Z
SHA-25683edcccdcfb02c6af3d27aa2dadb5c4806753fcddee169fc8d5df2ced3fee33f

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
0.21.11Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/domain.operations/radio/auth/getGithubTokenByAuthArg.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/domain.roles/dispatcher/keyrack.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts33
  • buildnpm run build:clean && npm run build:compile && npm run build:complete --if-present
  • build:cleanchmod -R u+w dist 2>/dev/null; rm -rf dist/
  • build:compiletsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json
  • build:completenpm run build:complete:dist && npm run build:complete:permissions && npm run build:complete:repo
  • build:complete:distrsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/*.test.sh' --include='**/readme.md' --include='**/*.template.md' --include='**/boot.yml' --include='**/briefs/**/*.md' --include='**/briefs/**/*.md.min' --include='**/briefs/*.md' --include='**/briefs/*.md.min' --include='**/skills/**/*.sh' --include='**/skills/*.sh' --include='**/skills/**/*.jsonc' --include='**/skills/*.jsonc' --include='**/inits/**/*.sh' --include='**/inits/*.sh' --include='**/inits/**/*.jsonc' --include='**/inits/*.jsonc' --include='**/templates/**/*.md' --include='**/templates/*.md' --include='**/templates/*.stone' --include='**/templates/*.guard' --include='**/templates/*.guard.*' --include='**/keyrack.yml' --exclude='*' src/ dist/
  • build:complete:permissionsfind dist -name '*.sh' -type f -exec chmod +x {} \;
  • build:complete:reponpx rhachet repo introspect
  • 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
  • prepareif [ -e .git ] && [ -z "${CI:-}" ]; then npm run prepare:husky && npm run prepare:rhachet; fi
  • prepare:huskyhusky install && chmod ug+x .husky/*
  • prepare:rhachetnpm run build && rhachet init --hooks --roles mechanic behaver driver reviewer librarian ergonomist architect
  • prepublishnpm run build
  • prepushnpm run test && npm run build
  • preversionnpm run prepush
  • testnpm 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 "${CI:-}" ] && echo '--ci') $([ -n "${RESNAP:-}" ] && echo '--updateSnapshot')
  • test:acceptance:locallynpm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n "${CI:-}" ] && echo '--ci') $([ -n "${RESNAP:-}" ] && echo '--updateSnapshot')
  • 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 $([ -n "${CI:-}" ] && echo '--ci') $([ -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
  • …and 3 more.
Dependencies7
  • domain-objects0.31.9
  • emoji-space-shim0.0.0
  • helpful-errors1.7.3
  • iso-time1.11.3
  • rhachet-brains-xai0.3.3
  • test-fns1.15.0
  • zod4.3.4