PkgRadar

Package evidence

@mfittko/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"mfittko","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":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.

Versions published
2
First published
Jun 2026
Publisher
mfittko

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":["@mfittko/[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":["@mfittko/[email protected]"],"fail_on":"review"}'
Publishermfittko
Artifact bytes390,602
Previous versionnone
Published2026-06-13T09:39:33.646Z
SHA-2569ccabbb26379e81cc0565a655b6d92c9af392c3ee73b13e6903da85b355b8770

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"mfittko","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"mfittko","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts25
  • buildtsc --project tsconfig.json
  • changelog:ensurenode ./scripts/update-changelog.mjs ensure
  • changelog:releasenode ./scripts/update-changelog.mjs release
  • changelog:updatenode ./scripts/update-changelog.mjs update
  • checknpm run build && npm run test:compiled
  • cleanrm -rf dist .tsbuildinfo
  • compile:localnpm run build --silent && node ./dist/bin/repo-wiki.js compile --scan .llmwiki/run --plan .llmwiki/bootstrap-plan.json --wiki .llmwiki/wiki
  • coveragenpm run build && npm run coverage:compiled
  • coverage:compiledc8 --include=dist/src/**/*.js --reporter=text --check-coverage --lines 95 node ./dist/test/run-compiled-tests.js
  • kb:bootstrapnpm run build --silent && node ./dist/bin/repo-wiki.js run --mode bootstrap --repo . --scan .llmwiki/run --plan .llmwiki/bootstrap-plan.json --wiki .llmwiki/wiki
  • kb:incrementalnpm run build --silent && node ./dist/bin/repo-wiki.js run --mode incremental --repo . --scan .llmwiki/run --plan .llmwiki/incremental-plan.json --wiki .llmwiki/wiki
  • kb:publishnpm run build --silent && node ./dist/bin/repo-wiki.js publish --wiki .llmwiki/wiki
  • lint:codetsc --project tsconfig.json --noEmit
  • lint:docsnpm run build --silent && node ./dist/bin/repo-wiki.js lint-docs --repo . --scan .llmwiki/run
  • lint:localnpm run build --silent && node ./dist/bin/repo-wiki.js lint --wiki .llmwiki/wiki --scan .llmwiki/run
  • pack:checknpm run build --silent && npm pack --dry-run
  • plan:bootstrapnpm run build --silent && node ./dist/bin/repo-wiki.js plan --scan .llmwiki/run --out .llmwiki/bootstrap-plan.json
  • preparenpm run build
  • repo-wikinpm run build --silent && node ./dist/bin/repo-wiki.js
  • scan:bootstrapnpm run build --silent && node ./dist/bin/repo-wiki.js scan --mode bootstrap --repo . --out .llmwiki/run
  • self:wikinpm run kb:bootstrap
  • smoke:consumerset -eu; tmp_dir=$(mktemp -d); trap 'rm -rf "$tmp_dir"' EXIT; pack_out=$(npm pack --pack-destination "$tmp_dir"); tarball=$(printf '%s\n' "$pack_out" | tail -n 1); tarball_path="$tmp_dir/$tarball"; if [ ! -f "$tarball_path" ]; then echo 'No tarball produced' >&2; exit 1; fi; consumer_dir="$tmp_dir/consumer"; mkdir -p "$consumer_dir"; cd "$consumer_dir"; npm init -y >/dev/null; npm install --no-audit --no-fund "$tarball_path" >/dev/null; npx --no-install repo-wiki --help >/dev/null
  • testnpm run check
  • test:compilednode ./dist/test/run-compiled-tests.js
  • verifynpm test
Dependencies1
  • typescript^5.8.3