PkgRadar

Package evidence

@oscharko-dev/[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,108Niche · −30% score
Versions published
13
First published
Jun 2026
Publisher
oscharko-dev

Effective trust discount applied: 30% (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":["@oscharko-dev/[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":["@oscharko-dev/[email protected]"],"fail_on":"review"}'
Publisheroscharko-dev
Artifact bytes11,739,515
Previous version0.2.0-beta.1
Published2026-06-10T14:32:29.695Z
SHA-2569430fc4d5129c680bebb14679a994deefbc5fc88f7b31cc6e3b7ca9fa9922b69

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
10Score
0.2.0-beta.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/ui/static/_next/static/chunks/923-4141696576191bc0.jsmatched ".npmrc"5
lowCredential file accesspackage/node_modules/@oscharko-dev/keiko-workspace/dist/ignore.jsmatched "id_rsa"5
lowCredential file accesspackage/node_modules/@oscharko-dev/keiko-security/dist/redaction.jsmatched "aws_secret_access_key"5

Manifest

Package metadata

Scripts24
  • arch:checkdepcruise --validate .dependency-cruiser.cjs src packages && node scripts/check-import-policy.mjs
  • arch:check:negativenode scripts/arch-check-negative.mjs
  • buildnpm run build:packages && tsc -p tsconfig.build.json
  • build:packagestsc -b tsconfig.packages.json
  • build:uinode scripts/build-ui.mjs
  • check:package-graphnode scripts/check-package-graph.mjs
  • check:package-surfacenode scripts/check-package-surface.mjs
  • check:qi-supply-chainnode scripts/check-quality-intelligence-supply-chain.mjs
  • check:version-consistencynode scripts/check-version-consistency.mjs
  • check:workspace-supply-chainnode scripts/check-workspace-supply-chain.mjs
  • cleannode scripts/clean.mjs
  • conversation:release-checknpm run typecheck && npm run lint && npm run arch:check && npm run arch:check:negative && npm test && tsc -p tsconfig.build.json && node dist/cli/index.js --version
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint . --max-warnings=0
  • prepacknpm run clean && npm run build && npm run prepare:bin && npm run build:ui && npm run prune:package-native-optionals && npm run arch:check && npm run arch:check:negative && npm run check:package-surface && npm run check:version-consistency && npm run check:qi-supply-chain
  • prepare:binnode scripts/ensure-bin-mode.mjs
  • prepublishOnlynpm run clean && npm run build && npm run prepare:bin && npm run build:ui && npm run prune:package-native-optionals && npm run arch:check && npm run arch:check:negative && npm run check:package-surface && npm run check:version-consistency && npm run check:qi-supply-chain
  • prune:package-native-optionalsnode scripts/prune-package-native-optionals.mjs
  • smoke:installnode scripts/installable-package-smoke.mjs
  • smoke:install:memorynode scripts/installable-memory-smoke.mjs
  • testnpm run build:packages && vitest run
  • test:coveragenpm run build:packages && vitest run --coverage
  • typechecknpm run build:packages && npm run check:package-graph && tsc -p tsconfig.json --noEmit
Dependencies21
  • @oscharko-dev/keiko-cli*
  • @oscharko-dev/keiko-contracts*
  • @oscharko-dev/keiko-evaluations*
  • @oscharko-dev/keiko-evidence*
  • @oscharko-dev/keiko-harness*
  • @oscharko-dev/keiko-local-knowledge*
  • @oscharko-dev/keiko-memory-capture*
  • @oscharko-dev/keiko-memory-consolidation*
  • @oscharko-dev/keiko-memory-governance*
  • @oscharko-dev/keiko-memory-retrieval*
  • @oscharko-dev/keiko-memory-vault*
  • @oscharko-dev/keiko-model-gateway*
  • @oscharko-dev/keiko-quality-intelligence*
  • @oscharko-dev/keiko-sdk*
  • @oscharko-dev/keiko-security*
  • @oscharko-dev/keiko-server*
  • @oscharko-dev/keiko-tools*
  • @oscharko-dev/keiko-verification*
  • @oscharko-dev/keiko-workflows*
  • @oscharko-dev/keiko-workspace*
  • ws^8.21.0