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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 30 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/static/turbo.json | matched "GITHUB_TOKEN" | 30 |
Manifest
Package metadata
Scripts20
allBUILD_REASON='publish' turbo run all_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbobuildturbo run build-lib_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbobuild-lib_vite buildformatturbo run format_ --concurrency 16 --filter @alexaegis/autotool-plugin-turboformat_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-turbolint:depcheck_depchecklint:esturbo run lint:es_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbolint:es_eslint --max-warnings=0 --fix --no-error-on-unmatched-pattern .lint:formatturbo run lint:format_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbolint: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-turbolint:md_remark --frail --no-stdout --silently-ignore .lint:tscturbo run lint:tsc_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbolint:tsc_tsc --noEmitpublintBUILD_REASON='publish' turbo run publint_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbopublint_publinttestturbo run test_ --concurrency 16 --filter @alexaegis/autotool-plugin-turbotest:watchvitest --passWithNoTests --coveragetest_vitest --passWithNoTests --coverage --run
Dependencies2
@alexaegis/logging^0.15.0autotool-plugin^0.6.1