PkgRadar

Package evidence

@aws/[email protected]

Install-time lifecycle script: postinstall="npm run retrieve-assets"

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
14
Versions published
1
First published
May 2022
Publisher
runpiw

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":["@aws/[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":["@aws/[email protected]"],"fail_on":"review"}'
Publisherrunpiw
Artifact bytes168,778,970
Previous versionnone
Published2022-05-03T00:21:08.069Z
SHA-256

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run retrieve-assets"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run retrieve-assets"5
lowOversized Unscannedmanifesttarball exceeds the 50MB fetch cap; scanned registry metadata (install scripts + dependencies) only0

Manifest

Package metadata

Scripts11
  • buildnpm run format && npm run lint-fix && npm run compile && npm run copy-config
  • compiletsc -p .
  • copy-confignode tools/copyConfig
  • formatprettier src/**/*.ts* scripts/*.ts* test/**/**.ts --write
  • linteslint .
  • lint-fixeslint . --fix
  • postinstallnpm run retrieve-assets
  • releasenpm run lint && npm run compile && npm run test && npm run copy-config
  • retrieve-assetsnode tools/retrieveHostAssets
  • testjest --verbose
  • watchtsc -p . --watch
Dependencies9
  • @amazon-sumerian-hosts/babylon^2
  • @babylonjs/core4.2.1
  • @blueprintjs/core^3.54.0
  • @types/node^17.0.21
  • aws-sdk^2.1096.0
  • babylonjs^4.2.1
  • babylonjs-loaders4.2.1
  • fix-path^3.0.0
  • fs-extra^10.0.1