PkgRadar

Package evidence

@codiac.io/[email protected]

Credential file access: matched ".npmrc"

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,707Niche · −30% score
Versions published
284Mature · −50% score
First published
Feb 2020
Publisher
codiac.buildmeister

Effective trust discount applied: 50% (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":["@codiac.io/[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":["@codiac.io/[email protected]"],"fail_on":"review"}'
Artifact bytes1,985,613
Previous version1.3.219
Published2026-05-29T15:21:16.387Z
SHA-256517195d7a448837b79d182544b93c7b4228a48bdeae2747bc9a858a222dfb121

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/ops/i-identity-handler.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/ops/LocalOps.jsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/ops/i-identity-handler.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/ops/LocalOps.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/ops/dx-constants.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts18
  • auto-commitgit add -A && git commit -m 'publish [skip ci]' && git push origin HEAD:master
  • buildnode node_modules/typescript/bin/tsc -v && node node_modules/typescript/bin/tsc && npm run generate-manifest
  • build-and-publishnpm run clear-build-output && npm run build && npm publish
  • clear-build-outputrm -rf ./dist ./tsconfig.tsbuildinfo ./oclif.manifest.json
  • clear-manifestrm -rf oclif.manifest.json
  • full-buildnpm run clear-build-output && npm run build
  • gen-api-clientrm -rf src/apis/codiac-api && clientgen create -t api-client-gen2 -u http://localhost:5775/openApi -o src/apis/codiac-api -n CodiacRestClient -b https://api.codiac.io
  • gen-api-client-natsrm -rf src/apis/codiac-api-nats && clientgen create -t api-client-gen3 -u http://localhost:5775/openApi -o src/apis/codiac-api-nats -n CodiacNatsClient -b wss://api.codiac.io
  • gen-relay-clientrm -rf src/apis/codiac-relay && clientgen create -t api-client-gen2 -u http://localhost:5799/openApi -o src/apis/codiac-relay -n RelayClient -b http://localhost:5799
  • gen-relay-client-natsrm -rf src/apis/codiac-relay-nats && clientgen create -t api-client-gen3 -u http://localhost:5799/openApi -o src/apis/codiac-relay-nats -n RelayNatsClient -b nats://localhost:4222
  • generate-barrelsbarrelsby src/commands --location all
  • generate-manifestoclif manifest --jit
  • incrementnpm version prerelease -m 'v %s [skip ci]' && cp package.json package-lock.json ./dist
  • linteslint . --ext .ts --config .eslintrc
  • prepackoclif readme
  • testnyc --extension .ts mocha --forbid-only "test/**/*.test.ts"
  • upgrade-toyhaulernpm uninstall toyhauler-api-client && npm install toyhauler-auth-client@latest && npm uninstall toyhauler-auth-client && npm install toyhauler-auth-client@latest && npm uninstall @codiac.io/codiac-common && npm install @codiac.io/codiac-common@latest && npm uninstall toyhauler-domain && npm install toyhauler-domain@latest
  • versionoclif readme && git add README.md
Dependencies57
  • @codiac.io/api-client-base^1.1.19
  • @codiac.io/cli-tools^1.1.13
  • @codiac.io/codiac-common^1.5.6
  • @codiac.io/codiac-domain^1.12.7
  • @codiac.io/codiac-messaging^1.4.25
  • @codiac.io/codiac-ops-common^1.5.5
  • @codiac.io/codiac-relay-contracts^1.3.2
  • @codiac.io/jwt-lib^1.2.2
  • @kubernetes/client-node^1.4.0
  • @nats-io/nats-core^3.0.2
  • @nats-io/transport-node^3.0.2
  • @oclif/core2.8.6
  • @oclif/plugin-autocomplete^1.4.6
  • @oclif/plugin-help^5.2.10
  • @oclif/plugin-update^3.2.4
  • @oclif/plugin-version^1.3.5
  • case^1.6.3
  • chalk^4.1.2
  • change-case^5.4.4
  • cli-ux^5.5.0
  • comment-json^4.2.3
  • dockerode^4.0.4
  • dotenv^16.0.3
  • escape-string-regexp^4.0.0
  • figlet1.5.2
  • filehound^1.17.4
  • flexsearch^0.8.212
  • fs-extra^9.0.1
  • fuzzy^0.1.3
  • guid-typescript^1.0.9
  • …and 27 more.