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
- 1,518Niche · −30% score
- Versions published
- 109
- 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 ".ssh/"
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 1 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/domain.operations/credentials/getXaiCredsFromKeyrack.js | matched ".ssh/" | 5 |
Manifest
Package metadata
Scripts37
buildnpm run build:clean && npm run build:compile && npm run build:complete --if-presentbuild:cleannpm run build:clean:tsc && npm run build:clean:bunbuild:clean:bunrm -f ./bin/*.bcbuild: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-presentbuild:compile:tsctsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.jsonbuild:completenpm run build:complete:dist && npm run build:complete:repobuild:complete:distrsync -a --prune-empty-dirs --exclude='.test' --exclude='.route' --exclude='.scratch' --exclude='.behavior' --exclude='*.test.*' --include='*/' --include='briefs/**' --include='skills/**' --include='inits/**' --include='templates/**' --include='**/readme.md' --include='**/boot.yml' --include='**/keyrack.yml' --exclude='*' src/ dist/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 architect achieverprepublishnpm run buildprepushnpm run test && npm run buildpreversionnpm run prepushtesteval $(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:locallytest: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.shtest: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 $([ -z $THOROUGH ] && echo '--changedSince=main') $([ -n $RESNAP ] && echo '--updateSnapshot')- …and 7 more.
Dependencies21
@ehmpathy/as-command1.0.3@ehmpathy/uni-time1.8.1archiver7.0.1as-procedure1.1.7domain-objects0.31.9fast-glob3.3.3helpful-errors1.5.3inquirer12.7.0iso-price1.1.1iso-time1.11.1js-yaml4.1.1npm11.7.0openai5.8.2rhachet-artifact1.0.0rhachet-artifact-git1.1.0serde-fns1.2.0simple-in-memory-cache0.4.0type-fns1.21.0with-simple-caching0.14.2wrapper-fns1.1.0zod4.3.4