PkgRadar

Package evidence

@mcp-abap-adt/[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
1,041Niche · −30% score
Versions published
138Established · −30% score
First published
Nov 2025
Publisher
fr0ster

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":["@mcp-abap-adt/[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":["@mcp-abap-adt/[email protected]"],"fail_on":"review"}'
Publisherfr0ster
Artifact bytes348,126
Previous version5.5.0
Published2026-06-13T15:10:36.391Z
SHA-256f189a3fa0897f7ef60864974f09064cee973ca755adcf29606341ed55996498b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • adt:entitiesnode tools/adt-object-entities.js
  • buildnpm run --silent clean && npx biome check src --diagnostic-level=error && npx tsc -p tsconfig.json
  • build:fastnpx tsc -p tsconfig.json
  • chrono./tools/version-stats.sh
  • cleannode -e "const fs=require('fs');['dist','tsconfig.tsbuildinfo'].forEach(p=>{try{fs.rmSync(p,{recursive:true,force:true})}catch{}})"
  • discovery:markdownnpx ts-node tools/discovery-to-markdown.ts
  • formatnpx biome format --write src
  • lintnpx biome check --write src
  • lint:checknpx biome check src
  • package:contentsnpx ts-node scripts/show-package-contents.ts
  • preparehusky
  • prepublishOnlynpm run build
  • pretestnpm run test:check:integration
  • shared:checknpx jest --testPathIgnorePatterns node_modules --testPathPatterns admin/shared-deps/check
  • shared:setupnpx jest --testPathIgnorePatterns node_modules --testPathPatterns admin/shared-deps/setup
  • shared:teardownnpx jest --testPathIgnorePatterns node_modules --testPathPatterns admin/shared-deps/teardown
  • testnpx jest --runInBand
  • test:checknpx tsc --noEmit --project tsconfig.test.json
  • test:check:integrationnpx tsc --noEmit --project tsconfig.test.integration.json
  • test:initnode -e "const fs=require('fs'),s='src/__tests__/helpers/test-config.yaml',t=s+'.template';if(fs.existsSync(s)){console.log(s+' already exists, skipping (use test:reinit to overwrite)')}else{fs.copyFileSync(t,s);console.log('Created '+s+' — edit lines marked CHANGE')}"
  • test:long-polling-readnpx ts-node scripts/test-long-polling-read.ts
  • test:modulenode scripts/test-module.js
  • test:reinitnode -e "const fs=require('fs'),s='src/__tests__/helpers/test-config.yaml',t=s+'.template';fs.copyFileSync(t,s);console.log('Recreated '+s+' from template')"
  • test:sequentialnode scripts/run-tests-sequential.js
  • test:type-checknpm run test:check
Dependencies5
  • @mcp-abap-adt/interfaces^7.3.0
  • @mcp-abap-adt/logger^0.1.3
  • axios^1.13.6
  • fast-xml-parser^5.4.1
  • yaml^2.3.4