PkgRadar

Package evidence

@truealter/[email protected]

no findings

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
356
Versions published
16
First published
Apr 2026
Publisher
maxchop

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@truealter/[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":["@truealter/[email protected]"],"fail_on":"review"}'
Publishermaxchop
Artifact bytes422,453
Previous version0.7.0
Published2026-05-26T02:45:35.139Z
SHA-2568cc503e43d8f88493cbb27a8da41261b8084c2b14cdc44a8127b37a32b966229

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.7.1Version
Status history (2 events)
  1. availableavailable · risk low · score 0 · status available -> available, risk high -> low, score 30 -> 0
  2. newavailable · risk high · score 30 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildtsc -p tsconfig.public.json && node --input-type=module -e "import {copyFileSync,chmodSync} from 'fs'; copyFileSync('src/onboarding/observations.json','dist/onboarding/observations.json'); chmodSync('dist/index.js', 0o755)" && node scripts/embed-plugin.mjs
  • build:allnpm run build && npm run build:internal
  • build:internaltsc -p tsconfig.internal.json && node scripts/post-build-internal.mjs
  • dev:setup-hooksgit rev-parse --is-inside-work-tree >/dev/null 2>&1 && git config core.hooksPath .githooks
  • linteslint 'src/**/*.ts'
  • onboarding:dry-runnode dist/onboarding/dry-run.js
  • preparenode -e "if(process.env.npm_config_global==='true')process.exit(0);try{require('fs').statSync('.githooks');require('fs').statSync('.git/HEAD');require('child_process').execSync('git config core.hooksPath .githooks')}catch{}"
  • prepublishOnlygit ls-files dist/ | (! grep .)
  • startnode dist/index.js
  • testtsc -p tsconfig.test.json && node --input-type=module -e "import {copyFileSync,mkdirSync} from 'fs'; mkdirSync('test-out/src/onboarding', {recursive: true}); copyFileSync('src/onboarding/observations.json','test-out/src/onboarding/observations.json')" && node scripts/run-tests.mjs test-out/tests
  • test:e2etsc -p tsconfig.e2e.json && node scripts/run-tests.mjs test-out-e2e
  • test:e2e:devALTER_E2E_DEV=1 node --experimental-strip-types --test tests/e2e/*.test.ts
Dependencies6
  • @clack/prompts^0.7.0
  • @sigstore/sign^4.1.1
  • @truealter/sdk^0.5.0
  • chalk^5.3.0
  • smol-toml^1.6.1
  • strip-ansi^7.2.0