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
- 255Established · −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 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":["@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"}'Why flagged
What the scanner saw
Remote Payload: matched "curl "
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 50 · status changed
Evidence
Static findings
12 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/scripts/generate-openapi.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/reset-sync-and-scan-test-cluster.sh | matched "curl " | 12 |
Show all 12 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/scripts/generate-openapi.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/reset-sync-and-scan-test-cluster.sh | matched "curl " | 12 |
| low | Credential file access | package/dist/core/capability-scan-workflow.js | matched ".azure" | 5 |
| low | Credential file access | package/dist/core/rbac/check-access.js | matched "KubeConfig" | 5 |
| low | Credential file access | package/dist/core/telemetry/config.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/core/providers/copilot-token-exchanger.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/core/embedding-service.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/core/error-handling.js | matched "kubeconfig" | 5 |
| low | Credential file access | package/dist/core/constants/errors.js | matched "kubeconfig" | 5 |
| low | Credential file access | package/dist/tools/organizational-data.js | matched ".aws" | 5 |
| low | Credential file access | package/scripts/reset-sync-and-scan-test-cluster.sh | matched "KUBECONFIG" | 5 |
| low | Credential file access | package/package.json | matched "KUBECONFIG" | 3 |
Manifest
Package metadata
Scripts35
auditnpm auditbuildtsc --sourceMap falsebuild:devtsc --sourceMap truebuild:mcpnpm run build && echo 'MCP server built successfully'build:prodnpm run clean && tsc --sourceMap false --removeComments truebuild:watchtsc --watchcleanrm -rf distdevts-node src/index.tseval:comparativeDEBUG_DOT_AI=true npx tsx src/evaluation/eval-runner.tseval:platform-synthesisDEBUG_DOT_AI=true npx tsx src/evaluation/run-platform-synthesis.tsformatprettier --write src/generate:openapi./scripts/generate-openapi.shlinteslint src/postbuildchmod +x dist/mcp/server.js && cp src/interfaces/oauth/dex-api.proto dist/interfaces/oauth/prebuildnpm run clean && npm run lintstart:mcpnode dist/mcp/server.jstestnpm run test:integrationtest:integration./tests/integration/infrastructure/run-integration-tests.shtest: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.shtest:integration:custom-endpointAI_PROVIDER=openai DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest:integration:geminiAI_PROVIDER=google DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest:integration:gemini-flashAI_PROVIDER=google_flash DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest:integration:gptAI_PROVIDER=openai DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest:integration:grokAI_PROVIDER=xai DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest:integration:haikuAI_PROVIDER=anthropic_haiku DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest:integration:kimiAI_PROVIDER=kimi DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest:integration:opusAI_PROVIDER=anthropic_opus DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest:integration:qwenAI_PROVIDER=alibaba DEBUG_DOT_AI=true ./tests/integration/infrastructure/run-integration-tests.shtest: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.jstest: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.3@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.0ai^6.0.116bcryptjs^3.0.3handlebars^4.7.8jsonwebtoken^9.0.3mermaid^11.15.0posthog-node^5.23.0simple-git^3.32.3yaml^2.8.0
Optional dependencies1
@rollup/rollup-linux-x64-gnu4.60.3