PkgRadar

Package evidence

@armanage/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
1,302Niche · −30% score
Versions published
31
First published
Mar 2026
Publisher
mocan_piotr

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":["@armanage/[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":["@armanage/[email protected]"],"fail_on":"review"}'
Publishermocan_piotr
Artifact bytes63,660
Previous version0.1.30
Published2026-05-25T13:13:15.829Z
SHA-2569caca618c6217249aa42e458f1e03421c9db31a747c23ec676a1d27771cab577

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/clarmanage.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts21
  • buildnpm run typecheck && node ./scripts/build.mjs
  • clarmanageCLARMANAGE_CONFIG_DIR=$(pwd)/.clarmanage tsx src/index.ts
  • clarmanage:addCLARMANAGE_CONFIG_DIR=$(pwd)/.clarmanage tsx src/index.ts agent add
  • clarmanage:listCLARMANAGE_CONFIG_DIR=$(pwd)/.clarmanage tsx src/index.ts agent list
  • clarmanage:mcpCLARMANAGE_CONFIG_DIR=$(pwd)/.clarmanage tsx src/index.ts mcp
  • clarmanage:removeCLARMANAGE_CONFIG_DIR=$(pwd)/.clarmanage tsx src/index.ts agent remove
  • clarmanage:startCLARMANAGE_CONFIG_DIR=$(pwd)/.clarmanage tsx src/index.ts
  • devCLARMANAGE_CONFIG_DIR=$(pwd)/.clarmanage tsx src/index.ts
  • dev:servertsx src/mockServer.ts
  • mcpCLARMANAGE_CONFIG_DIR=$(pwd)/.clarmanage tsx src/index.ts mcp
  • prepacknpm run build
  • startnode dist/clarmanage.js
  • start:clarmanagenode dist/clarmanage.js
  • start:clarmanage:addnode dist/clarmanage.js agent add
  • start:clarmanage:listnode dist/clarmanage.js agent list
  • start:clarmanage:mcpnode dist/clarmanage.js mcp
  • start:clarmanage:removenode dist/clarmanage.js agent remove
  • start:mcpnode dist/clarmanage.js mcp
  • start:servernode dist/mockServer.js
  • testnpm run typecheck && tsx --test src/**/*.test.ts
  • typechecktsc --noEmit
Dependencies5
  • @anthropic-ai/claude-agent-sdk^0.2.92
  • @modelcontextprotocol/sdk^1.27.1
  • @openai/codex-sdk^0.128.0
  • @opencode-ai/sdk^1.4.0
  • zod^4.3.6