PkgRadar

Package evidence

@brizz/[email protected]

Credential file access: matched "aws_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.

Weekly downloads
73
Versions published
2
First published
May 2026
Publisher
denniszag

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":["@brizz/[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":["@brizz/[email protected]"],"fail_on":"review"}'
Publisherdenniszag
Artifact bytes184,779
Previous versionnone
Published2026-05-21T12:08:39.251Z
SHA-256e571337d26929eb74d980dcd68927764aa2db615be116cd762f5436b2c8c95be

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

review
Last checked
reviewRisk
24Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.cjsmatched "aws_access_key"5
lowCredential file accesspackage/dist/index.iife.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/index.jsmatched "aws_access_key"5
lowObfuscationpackage/dist/index.cjsmatched "\\u2026"3
lowObfuscationpackage/dist/index.iife.jsmatched "\\u2026"3
lowObfuscationpackage/dist/index.jsmatched "\\u2026"3

Manifest

Package metadata

Scripts18
  • buildpnpm run clean && tsup
  • build:watchpnpm run clean && tsup --watch
  • cleanrm -rf dist coverage *.tsbuildinfo .cache
  • clean:allpnpm run clean && rm -rf node_modules pnpm-lock.yaml
  • devpnpm run build:watch
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • preparepnpm run build
  • prepublishOnlypnpm run build
  • qualitypnpm run lint && pnpm run format:check && pnpm run type-check && pnpm run test
  • sizesize-limit
  • size:whysize-limit --why
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
  • type-checktsc --noEmit
Dependencies8
  • @opentelemetry/api^1.9.0
  • @opentelemetry/api-logs^0.213.0
  • @opentelemetry/core^2.6.0
  • @opentelemetry/exporter-logs-otlp-http^0.213.0
  • @opentelemetry/resources^2.6.0
  • @opentelemetry/sdk-logs^0.213.0
  • @opentelemetry/semantic-conventions^1.40.0
  • tslib^2.8.1