PkgRadar

Package evidence

@standardagents/[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
2,067Niche · −30% score
Versions published
95Established · −30% score
First published
Dec 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":["@standardagents/[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":["@standardagents/[email protected]"],"fail_on":"review"}'
Artifact bytes8,390,092
Previous version0.18.0
Published2026-06-17T02:52:39.593Z
SHA-2568d160fd6d45a7366a2d0a465d9581954eb0069a63c5969508665296d83c4cf86

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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.18.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/client/MarketplaceView.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/plugin.jsmatched ".npmrc"5
lowLarge Javascript Payloadpackage/dist/built-in-routes.js4539521 bytes0
lowLarge Javascript Payloadpackage/dist/client/monaco.js3854124 bytes0
lowLarge Javascript Payloadpackage/dist/client/assets/ts.worker-CAwxJUvc.js6013877 bytes0

Manifest

Package metadata

Scripts15
  • buildpnpm build:ui && pnpm build:code && pnpm build:copy-wasm
  • build:codetsup
  • build:copy-wasmcp node_modules/@standardagents/sip/dist/sip.wasm dist/sip.wasm
  • build:uivite build --config vite.config.ui.ts
  • build:ui:testKEEP_TEST_IDS=true vite build --config vite.config.ui.ts
  • devtsup --watch
  • dev:uivite --config vite.config.ui.ts --port 5177
  • testvitest
  • test:coveragevitest run --coverage
  • test:integrationvitest --config vitest.workerd.config.ts
  • test:uivitest --config vitest.ui.config.ts
  • test:unitvitest --config vitest.config.ts
  • test:watchvitest --watch
  • theme:build:compactnode scripts/build-compact-theme.mjs
  • typechecktsc --noEmit
Dependencies14
  • @anthropic-ai/sdk^0.104.1
  • @cloudflare/vite-plugin1.17.0
  • @formkit/auto-animate^0.9.0
  • @rollup/plugin-commonjs^28.0.0
  • @rollup/plugin-node-resolve^16.0.0
  • @standardagents/cloudflare0.18.1
  • @standardagents/sip1.0.1
  • @standardagents/spec0.18.1
  • magic-string^0.30.21
  • openai^6.5.0
  • rollup^4.0.0
  • rollup-plugin-esbuild^6.0.0
  • typescript^5.9.0
  • zod^4.0.17