PkgRadar

Package evidence

[email protected]

Js Hidden Powershell: Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.

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
76Established · −30% score
First published
Jul 2025
Publisher
truffle-rahul

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishertruffle-rahul
Artifact bytes858,204
Previous version1.8.11
Published2026-06-16T10:36:53.216Z
SHA-256ee270c4edd07b023c60398802decf0c761ef6a543d8742e4c3a6af6f79685668

Why flagged

What the scanner saw

Js Hidden Powershell: Hidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/cli/utils/self-management.jsHidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.45
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Hidden Powershellpackage/dist/cli/utils/self-management.jsHidden / non-interactive PowerShell invocation in package code — `-WindowStyle Hidden`, `irm | iex`, `windowsHide: true`, or equivalent — used to download-and-run payloads on Windows installers.45
lowCredential file accesspackage/dist/config/cli-overrides.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/cli/utils/provider-setup.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/cli/commands/setup.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts7
  • _comment_buildTODO: (355) This is a known issue with MCP SDK >= 1.18.1 taking heap space, see if we can solve this without heap size hacks - https://github.com/truffle-ai/dexto/pull/355#discussion_r2412949424
  • buildcross-env NODE_OPTIONS=--max-old-space-size=4096 tsc -p tsconfig.json && pnpm run copy-agents && pnpm run copy-assets
  • copy-agentstsx scripts/copy-agents.ts
  • copy-assetstsx scripts/copy-assets.ts
  • linteslint . --ext .ts
  • startnode dist/index.js
  • typechecktsc -p tsconfig.typecheck.json --noEmit
Dependencies40
  • @clack/prompts^0.10.1
  • @dexto/agent-config1.8.12
  • @dexto/agent-management1.8.12
  • @dexto/analytics1.8.12
  • @dexto/client-sdk1.8.12
  • @dexto/core1.8.12
  • @dexto/image-local1.8.12
  • @dexto/image-logger-agent1.8.12
  • @dexto/llm1.8.12
  • @dexto/registry1.8.12
  • @dexto/server1.8.12
  • @dexto/storage1.8.12
  • @dexto/tui1.8.12
  • @modelcontextprotocol/sdk^1.28.0
  • @opentelemetry/core^1.28.0
  • @opentelemetry/exporter-trace-otlp-grpc^0.55.0
  • @opentelemetry/exporter-trace-otlp-http^0.55.0
  • @opentelemetry/instrumentation-http^0.210.0
  • @opentelemetry/instrumentation-undici^0.20.0
  • @opentelemetry/resources^1.28.0
  • @opentelemetry/sdk-node^0.55.0
  • @opentelemetry/sdk-trace-base^1.28.0
  • @opentelemetry/semantic-conventions^1.28.0
  • better-sqlite3^11.10.0
  • boxen^7.1.1
  • chalk^5.6.0
  • commander^11.1.0
  • dotenv^16.4.7
  • fs-extra^11.3.0
  • hono^4.12.12
  • …and 10 more.