PkgRadar

Package evidence

@superblocksteam/[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.

Versions published
1,507Mature · −50% score
First published
Jun 2025
Publisher
superblocksteam-admin

Effective trust discount applied: 50% (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":["@superblocksteam/[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":["@superblocksteam/[email protected]"],"fail_on":"review"}'
Artifact bytes1,925,549
Previous version2.0.128-next.2
Published2026-06-10T20:51:28.182Z
SHA-256921f98ba11a1403839b7132021aca931728198717a9d933dba84dee0b5380f6e

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
7Score
2.0.128Version
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
mediumCredential file accesspackage/dist/ai-service/app-interface/npm-registry.jsmatched ".npmrc"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/ai-service/app-interface/npm-registry.jsmatched ".npmrc"10
lowCredential file accesspackage/dist/file-system-helpers.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts17
  • buildnpm run generate-skills && tsc --build tsconfig.build.json && npm run copy-migration-templates
  • checkpnpm lint && pnpm typecheck
  • cleanpremove dist *.tsbuildinfo src/ai-service/prompts/generated
  • copy-migration-templatesnode scripts/copy-migration-templates.mjs
  • devnpm run generate-skills && npm run copy-migration-templates && (chokidar 'src/ai-service/skills/system/**/*.md' -c 'npm run generate-skills' --silent & tsc --build tsconfig.build.json --watch --preserveWatchOutput)
  • evalpnpm exec dotenvx run -f .env.test -- vitest run --config vitest.eval.config.ts
  • eval:civitest run --config vitest.eval.config.ts
  • eval:devvitest --watch --config vitest.eval.config.ts
  • eval:dev:debugEVAL_DEBUG_CHUNKS=1 vitest --watch --config vitest.eval.config.ts
  • eval:uivite --config evals/ui/vite.config.ts
  • generate-skillsnode scripts/generate-skills.js
  • linteslint --concurrency=2
  • lint:fixeslint --fix --concurrency=2
  • publish-packagepnpm publish
  • testvitest run --reporter=verbose
  • test:watchvitest --ui
  • typechecktsc --build tsconfig.json
Dependencies49
  • @ai-sdk/anthropic^3.0.71
  • @ai-sdk/provider^3.0.8
  • @ai-sdk/provider-utils^4.0.15
  • @apidevtools/swagger-parser^10.1.0
  • @babel/core7.24.0
  • @babel/generator^7.25.7
  • @babel/parser^7.25.8
  • @babel/traverse^7.25.7
  • @babel/types7.28.2
  • @lezer/common1.2.3
  • @lezer/python^1.1.15
  • @opentelemetry/api^1.9.1
  • @superblocksteam/ai-service-templates2.0.128
  • @superblocksteam/clark2.0.128
  • @superblocksteam/library-shared2.0.128
  • @superblocksteam/sdk-api2.0.128
  • @superblocksteam/shared0.9590.8
  • @superblocksteam/telemetry2.0.128
  • @superblocksteam/types1.351.0
  • @superblocksteam/util2.0.128
  • @types/turndown^5.0.6
  • ai6.0.97
  • archiver^7.0.1
  • body-parser^1.20.3
  • cheerio^1.1.2
  • common-tags^1.8.2
  • diff^8.0.2
  • eslint^9.39.2
  • esprima^4.0.1
  • eventsource-parser^3.0.3
  • …and 19 more.