PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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,463Niche · −30% score
Versions published
203Established · −30% score
First published
Jul 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 bytes476,824
Previous version1.35.13
Published2026-06-13T11:48:22.295Z
SHA-25695d7018801d31bb29dae5826ce0d98a8e03055f2dbc07657e99181f1c6e1bc88

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/domain.roles/mechanic/skills/get.package.docs.shmatched "curl "12
mediumRemote Payloadpackage/dist/domain.roles/mechanic/skills/set.package/set.package.operations.shmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/domain.roles/mechanic/skills/get.package.docs.shmatched "curl "12
mediumRemote Payloadpackage/dist/domain.roles/mechanic/skills/set.package/set.package.operations.shmatched "curl "12
lowCredential file accesspackage/dist/domain.roles/mechanic/skills/git.commit/git.commit.push.shmatched ".ssh/"5
lowCredential file accesspackage/dist/domain.roles/mechanic/skills/git.release/git.release.shmatched ".ssh/"5
lowCredential file accesspackage/dist/domain.roles/mechanic/skills/git.commit/keyrack.operations.shmatched ".ssh/"5

Manifest

Package metadata

Scripts37
  • 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:completenpm run build:complete:dist && npm run build:complete:repo
  • build:complete:distrsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/__test_assets__/**' --exclude='**/inits/**/*.test.sh' --include='**/readme.md' --include='**/*.template.md' --include='**/briefs/**/*.md' --include='**/briefs/**/*.min' --include='**/briefs/*.md' --include='**/briefs/*.min' --include='**/skills/**/*.sh' --include='**/skills/*.sh' --include='**/skills/**/*.jsonc' --include='**/skills/*.jsonc' --include='**/skills/**/*.stone' --include='**/skills/**/*.guard' --include='**/inits/**/*.sh' --include='**/inits/*.sh' --include='**/inits/**/*.jsonc' --include='**/inits/*.jsonc' --include='**/keyrack.yml' --include='**/boot.yml' --exclude='*' src/ dist/
  • 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 architect ergonomist reviewer dreamer dispatcher
  • 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 $([ "${RESNAP:-}" = "true" ] && echo '--updateSnapshot')
  • test:acceptance:locallynpm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ "${RESNAP:-}" = "true" ] && 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 $([ "${THOROUGH:-}" != "true" ] && echo '--changedSince=main') $([ "${RESNAP:-}" = "true" ] && echo '--updateSnapshot')
  • …and 7 more.
Dependencies22
  • @atjsh/llmlingua-22.0.3
  • @ehmpathy/as-command1.0.3
  • @ehmpathy/uni-time1.8.1
  • as-procedure1.1.7
  • domain-objects0.31.9
  • fast-glob3.3.3
  • helpful-errors1.7.3
  • inquirer12.7.0
  • js-tiktoken1.0.21
  • openai5.8.2
  • rhachet-artifact1.0.0
  • rhachet-artifact-git1.1.0
  • rhachet-brains-xai0.3.3
  • rhachet-roles-rhachet0.1.7
  • serde-fns1.2.0
  • simple-in-memory-cache0.4.0
  • simple-on-disk-cache1.7.3
  • type-fns1.21.0
  • with-simple-cache0.15.3
  • with-simple-caching0.14.4
  • wrapper-fns1.1.7
  • zod4.3.4