PkgRadar

Package evidence

@amtstack/[email protected]

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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
5
First published
Jun 2026
Publisher
amttawsik

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":["@amtstack/[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":["@amtstack/[email protected]"],"fail_on":"review"}'
Publisheramttawsik
Artifact bytes221,680
Previous version0.1.3
Published2026-06-03T10:15:04.102Z
SHA-25640a011c859b9f0fef9aebb433178978011b361b4b9f50556c4485dd710eab57e

Why flagged

What the scanner saw

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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

Availability ledger

available

review
Last checked
reviewRisk
15Score
0.1.4Version
Status history (2 events)
  1. newavailable · risk review · score 15 · status changed
  2. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.cjsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/cli/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts12
  • buildtsup
  • cleanrimraf dist
  • devtsup --watch
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"
  • linteslint src/ tests/
  • lint:fixeslint src/ tests/ --fix
  • prepublishOnlynpm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies12
  • @babel/parser^7.27.0
  • @babel/traverse^7.27.0
  • @babel/types^7.27.0
  • @iarna/toml^2.2.5
  • chalk^5.4.0
  • chokidar^4.0.0
  • commander^13.1.0
  • dotenv^16.5.0
  • fast-glob^3.3.0
  • jiti^2.4.0
  • js-yaml^4.2.0
  • ora^8.2.0