PkgRadar

Package evidence

@kroniql/[email protected]

Credential file access: matched "AWS_SECRET_ACCESS_KEY"

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":["@kroniql/[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":["@kroniql/[email protected]"],"fail_on":"high"}'
Publishermoe.osaze
Artifact bytes34,553
Previous versionnone
Published2026-05-24T08:47:19.654Z
SHA-25689602395a85117cb432c8997065270f0f755bac1fa54307b839561425ba52205

Why flagged

What the scanner saw

Credential file access: matched "AWS_SECRET_ACCESS_KEY"

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

Availability ledger

available

high
Last checked
highRisk
33Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 33 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

moe.osaze

3 members · evidence strength 60

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "AWS_SECRET_ACCESS_KEY"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched "AWS_SECRET_ACCESS_KEY"30
lowObfuscationpackage/dist/index.jsmatched "\\u2192"3

Manifest

Package metadata

Scripts9
  • buildtsup
  • devtsx src/index.ts
  • postbuildchmod +x dist/index.js && node -e "const fs=require('fs'),p='dist/index.js';fs.writeFileSync(p,fs.readFileSync(p,'utf8').replace('require(\"sqlite\")', 'require(\"node:sqlite\")'))"
  • releaserelease-it
  • release:dryrelease-it --dry-run
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • watchtsup --watch
Dependencies3
  • chalk^4.1.2
  • commander^12.1.0
  • prompts^2.4.2