PkgRadar

Package evidence

@atika-ai/[email protected]

Credential file access: matched "id_rsa"

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
345
Versions published
17
First published
Jun 2026
Publisher
safetsafet

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":["@atika-ai/[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":["@atika-ai/[email protected]"],"fail_on":"review"}'
Publishersafetsafet
Artifact bytes42,730
Previous version0.1.19
Published2026-06-06T13:36:31.558Z
SHA-2566c4c5ba34581915ed72089b3e97f3a667975135f48324b5e49ac0fd5fb9861ef

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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.1.20Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/blocklist.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/src/sandbox.jsmatched ".config/gcloud"5

Manifest

Package metadata

Scripts13
  • buildtsc --build
  • bump-versiontsx scripts/bump-version.ts
  • cleanrm -rf dist tsconfig.tsbuildinfo
  • devtsx src/index.ts
  • local-installpnpm build && tsx scripts/install-local.ts
  • mock-brokertsx scripts/mock-broker.ts
  • prepare-tauri-resourcespnpm build && tsx scripts/prepare-tauri-resources.ts
  • prepublishOnlypnpm build
  • smoketsx scripts/smoke.ts
  • startnode dist/src/index.js
  • tauri:buildpnpm prepare-tauri-resources && tauri build
  • tauri:devpnpm prepare-tauri-resources && tauri dev
  • testvitest run