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
- st-gr
Recommended action
Review before promotingMixed 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":["@st-gr/[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":["@st-gr/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_ACCESS_KEY"
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 review · score 10 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/commands/awscred.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/bundled/gateway/services/gateway/src/services/awsCredentialsService.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Obfuscation Density | package/bundled/gateway/package-lock.json | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/bundled/ollama/package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts25
buildnpm run sync-version && npm run clean && npm run compile && npm run copy-templates && npm run bundlebuild:localnpm run clean:dist && npm run compile && npm run copy-templatesbundlenpm run bundle:dependencies && npm run bundle:gateway && npm run bundle:ollamabundle:dependenciescd ../../libs/service-key-parser && pnpm build && npx mkdirp ../../npm-dist/sail-proxy/node_modules/@sap-llm-gateway/service-key-parser && npx copyfiles -u 1 "dist/**/*" ../../npm-dist/sail-proxy/node_modules/@sap-llm-gateway/service-key-parser/ && npx copyfiles "package.json" ../../npm-dist/sail-proxy/node_modules/@sap-llm-gateway/service-key-parser/bundle:gatewaycd ../../services/gateway && pnpm build && npx mkdirp ../../npm-dist/sail-proxy/bundled/gateway && npx copyfiles -u 1 "dist/**/*" ../../npm-dist/sail-proxy/bundled/gateway/ && node ../../npm-dist/sail-proxy/scripts/create-production-package-json.js ../../services/gateway/package.json ../../npm-dist/sail-proxy/bundled/gateway/package.jsonbundle:ollamanpx mkdirp bundled/ollama && npx copyfiles "../../services/ollama/*.js" bundled/ollama/ && node ../../npm-dist/sail-proxy/scripts/create-production-package-json.js ../../services/ollama/package.json ../../npm-dist/sail-proxy/bundled/ollama/package.json && npx copyfiles -u 2 "../../services/ollama/routes/**/*" "../../services/ollama/services/**/*" "../../services/ollama/controllers/**/*" bundled/ollama/check-versionnode ../../cli-tools/sync-version.js --check-onlycheck-workspacenode ../../cli-tools/check-workspace-protocol.jscleannpx rimraf dist bundledclean:bundlednpx rimraf bundledclean:distnpx rimraf distcompiletsccopy-templatesnpx mkdirp dist/templates && npx copyfiles -u 1 "src/templates/**/*" dist/devtsx src/index.tsdev:nobundleSKIP_BUNDLE=true tsx src/index.tslink:devnpm run build:local && npm run bundle:dependencies && npm linkpostbundlecd bundled/gateway && npm install --production && cd ../ollama && npm install --productionpostpacknpm run restore-workspaceprepacknpm run prepare-packprepare-packnode ../../cli-tools/prepare-for-pack.jsprepublishOnlynpm run buildrestore-workspacenode ../../cli-tools/restore-workspace-protocol.jssync-versionnode ../../cli-tools/sync-version.jstestecho 'Tests will be implemented'unlink:devnpm unlink -g @st-gr/sail-proxy
Dependencies7
@sap-llm-gateway/service-key-parser0.9.1axios^1.15.1chalk^4.1.2commander^14.0.0dotenv^16.3.1inquirer^8.2.6ora^5.4.1