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
- 1
- First published
- May 2026
- Publisher
- marianfoo
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":["[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"}'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 (2 events)
- new → available · risk low · score 0 · status changed
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts21
buildtsccleanrimraf distdebug:container./debug-container.shdevtsx watch src/mcp-server.tsdev:httptsx watch src/http-mcp-server.tsprepacknpm run clean && npm run buildprepublishOnlynpm run buildservenode dist/mcp-server.jsserve:httpAUTO_START=true node dist/http-mcp-server.jsserve:http:debugLOG_LEVEL=debug HTTP_PORT=3123 AUTO_START=true DEBUG_START=true node dist/http-mcp-server.jsstartnpm run build && npm run servestart:httpnpm run build && npm run serve:httpstart:http:debugnpm run build && npm run serve:http:debugtestnpm run test:auth && npm run test:api && npm run test:mcptest:apinpm run build && node test/test-sap-api.jstest:authnpm run build && node test/test-auth.jstest:auth:debugnpm run build && HEADFUL=true LOG_LEVEL=debug node test/test-auth.jstest:docker:debugnpm run build && node test/test-docker-debug.jstest:flownpm run build && node test/test-full-flow.jstest:mcpnpm run build && node test/test-mcp-server.jstest:mcp:debugnpm run build && LOG_LEVEL=debug DOCKER_ENV=true node test/test-mcp-server.js
Dependencies10
@marianfoo/sap-mcp-auth^0.1.0@modelcontextprotocol/sdk^1.28.0cors^2.8.5dotenv^16.4.0express^4.22.0pino^9.14.0pino-pretty^11.3.0playwright^1.58.0zod^4.3.6zod-to-json-schema^3.25.0