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
- 136Established · −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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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.jsbuildnpm run --silent clean && npx biome check src --diagnostic-level=error && npx tsc -p tsconfig.jsonbuild:fastnpx tsc -p tsconfig.jsonchrono./tools/version-stats.shcleannode -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.tsformatnpx biome format --write srclintnpx biome check --write srclint:checknpx biome check srcpackage:contentsnpx ts-node scripts/show-package-contents.tspreparehuskyprepublishOnlynpm run buildpretestnpm run test:check:integrationshared:checknpx jest --testPathIgnorePatterns node_modules --testPathPatterns admin/shared-deps/checkshared:setupnpx jest --testPathIgnorePatterns node_modules --testPathPatterns admin/shared-deps/setupshared:teardownnpx jest --testPathIgnorePatterns node_modules --testPathPatterns admin/shared-deps/teardowntestnpx jest --runInBandtest:checknpx tsc --noEmit --project tsconfig.test.jsontest:check:integrationnpx tsc --noEmit --project tsconfig.test.integration.jsontest: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.tstest:modulenode scripts/test-module.jstest: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.jstest:type-checknpm run test:check
Dependencies5
@mcp-abap-adt/interfaces^7.0.0@mcp-abap-adt/logger^0.1.3axios^1.13.6fast-xml-parser^5.4.1yaml^2.3.4