PkgRadar

Package evidence

@team-agent/[email protected]

Credential file access: matched ".npmrc"

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
1,387Niche · −30% score
Versions published
26
First published
May 2026
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":["@team-agent/[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":["@team-agent/[email protected]"],"fail_on":"high"}'
Artifact bytes286,027
Previous version0.2.5
Published2026-05-28T16:46:50.467Z
SHA-2563444cdb997c177651ddd7a69540c61f8c3c6a571df3b90bd072b883098e2271e

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.2.6 vs 0.2.5: "node npm/bincheck.mjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.2.6 vs 0.2.5: "node npm/bincheck.mjs"40
mediumCredential file accesspackage/npm/bincheck.mjsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.2.6 vs 0.2.5: "node npm/bincheck.mjs"40
mediumCredential file accesspackage/npm/bincheck.mjsmatched ".npmrc"10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node npm/bincheck.mjs"5

Manifest

Package metadata

Scripts5
  • pack:dry-runnpm pack --dry-run
  • postinstallnode npm/bincheck.mjs
  • testPYTHONPATH=src python3 tests/run_tests.py
  • test:regressionPYTHONPATH=src python3 scripts/run_regression_tests.py --iterations 3
  • test:rustcargo test --manifest-path crates/team-agent-core/Cargo.toml