PkgRadar

Package evidence

@antonion23/[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.

Versions published
2
First published
Jun 2026
Publisher
antonion23

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":["@antonion23/[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":["@antonion23/[email protected]"],"fail_on":"high"}'
Publisherantonion23
Artifact bytes17,511,346
Previous version0.16.2-atus.1
Published2026-06-07T11:40:32.929Z
SHA-2563a0ac4bffedd98b01a4297d4d12da0ddc6241c0bbdda6dee7806839ee3e091d8

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.17.1 vs 0.16.2-atus.1: "patch-package"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.17.1 vs 0.16.2-atus.1: "patch-package"40
mediumCredential file accesspackage/dist/chunks/chunk-YL7GV4VJ.jsmatched "AWS_ACCESS_KEY"10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.17.1 vs 0.16.2-atus.1: "patch-package"40
mediumCredential file accesspackage/dist/chunks/chunk-YL7GV4VJ.jsmatched "AWS_ACCESS_KEY"10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package"5
lowLarge Javascript Payloadpackage/dist/cli.js5552589 bytes0

Manifest

Package metadata

Scripts54
  • buildcross-env NODE_OPTIONS="--max-old-space-size=3072" node scripts/build.js
  • build-and-startnpm run build && npm run start
  • build:allnpm run build && npm run build:sandbox && npm run build:vscode
  • build:packagesnpm run build --workspaces
  • build:sandboxnode scripts/build_sandbox.js
  • build:sdk:pythonpython3 -m build packages/sdk-python
  • build:vscodenode scripts/build_vscode_companion.js
  • bundlenpm run generate && node esbuild.config.js && node scripts/copy_bundle_assets.js
  • check-i18nnpm run check-i18n --workspace=packages/cli
  • check:lockfilenode scripts/check-lockfile.js
  • cleannode scripts/clean.js
  • debugcross-env DEBUG=1 node --inspect-brk scripts/start.js
  • devnode scripts/dev.js
  • formatprettier --experimental-cli --write .
  • generatenode scripts/generate-git-commit-info.js
  • generate:settings-schemanode --import tsx/esm scripts/generate-settings-schema.ts
  • linteslint . --ext .ts,.tsx && eslint integration-tests
  • lint:allnode scripts/lint.js
  • lint:cieslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0
  • lint:fixeslint . --fix && eslint integration-tests --fix
  • lint:sdk:pythonpython3 -m ruff check --config packages/sdk-python/pyproject.toml packages/sdk-python
  • package:hosted-installationnode scripts/build-hosted-installation-assets.js
  • package:standalonenode scripts/create-standalone-package.js
  • package:standalone:releasenode scripts/build-standalone-release.js
  • postinstallpatch-package
  • pre-commitnode scripts/pre-commit.js
  • preflightnpm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci
  • preparehusky && npm run build && npm run bundle
  • prepare:packagenode scripts/prepare-package.js
  • release:versionnode scripts/version.js
  • …and 24 more.
Dependencies3
  • @testing-library/dom^10.4.1
  • ink^7.0.3
  • simple-git^3.28.0
Optional dependencies6
  • @lydell/node-pty1.2.0-beta.10
  • @lydell/node-pty-darwin-arm641.2.0-beta.10
  • @lydell/node-pty-darwin-x641.2.0-beta.10
  • @lydell/node-pty-linux-x641.2.0-beta.10
  • @lydell/node-pty-win32-arm641.2.0-beta.10
  • @lydell/node-pty-win32-x641.2.0-beta.10