PkgRadar

Package evidence

[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.

Weekly downloads
17,227Mainstream · −50% score
Versions published
91Mature · −50% score
First published
Dec 2016
Publisher
davidwells

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

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherdavidwells
Artifact bytes65,407
Previous version4.8.0
Published2026-05-30T04:15:19.906Z
SHA-25633e02cd45b45109ca0fafbecaada1a89fb5bcf387dc17aa9a35ac5160bb6f95c

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
6Score
4.9.0Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/transforms/code/resolve-github-file.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts13
  • bundlenpm run bundle:all
  • bundle:allnpm run bundle:mac && npm run bundle:linux && npm run bundle:windows
  • bundle:linuxbun build ./cli.js --compile --minify --target=bun-linux-x64 --outfile dist/md-magic-linux-x64 && bun build ./cli.js --compile --minify --target=bun-linux-arm64 --outfile dist/md-magic-linux-arm64
  • bundle:macbun build ./cli.js --compile --minify --target=bun-darwin-arm64 --outfile dist/md-magic-darwin-arm64 && bun build ./cli.js --compile --minify --target=bun-darwin-x64 --outfile dist/md-magic-darwin-x64
  • bundle:windowsbun build ./cli.js --compile --minify --target=bun-windows-x64 --outfile dist/md-magic-windows-x64.exe
  • clinode ./cli.js --files 'README.md' --config ./md.config.js
  • docsnode examples/generate-readme.js
  • postpublishgit push origin && git push origin --tags
  • release:majorpnpm version major --git-tag-version && pnpm publish
  • release:minorpnpm version minor --git-tag-version && pnpm publish
  • release:patchpnpm version patch --git-tag-version && pnpm publish
  • testuvu . '.test.([mc]js|[jt]sx?)$'
  • typestsc --emitDeclarationOnly --outDir types
Dependencies18
  • @davidwells/dx-args0.2.0
  • @davidwells/md-utils0.0.53
  • color-convert^2.0.1
  • comment-block-parser1.6.0
  • comment-block-replacer0.1.19
  • comment-block-transformer0.8.0
  • globrex^0.1.2
  • gray-matter^4.0.3
  • is-glob^4.0.3
  • is-local-path^0.1.6
  • is-valid-path^0.1.1
  • micro-mdx-parser^1.1.0
  • module-alias^2.2.3
  • mri^1.2.0
  • node-fetch^2.7.0
  • punycode^2.3.1
  • smart-glob^1.0.2
  • string-width^4.2.3