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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/domain.operations/radio/auth/getGithubTokenByAuthArg.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/domain.roles/dispatcher/keyrack.yml | matched "GITHUB_TOKEN" | 3 |
Manifest
Package metadata
Scripts33
buildnpm run build:clean && npm run build:compile && npm run build:complete --if-presentbuild:cleanchmod -R u+w dist 2>/dev/null; rm -rf dist/build:compiletsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.jsonbuild:completenpm run build:complete:dist && npm run build:complete:permissions && npm run build:complete:repobuild: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 introspectbuild:tstsc -p ./tsconfig.build.jsoncommit:with-clinpx czfixnpm run fix:format && npm run fix:lintfix:formatnpm run fix:format:biomefix:format:biomebiome check --writefix:lintbiome check --writepostversiongit push origin HEAD --tags --no-verifyprepareif [ -e .git ] && [ -z "${CI:-}" ]; then npm run prepare:husky && npm run prepare:rhachet; fiprepare:huskyhusky install && chmod ug+x .husky/*prepare:rhachetnpm run build && rhachet init --hooks --roles mechanic behaver driver reviewer librarian ergonomist architectprepublishnpm run buildprepushnpm run test && npm run buildpreversionnpm run prepushtestnpm 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:locallytest: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 --verbosetest:formatnpm run test:format:biometest:format:biomebiome formattest: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:depstest:lint:biomebiome check --diagnostic-level=errortest:lint:biome:allbiome check- …and 3 more.
Dependencies7
domain-objects0.31.9emoji-space-shim0.0.0helpful-errors1.7.3iso-time1.11.3rhachet-brains-xai0.3.3test-fns1.15.0zod4.3.4