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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 7 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="test -f prisma/schema.prisma && prisma generate || true" | 20 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Suppresses Failure | package.json | postinstall="test -f prisma/schema.prisma && prisma generate || true" | 20 |
| low | Install-time lifecycle script | package.json | postinstall="test -f prisma/schema.prisma && prisma generate || true" | 5 |
Manifest
Package metadata
Scripts28
buildprisma generate && tsc -p tsconfig.build.json && yarn build:copy-assetsbuild: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.shcleanup:test-groupsnode scripts/cleanup-test-groups.jscleanup:test-groups:dry-runnode scripts/cleanup-test-groups.js --dry-runcleanup:test-groups:forcenode scripts/cleanup-test-groups.js --forcedevnode --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node --experimental-print-required-tla --watch src/main.tsdev: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 ssedev: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 stdiodocs:buildDOCS_BASE=/ vitepress build docsdocs:devDOCS_BASE=/ vitepress dev docsdocs:previewDOCS_BASE=/ vitepress preview docsformatprettier --write "**/*.{js,ts,json,md}"format:checkprettier --check "**/*.{js,ts,json,md}"inject-tool-refsnode dist/src/cli/inject-tool-refs.jslinttsc --noEmit && eslint "{src,tests}/**/*.{ts,js}"lint:fixeslint "{src,tests}/**/*.{ts,js}" --fixlist-toolsnode dist/src/cli/list-tools.jslist-tools:devnode --env-file=.env.test -r source-map-support/register -r ts-node/register --experimental-specifier-resolution=node src/cli/list-tools.tspostinstalltest -f prisma/schema.prisma && prisma generate || truestartnode --no-warnings -r source-map-support/register --experimental-specifier-resolution=node dist/src/main.jstestcross-env JEST_UNIT_ONLY=true yarn jesttest:allyarn jest --runInBandtest:covcross-env JEST_UNIT_ONLY=true yarn jest --coveragetest:env-gatingnode tests/scripts/test-env-gating.jstest: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 --runInBandwatchtsc --watch
Dependencies15
@clack/prompts^1.5.0@modelcontextprotocol/sdk^1.29.0@prisma/client^7.8.0express^5.2.1graphql^16.14.1graphql-tag^2.12.6open^11.0.0picomatch^4.0.4pino^10.3.1pino-pretty^13.1.3transliteration^2.6.1undici^8.3.0xstate^5.32.0yaml^2.9.0zod^4.4.3