PkgRadar

Package evidence

[email protected]

Credential file access: matched ".AWS"

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
547
Versions published
37
First published
May 2026
Publisher
norvikops

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"}'
Publishernorvikops
Artifact bytes1,312,134
Previous version3.0.0
Published2026-05-26T20:05:00.341Z
SHA-256e8885f9169c1616311354c6d4d75b9a72b37fe7a3a15a6a551abd3d0770e17da

Why flagged

What the scanner saw

Credential file access: matched ".AWS"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".AWS"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/forgehive/agents/dot.yamlmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".AWS"30
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/forgehive/agents/dot.yamlmatched "curl "12
lowCredential file accesspackage/forgehive/agents/dot.yamlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts6
  • buildnpm run build:sdk && esbuild src/cli.ts --bundle --platform=node --format=esm --outfile=dist/cli.js --loader:.tsx=tsx --jsx=automatic --external:ink --external:react --external:react-devtools-core --external:better-sqlite3 --external:sqlite-vec --external:keytar && chmod +x dist/cli.js && esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --loader:.tsx=tsx --jsx=automatic --external:ink --external:react --external:react-devtools-core --external:better-sqlite3 --external:sqlite-vec --external:keytar && tsc -p tsconfig.dts.json
  • build:sdknpm run build --workspace=packages/memory-layer
  • prepublishOnlynpm run build
  • testnode --import tsx/esm --test test/*.test.ts test/*.test.tsx
  • test:watchnode --import tsx/esm --test --watch test/*.test.ts test/*.test.tsx
  • typechecktsc
Dependencies9
  • @anthropic-ai/sdk^0.95.1
  • better-sqlite3^11.10.0
  • ink^6.8.0
  • js-yaml^4.1.0
  • keytar^7.9.0
  • react^19.2.6
  • sqlite-vec^0.1.9
  • zod^4.4.3
  • zod-to-json-schema^3.25.2