PkgRadar

Package evidence

@spirit-agent/[email protected]

Credential file access: matched ".aws/"

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
7
First published
Jun 2026
Publisher
n123999

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":["@spirit-agent/[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":["@spirit-agent/[email protected]"],"fail_on":"review"}'
Publishern123999
Artifact bytes589,860
Previous version0.2.5
Published2026-06-17T12:34:37.646Z
SHA-256f73e203d24e538e535752cd7f87eabfa04a389d9f499d4865ef260619e457c7a

Why flagged

What the scanner saw

Credential file access: matched ".aws/"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/open-responses/apply-patch-eligibility.test.jsmatched ".aws/"5
lowCredential file accesspackage/dist/smoke/live/env.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/open-responses/model-factory.test.jsmatched ".aws/"5
lowCredential file accesspackage/dist/open-responses/streaming-reasoning.test.jsmatched ".aws/"5
lowCredential file accesspackage/dist/open-responses/web-search-eligibility.test.jsmatched ".aws/"5

Manifest

Package metadata

Scripts29
  • buildtsc -p tsconfig.json
  • eval:compare:dry-runnpm run build && node dist/eval/compare-dry-run.js
  • eval:scenario:validatenpm run build && node dist/eval/validate-scenario.js
  • noticenode scripts/gen-notice.mjs
  • notice:productionnode scripts/gen-notice.mjs --production
  • prepublishOnlynpm run build && node ../../scripts/npm/assert-no-file-deps.mjs
  • smoke:ai-sdk:anthropic:streamingnpm run build && node dist/smoke/contract/ai-sdk-anthropic-streaming-smoke.js
  • smoke:ai-sdk:deepseek:streamingnpm run build && node dist/smoke/contract/ai-sdk-deepseek-streaming-smoke.js
  • smoke:ai-sdk:open-responsesnpm run build && node dist/smoke/contract/ai-sdk-open-responses-smoke.js
  • smoke:ai-sdk:open-responses:streamingnpm run build && node dist/smoke/contract/ai-sdk-open-responses-streaming-smoke.js
  • smoke:ai-sdk:openainpm run build && node dist/smoke/contract/ai-sdk-openai-smoke.js
  • smoke:ai-sdk:openai-responsesnpm run build && node dist/smoke/contract/ai-sdk-openai-responses-smoke.js
  • smoke:ai-sdk:openai:allnpm run smoke:ai-sdk:openai && npm run smoke:ai-sdk:openai:streaming && npm run smoke:ai-sdk:openai:stream-reasoning-only
  • smoke:ai-sdk:openai:json-schemanpm run build && node dist/smoke/contract/ai-sdk-openai-json-schema-smoke.js
  • smoke:ai-sdk:openai:runtimenpm run build && node dist/smoke/runtime/ai-sdk-openai-runtime-smoke.js
  • smoke:ai-sdk:openai:stream-reasoning-onlynpm run build && node dist/smoke/contract/ai-sdk-openai-stream-reasoning-only-smoke.js
  • smoke:ai-sdk:openai:streamingnpm run build && node dist/smoke/contract/ai-sdk-openai-streaming-smoke.js
  • smoke:contractnpm run build && node dist/smoke/contract/ai-sdk-openai-smoke.js && node dist/smoke/contract/ai-sdk-openai-json-schema-smoke.js && node dist/smoke/contract/ai-sdk-openai-streaming-smoke.js && node dist/smoke/contract/ai-sdk-openai-stream-reasoning-only-smoke.js && node dist/smoke/contract/ai-sdk-deepseek-streaming-smoke.js && node dist/smoke/contract/ai-sdk-anthropic-streaming-smoke.js && node dist/smoke/contract/ai-sdk-bedrock-streaming-smoke.js && node dist/smoke/contract/ai-sdk-google-streaming-smoke.js && node dist/smoke/contract/ai-sdk-google-vertex-streaming-smoke.js && node dist/smoke/contract/ai-sdk-open-responses-smoke.js && node dist/smoke/contract/ai-sdk-openai-responses-smoke.js && node dist/smoke/contract/ai-sdk-openai-apply-patch-smoke.js && node dist/smoke/contract/ai-sdk-gateway-apply-patch-smoke.js && node dist/smoke/contract/ai-sdk-gateway-web-search-smoke.js && node dist/smoke/contract/ai-sdk-openrouter-apply-patch-smoke.js && node dist/smoke/contract/ai-sdk-open-responses-streaming-smoke.js && node dist/smoke/contract/ai-sdk-alibaba-built-in-tools-smoke.js
  • smoke:host-confignpm run build && node dist/smoke/host-config/mcp-missing-env-smoke.js
  • smoke:livenpm run smoke:live:openai-compatible
  • smoke:live:anthropicnpm run build && node dist/smoke/live/ai-sdk-anthropic-live-smoke.js
  • smoke:live:bedrocknpm run build && node dist/smoke/live/ai-sdk-bedrock-live-smoke.js
  • smoke:live:openai-compatiblenpm run build && node dist/smoke/live/ai-sdk-openai-compatible-live-smoke.js
  • smoke:lspnpm --prefix ../host-internal run smoke:lsp
  • smoke:mcp:missing-envnpm run build && node dist/smoke/host-config/mcp-missing-env-smoke.js
  • smoke:offlinenpm run smoke:contract && npm run smoke:runtime && npm run smoke:host-config
  • smoke:runtimenpm run build && node dist/smoke/runtime/ai-sdk-openai-runtime-smoke.js && node dist/smoke/runtime/runtime-parity-smoke.js
  • smoke:runtime:paritynpm run build && node dist/smoke/runtime/runtime-parity-smoke.js
  • typechecktsc -p tsconfig.json --noEmit
Dependencies17
  • @ai-sdk/alibaba^1.0.22
  • @ai-sdk/amazon-bedrock^4.0.117
  • @ai-sdk/anthropic^2.0.79
  • @ai-sdk/azure^3.0.74
  • @ai-sdk/deepseek^2.0.32
  • @ai-sdk/gateway^3.0.121
  • @ai-sdk/google^3.0.82
  • @ai-sdk/google-vertex^3.0.142
  • @ai-sdk/moonshotai^2.0.23
  • @ai-sdk/open-responses^1.0.16
  • @ai-sdk/openai^3.0.67
  • @ai-sdk/openai-compatible^2.0.46
  • @ai-sdk/xai^3.0.93
  • @aws/bedrock-token-generator^1.1.0
  • @modelcontextprotocol/sdk^1.29.0
  • ai^6.0.175
  • undici^7.27.2