PkgRadar

Package evidence

@agent-assembly/[email protected]

New Account With Lifecycle Hook: package first published 12 day(s) ago, 8 total version(s), has lifecycle hook

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
292
Versions published
8
First published
Jun 2026
Publisher
bryant08

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":["@agent-assembly/[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":["@agent-assembly/[email protected]"],"fail_on":"review"}'
Publisherbryant08
Artifact bytes98,770
Previous version0.0.1-alpha.8.1
Published2026-06-13T18:10:19.402Z
SHA-25648f784bfc4e47e52e8bca4a81258da4491917783bfbab2d8d10a85b618c588ed

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 12 day(s) ago, 8 total version(s), has lifecycle hook

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.0.1-alpha.9Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 12 day(s) ago, 8 total version(s), has lifecycle hook10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 12 day(s) ago, 8 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts13
  • buildpnpm run build:esm && pnpm run build:cjs
  • build:cjstsc -p tsconfig.cjs.json && node ./scripts/write-cjs-package-json.mjs
  • build:esmtsc -p tsconfig.build.json
  • formatprettier --write .
  • gen:protonode ./scripts/gen-proto.mjs
  • linteslint .
  • native:buildpnpm exec napi build --manifest-path native/aa-ffi-node/Cargo.toml --output-dir native/aa-ffi-node --no-js --dts index.d.ts --js-package-name @agent-assembly/sdk
  • native:build:releasepnpm exec napi build --manifest-path native/aa-ffi-node/Cargo.toml --output-dir native/aa-ffi-node --release --platform --no-js --dts index.d.ts --js-package-name @agent-assembly/sdk
  • native:check-typestsc --strict --noEmit --ignoreConfig native/aa-ffi-node/index.d.ts
  • postinstallnode ./scripts/postinstall.mjs
  • testvitest run
  • test:coveragevitest run --coverage --coverage.reporter=lcov --coverage.reporter=text
  • typechecktsc -p tsconfig.test.json --noEmit
Dependencies2
  • @bufbuild/protobuf^2.12.0
  • @grpc/grpc-js^1.14.4
Optional dependencies4
  • @agent-assembly/runtime-darwin-arm640.0.1-alpha.9
  • @agent-assembly/runtime-darwin-x640.0.1-alpha.9
  • @agent-assembly/runtime-linux-arm640.0.1-alpha.9
  • @agent-assembly/runtime-linux-x640.0.1-alpha.9