PkgRadar

Package evidence

@quickback-dev/[email protected]

Credential file access: matched "AWS_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":["@quickback-dev/[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":["@quickback-dev/[email protected]"],"fail_on":"high"}'
Artifact bytes1,163,864
Previous version0.34.1
Published2026-05-24T23:31:35.684Z
SHA-256a46fef9a3c770578024ba3181f87140802614e8ecb4300d27409512c0ffa71e3

Why flagged

What the scanner saw

Credential file access: matched "AWS_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
45Score
0.34.2Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

quickback-dev-paul

4 members · evidence strength 73

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/docs/content.jsmatched "AWS_ACCESS_KEY"30
mediumRemote Payloadpackage/dist/docs/content.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/docs/content.jsmatched "AWS_ACCESS_KEY"30
mediumRemote Payloadpackage/dist/docs/content.jsmatched "curl "12
lowObfuscationpackage/dist/docs/content.jsmatched "eval("3

Manifest

Package metadata

Scripts10
  • buildtsc
  • bundle:cursornpx tsx scripts/bundle-cursor.ts
  • bundle:docsnpx tsx scripts/bundle-docs.ts
  • bundle:examplesnpx tsx scripts/bundle-examples.ts
  • bundle:skillnpx tsx scripts/bundle-skill.ts
  • devtsc --watch
  • postbuildnpx tsx scripts/bundle-cursor.ts && rm -rf dist/skill dist/examples && cp -r src/skill dist/skill && cp -r src/examples dist/examples
  • prebuildnpx tsx scripts/inject-version.ts && npm run bundle:docs && npm run bundle:skill && npm run bundle:examples
  • testbun test
  • typechecktsc --noEmit
Dependencies5
  • @modelcontextprotocol/sdk^1.11.0
  • esbuild^0.27.2
  • ora^9.0.0
  • picocolors^1.0.0
  • prompts^2.4.2