PkgRadar

Package evidence

@structured-world/[email protected]

Install Lifecycle Suppresses Failure: postinstall="test -f prisma/schema.prisma && prisma generate || 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.

Weekly downloads
2,023Niche · −30% score
Versions published
133Established · −30% score
First published
Sep 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":["@structured-world/[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":["@structured-world/[email protected]"],"fail_on":"review"}'
Artifact bytes582,663
Previous version7.7.0
Published2026-06-05T19:36:08.083Z
SHA-2567b000a73d23611fc84a311edf8fc89904e817f233fcf8833b211b8a6bbe9d3f8

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="test -f prisma/schema.prisma && prisma generate || 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
8.0.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="test -f prisma/schema.prisma && prisma generate || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="test -f prisma/schema.prisma && prisma generate || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="test -f prisma/schema.prisma && prisma generate || true"5

Manifest

Package metadata

Scripts28
  • buildprisma generate && tsc -p tsconfig.build.json && yarn build:copy-assets
  • build:copy-assetsnode -e "const fs=require('fs'),p=require('path');const src='src/profiles/builtin',dst='dist/src/profiles/builtin';fs.mkdirSync(dst,{recursive:true});fs.readdirSync(src).filter(f=>f.endsWith('.yaml')).forEach(f=>fs.copyFileSync(p.join(src,f),p.join(dst,f)))"
  • build:mcpb./scripts/build-mcpb.sh
  • cleanup:test-groupsnode scripts/cleanup-test-groups.js
  • cleanup:test-groups:dry-runnode scripts/cleanup-test-groups.js --dry-run
  • cleanup:test-groups:forcenode scripts/cleanup-test-groups.js --force
  • devnode --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node --experimental-print-required-tla --watch src/main.ts
  • dev:ssenode --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node --experimental-print-required-tla --watch src/main.ts sse
  • dev:stdionode --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node --experimental-print-required-tla --watch src/main.ts stdio
  • docs:buildDOCS_BASE=/ vitepress build docs
  • docs:devDOCS_BASE=/ vitepress dev docs
  • docs:previewDOCS_BASE=/ vitepress preview docs
  • formatprettier --write "**/*.{js,ts,json,md}"
  • format:checkprettier --check "**/*.{js,ts,json,md}"
  • inject-tool-refsnode dist/src/cli/inject-tool-refs.js
  • linttsc --noEmit && eslint "{src,tests}/**/*.{ts,js}"
  • lint:fixeslint "{src,tests}/**/*.{ts,js}" --fix
  • list-toolsnode dist/src/cli/list-tools.js
  • list-tools:devnode --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node src/cli/list-tools.ts
  • postinstalltest -f prisma/schema.prisma && prisma generate || true
  • startnode --no-warnings -r source-map-support/register --experimental-specifier-resolution=node dist/src/main.js
  • testcross-env JEST_UNIT_ONLY=true yarn jest
  • test:allyarn jest --runInBand
  • test:covcross-env JEST_UNIT_ONLY=true yarn jest --coverage
  • test:env-gatingnode tests/scripts/test-env-gating.js
  • test:helpprintf '# Test Scripts\n yarn test - Unit tests only (fast, safe default)\n yarn test <pattern> - Unit tests matching pattern\n yarn test:cov - Unit test coverage\n yarn test:integration - Integration tests (needs .env.test)\n yarn test:all - Full suite (unit + integration)\n yarn test:env-gating - Test environment gating\n'
  • test:integrationyarn jest --testPathPatterns=tests/integration --runInBand
  • watchtsc --watch
Dependencies15
  • @clack/prompts^1.5.0
  • @modelcontextprotocol/sdk^1.29.0
  • @prisma/client^7.8.0
  • express^5.2.1
  • graphql^16.14.1
  • graphql-tag^2.12.6
  • open^11.0.0
  • picomatch^4.0.4
  • pino^10.3.1
  • pino-pretty^13.1.3
  • transliteration^2.6.1
  • undici^8.3.0
  • xstate^5.32.0
  • yaml^2.9.0
  • zod^4.4.3