PkgRadar

Package evidence

@workscribe/[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":["@workscribe/[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":["@workscribe/[email protected]"],"fail_on":"high"}'
Publishermoe.osaze
Artifact bytes34,569
Previous version0.2.1
Published2026-05-24T10:19:35.350Z
SHA-2567ca9e6c6e6ac4d3d03f6e7dee208226730113767787bc0cf41ef5f4256c50a65

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
1.0.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