PkgRadar

Package evidence

@alexaegis/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@alexaegis/[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":["@alexaegis/[email protected]"],"fail_on":"high"}'
Artifact bytes5,642
Previous version0.14.1
Published2026-03-28T18:02:59.186Z
SHA-256e88ed36aab29cf128c76519aa4b58ad0eb93ef4aeca9da4b49ceda6ae4a0f87c

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/static/turbo.jsonmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts20
  • allBUILD_REASON='publish' turbo run all_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • buildturbo run build-lib_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • build-lib_vite build
  • formatturbo run format_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • format_prettier --cache-location .cache/prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --write .
  • lint:depcheckturbo run lint:depcheck_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • lint:depcheck_depcheck
  • lint:esturbo run lint:es_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • lint:es_eslint --max-warnings=0 --fix --no-error-on-unmatched-pattern .
  • lint:formatturbo run lint:format_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • lint:format_prettier --cache-location .cache/prettier --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss --check .
  • lint:mdturbo run lint:md_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • lint:md_remark --frail --no-stdout --silently-ignore .
  • lint:tscturbo run lint:tsc_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • lint:tsc_tsc --noEmit
  • publintBUILD_REASON='publish' turbo run publint_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • publint_publint
  • testturbo run test_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbo
  • test:watchvitest --passWithNoTests --coverage
  • test_vitest --passWithNoTests --coverage --run
Dependencies2
  • @alexaegis/logging^0.15.0
  • autotool-plugin^0.6.1