PkgRadar

Package evidence

@quanta-intellect/[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
419
Versions published
62
First published
Mar 2026
Publisher
unmodeledtyler

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":["@quanta-intellect/[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":["@quanta-intellect/[email protected]"],"fail_on":"review"}'
Artifact bytes481,491
Previous version0.1.114
Published2026-05-27T17:02:29.960Z
SHA-2568bde1ecb9f0a617dc2747dbf241c9266c587a29830f928963530516299118906

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/out/renderer/assets/index-CWiMuKTX.jsmatched ".aws"5

Manifest

Package metadata

Scripts24
  • audit:allnpm audit
  • audit:prodnpm audit --omit=dev
  • buildelectron-vite build
  • build:icon:macscripts/build-macos-icon.sh
  • check:cleanupnpm run typecheck && git diff --check && node scripts/check-cleanup.mjs && npm run deadcode:check
  • deadcode:checkknip --include files,dependencies,unlisted,binaries,unresolved --no-progress
  • deadcode:exportsknip --exports --no-progress --no-exit-code
  • deps:checknpm outdated
  • devenv -u ELECTRON_RUN_AS_NODE ELECTRON_DISABLE_SANDBOX=1 electron-vite dev
  • distnpm run build && electron-builder --config electron-builder.config.cjs --linux --publish never
  • dist:dirnpm run build && electron-builder --config electron-builder.config.cjs --linux dir --publish never
  • dist:macnpm run build:icon:mac && npm run build && CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --config electron-builder.config.cjs --mac dmg zip --publish never
  • dist:mac:dirnpm run build:icon:mac && npm run build && CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --config electron-builder.config.cjs --mac dir --publish never
  • dist:mac:dir:signednpm run build:icon:mac && npm run build && electron-builder --config electron-builder.config.cjs --mac dir --publish never
  • dist:mac:signednpm run build:icon:mac && npm run build && electron-builder --config electron-builder.config.cjs --mac dmg zip --publish never
  • dist:winnpm run build && electron-builder --config electron-builder.config.cjs --win --publish never
  • prepublishOnlynpm run build
  • previewenv -u ELECTRON_RUN_AS_NODE electron-vite preview
  • release:checksumsnode scripts/generate-checksums.mjs
  • smoke:testnode scripts/smoke-test.mjs
  • test:coveragec8 --reporter=text --reporter=html tsx --test tests/*.test.ts
  • test:mcp-proxynode scripts/test-mcp-stdio-proxy.mjs
  • test:navigation-regressionenv -u ELECTRON_RUN_AS_NODE ELECTRON_DISABLE_SANDBOX=1 electron --no-sandbox --disable-setuid-sandbox scripts/run-navigation-regression.mjs
  • typechecktsc --noEmit
Dependencies6
  • @anthropic-ai/sdk^0.95.1
  • @modelcontextprotocol/sdk^1.29.0
  • @mozilla/readability^0.6.0
  • dompurify^3.4.2
  • openai^6.37.0
  • zod^4.4.3