PkgRadar

Package evidence

@altimateai/[email protected]

Install-time lifecycle script: postinstall="patch-package"

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
623
Versions published
30Established · −30% score
First published
Jun 2025
Publisher
sarav.altimate

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

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":["@altimateai/[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":["@altimateai/[email protected]"],"fail_on":"review"}'
Artifact bytes765,003
Previous version0.3.2
Published2026-06-16T03:16:15.025Z
SHA-2563bb33baa7cd2cb8f4b60d0344c62cdbf403401f7179bce8323925d9dd0c0fb09

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="patch-package"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="patch-package"5

Manifest

Package metadata

Scripts18
  • buildtsup
  • devtsup --watch
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint . --ext .ts,.tsx
  • lint:fixeslint . --ext .ts,.tsx --fix
  • postinstallpatch-package
  • preparehusky
  • prepublishOnlyyarn build
  • testjest
  • test:allyarn test && yarn test:integration
  • test:all:coverageyarn test:coverage && yarn test:integration:coverage
  • test:coveragejest --coverage
  • test:integrationjest --config jest.integration.config.ts
  • test:integration:coveragejest --config jest.integration.config.ts --coverage
  • test:integration:watchjest --config jest.integration.config.ts --watch
  • test:watchjest --watch
  • typechecktsc --noEmit
Dependencies6
  • @altimateai/altimate-core0.5.0
  • node-abort-controller^3.1.1
  • node-fetch^3.3.2
  • python-bridge^1.1.0
  • semver^7.6.3
  • yaml^2.5.0