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
- 2
- First published
- May 2026
- Publisher
- armazarashi0107
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":["[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"}'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
Status history (1 event)
- new → available · risk review · score 139 · status changed
Evidence
Static findings
12 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | package/dist/tools/PowerShellTool/pathValidation.js | 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. | 45 |
| high | Js Hidden Powershell | package/dist/utils/permissions/permissions.js | 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. | 45 |
| high | Js Hidden Powershell | package/dist/utils/permissions/yoloClassifier.js | 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. | 45 |
| high | Js Split Join Obfuscation | package/dist/services/teamMemorySync/secretScanner.js | Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis. | 40 |
| medium | Remote Payload | package/dist/utils/plugins/installCounts.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/utils/releaseNotes.js | matched "raw.githubusercontent.com" | 12 |
Show all 12 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Hidden Powershell | package/dist/tools/PowerShellTool/pathValidation.js | 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. | 45 |
| high | Js Hidden Powershell | package/dist/utils/permissions/permissions.js | 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. | 45 |
| high | Js Hidden Powershell | package/dist/utils/permissions/yoloClassifier.js | 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. | 45 |
| high | Js Split Join Obfuscation | package/dist/services/teamMemorySync/secretScanner.js | Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis. | 40 |
| medium | Remote Payload | package/dist/utils/plugins/installCounts.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/utils/releaseNotes.js | matched "raw.githubusercontent.com" | 12 |
| low | Credential file access | package/dist/utils/ide.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/tools/BashTool/prompt.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/services/api/providerTransportClient.js | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | package/dist/utils/subprocessEnv.js | matched "AWS_SECRET_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/utils/settings/types.js | matched ".ssh/" | 5 |
| low | Obfuscation Density | package/dist/components/LogoV2/WelcomeV2.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts12
buildnpm run build:foundation && tscbuild:corenpm run build -w armature-agent-corebuild:foundationnpm run build -w armature-agent-core && npm run build -w armature-agent-provider-anthropic && npm run build -w armature-agent-provider-openaibuild:provider-anthropicnpm run build -w armature-agent-provider-anthropicbuild:provider-openainpm run build -w armature-agent-provider-openaidevtsc --watchdocsnpm run build:foundation && typedoclintnpm run build:foundation && tsc --noEmitprepublishOnlynpm run buildtestnpm run build:foundation && node --experimental-vm-modules node_modules/.bin/vitest runtest:benchmarkvitest run tests/benchmark/ --reporter=verbosetest:benchmark:scorevitest run tests/benchmark/scenarios.test.ts --reporter=verbose
Dependencies66
@alcalzone/jsonl-db^4.0.2@anthropic-ai/sandbox-runtime^0.0.49@anthropic-ai/sdk^0.52.0@commander-js/extra-typings^12.1.0@growthbook/growthbook^1.6.5@modelcontextprotocol/sdk^1.12.1@opentelemetry/api^1.9.1@opentelemetry/api-logs^0.214.0@opentelemetry/core^2.6.1@opentelemetry/resources^2.6.1@opentelemetry/sdk-logs^0.214.0@opentelemetry/sdk-metrics^2.6.1@opentelemetry/sdk-trace-base^2.6.1@opentelemetry/semantic-conventions^1.40.0ajv^8.17.0armature-agent-core^0.1.0armature-agent-provider-anthropic^0.1.0asciichart^1.5.25auto-bind^5.0.1axios^1.7.0bidi-js^1.0.0chalk^5.3.0chokidar^4.0.0cli-highlight^2.1.11code-excerpt^4.0.0color-diff-napi^0.0.1commander^12.1.0diff^7.0.0emoji-regex^10.4.0env-paths^3.0.0- …and 36 more.