PkgRadar

Package evidence

@stackone/[email protected]

Install Lifecycle Suppresses Failure: postinstall="echo '# Agent Instructions\n\nDefault instructions for StackOne Agent Runtime.\n' > node_modules/@stackone/agent-harness/INSTRUCTIONS.md 2>/dev/null || true"

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.

Versions published
73Established · −30% score
First published
Jul 2025
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

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":["@stackone/[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":["@stackone/[email protected]"],"fail_on":"review"}'
Artifact bytes98,511
Previous version1.35.1
Published2026-06-04T15:28:48.872Z
SHA-25656b4b4950b181803193b5ab6e3ed831dcaa80a80d85e7224e425a9a668af3c58

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="echo '# Agent Instructions\n\nDefault instructions for StackOne Agent Runtime.\n' > node_modules/@stackone/agent-harness/INSTRUCTIONS.md 2>/dev/null || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="echo '# Agent Instructions\n\nDefault instructions for StackOne Agent Runtime.\n' > node_modules/@stackone/agent-harness/INSTRUCTIONS.md 2>/dev/null || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="echo '# Agent Instructions\n\nDefault instructions for StackOne Agent Runtime.\n' > node_modules/@stackone/agent-harness/INSTRUCTIONS.md 2>/dev/null || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="echo '# Agent Instructions\n\nDefault instructions for StackOne Agent Runtime.\n' > node_modules/@stackone/agent-harness/INSTRUCTIONS.md 2>/dev/null || true"5

Manifest

Package metadata

Scripts22
  • buildtsdown --env.NODE_ENV=production --minify
  • build:devtsdown --env.NODE_ENV=development
  • cleanrimraf dist
  • code:checkbiome check ./src ./*.mjs
  • code:check:fixbiome check --write ./src ./*.mjs
  • code:formatbiome format ./src ./*.mjs
  • code:format:fixbiome format --write ./src ./*.mjs
  • code:lintbiome lint --error-on-warnings ./src ./*.mjs
  • code:lint:fixbiome lint --write ./src ./*.mjs
  • lintnpm run code:check
  • lint:fixnpm run code:check:fix
  • postinstallecho '# Agent Instructions Default instructions for StackOne Agent Runtime. ' > node_modules/@stackone/agent-harness/INSTRUCTIONS.md 2>/dev/null || true
  • prebuildnpm run clean
  • prebuild:devnpm run clean
  • publish-releasenpm publish --access=public
  • start:agent:chatnpm run build && node ./dist/cli.mjs agent chat
  • start:agent:chat:debugnpm run build && DEBUG=agent-harness node ./dist/cli.mjs agent chat --verbose
  • start:agent:setupnpm run build && node ./dist/cli.mjs agent setup
  • testFORCE_COLOR=1 vitest run
  • test:coveragevitest run --coverage --globals
  • test:typechecktsc --noEmit --project tsconfig.tests.json
  • test:watchFORCE_COLOR=1 vitest watch --silent
Dependencies25
  • @anthropic-ai/sdk0.32.1
  • @clack/prompts0.11.0
  • @stackone/agent-config1.4.0
  • @stackone/agent-harness0.12.1
  • @stackone/connect-sdk2.86.0
  • @stackone/core2.72.0
  • @stackone/defender0.7.0
  • @stackone/expressions0.31.2
  • @stackone/transport2.26.0
  • @stackone/utils0.24.2
  • chalk5.6.2
  • chokidar5.0.0
  • commander14.0.2
  • consola3.4.2
  • diff8.0.3
  • dotenv17.2.3
  • ink6.6.0
  • ink-spinner5.0.0
  • inquirer13.2.0
  • json-colorizer3.0.1
  • marked15.0.12
  • marked-terminal7.3.0
  • ora9.0.0
  • react19.2.3
  • semver7.7.3