PkgRadar

Package evidence

@st-gr/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
Jun 2026
Publisher
st-gr

Recommended action

Review before promoting

Mixed 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"}'
Publisherst-gr
Artifact bytes29,825,173
Previous versionnone
Published2026-06-06T03:42:24.282Z
SHA-256eccc9b76df3940ab5f982b342e1eb28f3bed9cc2943be2e4f416403d8c6a7bc8

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

review
Last checked
reviewRisk
10Score
0.9.2Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/awscred.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/bundled/gateway/services/gateway/src/services/awsCredentialsService.jsmatched "AWS_ACCESS_KEY"5
lowObfuscation Densitypackage/bundled/gateway/package-lock.jsonhigh encoded/escaped-token density0
lowObfuscation Densitypackage/bundled/ollama/package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts24
  • buildnpm run sync-version && npm run clean && npm run compile && npm run copy-templates && npm run bundle
  • build:localnpm run clean:dist && npm run compile && npm run copy-templates
  • bundlenpm run bundle:dependencies && npm run bundle:gateway && npm run bundle:ollama
  • bundle:dependenciesnode ../../cli-tools/bundle-service-key-parser.js
  • 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.json
  • bundle: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-only
  • check-workspacenode ../../cli-tools/check-workspace-protocol.js
  • cleannpx rimraf dist bundled
  • clean:bundlednpx rimraf bundled
  • clean:distnpx rimraf dist
  • compiletsc
  • copy-templatesnpx mkdirp dist/templates && npx copyfiles -u 1 "src/templates/**/*" dist/
  • devtsx src/index.ts
  • dev:nobundleSKIP_BUNDLE=true tsx src/index.ts
  • link:devnpm run build:local && npm run bundle:dependencies && npm link
  • postbundlecd bundled/gateway && npm install --production && cd ../ollama && npm install --production
  • prepacknpm run prepare-pack
  • prepare-packnode ../../cli-tools/prepare-for-pack.js
  • prepublishOnlynpm run build
  • restore-workspacenode ../../cli-tools/restore-workspace-protocol.js
  • sync-versionnode ../../cli-tools/sync-version.js
  • testecho 'Tests will be implemented'
  • unlink:devnpm unlink -g @st-gr/sail-proxy
Dependencies7
  • @sap-llm-gateway/service-key-parser0.9.2
  • axios^1.15.1
  • chalk^4.1.2
  • commander^14.0.0
  • dotenv^16.3.1
  • inquirer^8.2.6
  • ora^5.4.1