PkgRadar

Package evidence

@things-factory/[email protected]

no findings

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,233Mature · −50% score
First published
Jan 2020
Publisher
heartyoh

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@things-factory/[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":["@things-factory/[email protected]"],"fail_on":"review"}'
Publisherheartyoh
Artifact bytes251,685
Previous version6.4.7
Published2026-03-29T22:57:34.857Z
SHA-256bb4ec59bda606fc2832d387216095f35162c657b00695fcefcfa1ab95aed0dcf

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
6.4.8Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildnpm run build:server && npm run build:client
  • build:clientnpm run copy:files && npx tsc --p ./client/tsconfig.json
  • build:servernpx tsc --p ./server/tsconfig.json
  • cleannpm run clean:server && npm run clean:client
  • clean:clientnpx rimraf dist-client
  • clean:servernpx rimraf dist-server
  • copy:filescopyfiles -e "./client/**/*.{ts,js,json}" -u 1 "./client/**/*" dist-client
  • migration:createnode ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations
Dependencies15
  • @operato/app^1.0.1
  • @operato/data-grist^1.3.5
  • @operato/graphql^1.0.0
  • @operato/grist-editor^1.0.0
  • @operato/help^1.0.1
  • @operato/i18n^1.0.0
  • @operato/layout^1.0.1
  • @operato/property-editor^1.0.0
  • @operato/styles^1.0.0
  • @operato/utils^1.0.1
  • @things-factory/export-base^6.4.8
  • @things-factory/import-base^6.4.8
  • @things-factory/integration-base^6.4.8
  • d3^7.8.5
  • moment-timezone^0.5.40