PkgRadar

Package evidence

@squiz/[email protected]

Remote Dependency Spec: devDependencies.json-schema-test-suite="https://github.com/json-schema-org/JSON-Schema-Test-Suite"

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
1,210Niche · −30% score
Versions published
3
First published
May 2023
Publisher
rainger_squiz

Effective trust discount applied: 30% (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":["@squiz/[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":["@squiz/[email protected]"],"fail_on":"review"}'
Publisherrainger_squiz
Artifact bytes190,657
Previous version7.4.4
Published2023-05-11T03:13:53.088Z
SHA-2564095d6487f444fc10a749627e1eb99fb8f167326e8ee82fda3bd9b027928771e

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.json-schema-test-suite="https://github.com/json-schema-org/JSON-Schema-Test-Suite"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
7.4.7Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.json-schema-test-suite="https://github.com/json-schema-org/JSON-Schema-Test-Suite"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.json-schema-test-suitehttps://github.com/json-schema-org/JSON-Schema-Test-Suiteerror0invalid gzip header

Manifest

Package metadata

Scripts20
  • analyzeNODE_ENV=production webpack --json | webpack-bundle-size-analyzer
  • coveragenyc npm run test --reporter=lcov
  • distrm -rf dist; yarn dist:es5 && yarn dist:es6
  • dist:es5NODE_ENV=production webpack
  • dist:es6tsc --outDir dist/module --target ES2019
  • linteslint lib
  • prepublishOnlyyarn run dist
  • tddwatch "npm run test:unit" lib/ test/
  • testTS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R spec 'test/**/*.test.ts'
  • test:2019TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R spec 'test/spec/v2019-09/*.test.ts'
  • test:4TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R spec 'test/spec/v4/*.test.ts'
  • test:6TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R spec 'test/spec/v6/*.test.ts'
  • test:7TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R spec 'test/spec/v7/*.test.ts'
  • test:integrationTS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R spec 'test/integration/**/*.test.ts'
  • test:specTS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R spec 'test/spec/**/*.test.ts'
  • test:spec:4:ciTS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R json 'test/spec/v4/*.test.ts' > test-result-spec4.json; exit 0
  • test:spec:6:ciTS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R json 'test/spec/v6/*.test.ts' > test-result-spec6.json; exit 0
  • test:spec:7:ciTS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R json 'test/spec/v7/*.test.ts' > test-result-spec7.json; exit 0
  • test:unitTS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R spec 'test/unit/**/*.test.ts'
  • test:unit:ciTS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register -R json 'test/unit/**/*.test.ts' > test-result-unit.json; exit 0
Dependencies5
  • @sagold/json-pointer^5.0.0
  • @sagold/json-query^6.0.0
  • deepmerge^4.2.2
  • fast-deep-equal^3.1.3
  • valid-url^1.0.9