PkgRadar

Package evidence

@agfpd/[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.

Weekly downloads
3,216Niche · −30% score
Versions published
26
First published
May 2026
Publisher
agfpd-owner

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

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":["@agfpd/[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":["@agfpd/[email protected]"],"fail_on":"review"}'
Publisheragfpd-owner
Artifact bytes62,055
Previous version0.14.69
Published2026-06-08T21:45:53.287Z
SHA-2564389186acd40d9c6609a39ce08b87e7cf614c3d9d172f613d05c7ab300bd20b5

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
0.14.71Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • prepublishOnlytest -z "$(git status --porcelain)" || (echo 'release: working tree is dirty — commit or stash before release' >&2 && exit 1)
  • releasenpm version patch && npm publish && git push --follow-tags && node scripts/bump-marketplace.cjs
  • release:majornpm version major && npm publish && git push --follow-tags && node scripts/bump-marketplace.cjs
  • release:minornpm version minor && npm publish && git push --follow-tags && node scripts/bump-marketplace.cjs
  • startbun src/server.ts
  • testbun test
  • test:allbun test && python3 -m unittest tests.python.test_frontmatter_hash tests.python.test_migrate_auto_memory tests.python.test_frontmatter_fill tests.python.test_fm_update tests.python.test_regenerate_vault_index tests.python.test_render_agent_files tests.python.test_build_context_shards
  • test:pypython3 -m unittest tests.python.test_frontmatter_hash tests.python.test_migrate_auto_memory tests.python.test_frontmatter_fill tests.python.test_fm_update tests.python.test_regenerate_vault_index tests.python.test_render_agent_files tests.python.test_build_context_shards
  • versionnode scripts/sync-plugin-version.cjs
Dependencies4
  • @modelcontextprotocol/sdk^1.29.0
  • gray-matter^4.0.3
  • sqlite-vec^0.1.9
  • zod^4.4.3