PkgRadar

Package evidence

@knok/[email protected]

Credential file access: matched "AWS_SECRET_ACCESS_KEY"

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.

Versions published
7
First published
Jun 2026
Publisher
knok

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":["@knok/[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":["@knok/[email protected]"],"fail_on":"review"}'
Publisherknok
Artifact bytes99,802
Previous version0.5.0
Published2026-06-04T16:29:05.167Z
SHA-25668ea913f9788d32dc0e3ae0cb9c027b23822e1e77db78f4b26ec2cd85e5e2385

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

review
Last checked
reviewRisk
5Score
0.5.1Version
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/dist/scanners/repo/ast/secret-keys.test.jsmatched "AWS_SECRET_ACCESS_KEY"5

Manifest

Package metadata

Scripts7
  • buildtsc && cp -r src/rules dist/rules && cp -r templates dist/templates
  • devtsx src/cli/index.ts
  • formatbiome format --write src/
  • lintbiome check src/
  • lint:fixbiome check --write src/
  • testvitest run
  • test:watchvitest
Dependencies6
  • @babel/parser^7.29.7
  • chalk^5.3.0
  • commander^12.1.0
  • js-yaml^4.1.0
  • playwright^1.45.0
  • zod^3.23.0