PkgRadar

Package evidence

@vfarcic/[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.

Weekly downloads
351
Versions published
257Established · −30% score
First published
Jul 2025
Publisher
vfarcic

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@vfarcic/[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":["@vfarcic/[email protected]"],"fail_on":"review"}'
Publishervfarcic
Artifact bytes1,145,054
Previous version1.21.0
Published2026-06-12T23:34:56.549Z
SHA-2561036ee0d802a7224cb23f45e54aacec483310cc325a0b49eaea43f6fdb3b78a4

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
7Score
1.21.1Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/core/telemetry/config.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/core/embedding-service.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts35
  • auditnpm audit
  • buildtsc --sourceMap false
  • build:devtsc --sourceMap true
  • build:mcpnpm run build && echo 'MCP server built successfully'
  • build:prodnpm run clean && tsc --sourceMap false --removeComments true
  • build:watchtsc --watch
  • cleanrm -rf dist
  • devts-node src/index.ts
  • eval:comparativeDEBUG_DOT_AI=true npx tsx src/evaluation/eval-runner.ts
  • eval:platform-synthesisDEBUG_DOT_AI=true npx tsx src/evaluation/run-platform-synthesis.ts
  • formatprettier --write src/
  • generate:openapi./scripts/generate-openapi.sh
  • linteslint src/
  • postbuildchmod +x dist/mcp/server.js && cp src/interfaces/oauth/dex-api.proto dist/interfaces/oauth/
  • prebuildnpm run clean && npm run lint
  • start:mcpnode dist/mcp/server.js
  • testnpm run test:integration
  • test:integration./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:bedrockAI_PROVIDER=amazon_bedrock AI_MODEL=global.anthropic.claude-sonnet-4-20250514-v1:0 DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:custom-endpointAI_PROVIDER=openai DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:geminiAI_PROVIDER=google DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:gemini-flashAI_PROVIDER=google_flash DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:gptAI_PROVIDER=openai DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:grokAI_PROVIDER=xai DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:haikuAI_PROVIDER=anthropic_haiku DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:kimiAI_PROVIDER=kimi DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:opusAI_PROVIDER=anthropic_opus DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:qwenAI_PROVIDER=alibaba DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • test:integration:serverKUBECONFIG=./kubeconfig-test.yaml PORT=3456 DOT_AI_SESSION_DIR=./tmp/sessions TRANSPORT_TYPE=http QDRANT_URL=http://localhost:6335 QDRANT_CAPABILITIES_COLLECTION=capabilities-policies ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY OPENAI_API_KEY=$OPENAI_API_KEY node dist/mcp/server.js
  • test:integration:sonnetAI_PROVIDER=anthropic DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.sh
  • …and 5 more.
Dependencies27
  • @ai-sdk/alibaba^1.0.13
  • @ai-sdk/amazon-bedrock^4.0.77
  • @ai-sdk/anthropic^3.0.58
  • @ai-sdk/google^3.0.43
  • @ai-sdk/openai^3.0.41
  • @ai-sdk/openai-compatible^2.0.35
  • @ai-sdk/xai^3.0.67
  • @grpc/grpc-js^1.14.4
  • @grpc/proto-loader^0.8.0
  • @kubernetes/client-node^1.3.0
  • @modelcontextprotocol/sdk^1.27.1
  • @openrouter/ai-sdk-provider^2.2.5
  • @opentelemetry/api^1.9.0
  • @opentelemetry/exporter-trace-otlp-http^0.217.0
  • @opentelemetry/resources^2.2.0
  • @opentelemetry/sdk-node^0.217.0
  • @opentelemetry/sdk-trace-node^2.2.0
  • @opentelemetry/semantic-conventions^1.37.0
  • @qdrant/js-client-rest^1.15.0
  • ai^6.0.116
  • bcryptjs^3.0.3
  • handlebars^4.7.8
  • jsonwebtoken^9.0.3
  • mermaid^11.15.0
  • posthog-node^5.23.0
  • simple-git^3.32.3
  • yaml^2.8.0
Optional dependencies1
  • @rollup/rollup-linux-x64-gnu4.60.3