PkgRadar

Package evidence

@fragment-dev/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
377Established · −30% score
First published
Jul 2025
Publisher
vignesh-dev

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":["@fragment-dev/[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":["@fragment-dev/[email protected]"],"fail_on":"review"}'
Publishervignesh-dev
Artifact bytes1,377,766
Previous version2026.6.10-2
Published2026-06-10T20:09:45.585Z
SHA-256fb83b1d939e918c166b2430c1cfb0d077b0916ea1748b774c1bb1fc2f8cb945e

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
8Score
2026.6.10-4Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chunk-CW4UI44G.jsmatched "raw.githubusercontent.com"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chunk-CW4UI44G.jsmatched "raw.githubusercontent.com"12
lowLarge Javascript Payloadpackage/dist/chunk-THGLXMNF.js2101185 bytes0

Manifest

Package metadata

Scripts32
  • buildnode --loader ts-node/esm build.ts
  • fixupnode --loader ts-node/esm fixup.ts
  • fragmentFRAGMENT_LOCAL_DEV=true bin/dev.js
  • gen-clientsgraphql-codegen --config codegen.yml
  • gen-readmeyarn build && oclif readme && oclif manifest
  • linteslint --fix --cache .
  • lint-nofixeslint .
  • pkg-fragment-cliyarn node --loader ts-node/esm packageCLI.ts
  • postpackshx rm -f oclif.manifest.json
  • posttestyarn lint
  • prepackyarn build && oclif manifest && oclif readme
  • testvitest run --coverage
  • test-climocha --forbid-only "tests/**/*.test.ts" && yarn test
  • test.fastvitest run
  • test:add-ledger-entrymocha --forbid-only "tests/cli/addLedgerEntry.test.ts"
  • test:auth:loginmocha --forbid-only "tests/cli/auth.login.test.ts"
  • test:auth:malformedmocha --forbid-only "tests/cli/auth.malformed.test.ts"
  • test:auth:testmocha --forbid-only "tests/cli/auth.test.test.ts"
  • test:delete-custom-txsmocha --forbid-only "tests/cli/delete-custom-txs.test.ts"
  • test:delete-ledgermocha --forbid-only "tests/cli/deleteLedger.test.ts"
  • test:delete-schemamocha --forbid-only "tests/cli/delete-schema.test.ts"
  • test:get-schemamocha --forbid-only "tests/cli/get-schema.test.ts"
  • test:migrate-ledger-entrymocha --forbid-only "tests/cli/migrate-ledger-entry.test.ts"
  • test:querymocha --forbid-only "tests/cli/query.test.ts"
  • test:reverse-ledger-entrymocha --forbid-only "tests/cli/reverse-ledger-entry.test.ts"
  • test:tokenmocha --forbid-only "tests/cli/token.test.ts"
  • test:updatemocha --forbid-only "tests/cli/update.test.ts"
  • test:utils:getParsedSchemamocha --forbid-only "tests/utils/getParsedSchema.test.ts"
  • test:verify-schemamocha --forbid-only "tests/cli/verify-schema.test.ts"
  • typechecktsc --skipLibCheck --noEmit
  • …and 2 more.
Dependencies4
  • @oclif/plugin-autocomplete^3.2.50
  • @oclif/plugin-commands4.1.57
  • @oclif/plugin-help6.2.50
  • @oclif/plugin-not-found^3.2.87