PkgRadar

Package evidence

@seekora-ai/[email protected]

Credential file access: matched ".aws"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@seekora-ai/[email protected]"],"fail_on":"high"}'

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":["@seekora-ai/[email protected]"],"fail_on":"high"}'
Publisherseekora
Artifact bytes527,038
Previous version0.2.19-stage-20260517100729
Published2026-05-17T11:55:47.788Z
SHA-256e851c51d65fbf8182292d9b59acd5093b00559d9a1a93fdf74c3cb58cbec445b

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

high
Last checked
highRisk
63Score
0.2.19-stage-20260517115539Version
Status history (1 event)
  1. newavailable · risk high · score 63 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

seekora

6 members · evidence strength 74

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/generated/configuration.jsmatched ".aws"30
highCredential file accesspackage/cdn/seekora-sdk.min.jsmatched ".aws"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/generated/configuration.jsmatched ".aws"30
highCredential file accesspackage/cdn/seekora-sdk.min.jsmatched ".aws"30
lowObfuscationpackage/cdn/seekora-sdk.min.jsmatched "\\u27A1"3

Manifest

Package metadata

Scripts16
  • buildnpm run patch:url-import && tsc
  • build:cdnnpm run build && node scripts/build-cdn.js
  • build:cdn:prodNODE_ENV=production npm run build:cdn
  • demonode demo/server.js
  • demo:devnode demo/server.js
  • linknpm run build && npm link
  • packnpm run build && npm pack
  • patch:url-importnode scripts/patch-generated-url-import.js
  • prepacknpm run build
  • releasechangeset publish
  • testvitest run
  • test:allnpm run test:comprehensive && npm run test:config
  • test:comprehensivenode test/comprehensive-test.js
  • test:confignode test/full-config-test-suite.js
  • test:config-impactnode test/config-verification-test.js
  • test:legacynode test/test.js
Dependencies3
  • @fingerprintjs/fingerprintjs^5.0.1
  • @segment/analytics-next^1.84.0
  • axios^1.6.0
Optional dependencies1
  • winston^3.11.0