PkgRadar

Package evidence

@shipgate.dev/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
ship-gate

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":["@shipgate.dev/[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":["@shipgate.dev/[email protected]"],"fail_on":"review"}'
Publishership-gate
Artifact bytes66,191
Previous versionnone
Published2026-05-26T00:33:48.775Z
SHA-2564d48c259baf2dfd9d11bbf7d3d13d1f927b70e7b10bc7436d58816eab9901767

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.3.1Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-B34BK2B7.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts9
  • buildtsup src/index.ts src/core.ts src/auth.ts src/transport/stdio.ts src/transport/http.ts src/tools/verify.ts src/tools/check-imports.ts src/tools/check-apis.ts src/tools/heal.ts src/tools/spec-from-code.ts src/tools/list-findings.ts src/tools/pipeline/index.ts src/tools/pipeline/pipeline-tools.ts src/tools/pipeline/gate-tool.ts src/tools/pipeline/pipeline-types.ts src/tools/pipeline/gate-types.ts src/tools/nl-to-isl/index.ts src/tools/nl-to-isl/handler.ts src/tools/nl-to-isl/sanitize.ts src/tools/nl-to-isl/schema.ts src/tools/nl-to-isl/types.ts src/tools/nl-to-isl/deterministic.ts --format esm --dts --clean
  • cleanrimraf dist
  • devtsx src/index.ts
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:unitvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies7
  • @isl-lang/ai-copilotworkspace:*
  • @isl-lang/codegen-runtimeworkspace:*
  • @isl-lang/isl-verifyworkspace:*
  • @isl-lang/parserworkspace:*
  • @isl-lang/spec-generatorworkspace:*
  • @isl-lang/typecheckerworkspace:*
  • @modelcontextprotocol/sdk^1.0.0