Skip to main content
Scans/npm/agent-orcha

agent-orcha

npm

Share

Summary

agent-orcha v2026.320.1453 was classified as CRITICAL RISK with a risk score of 1939. Sigil detected 158 findings across 648 files, covering phases including network exfiltration, obfuscation, code patterns, install hooks, provenance. Review the findings below before installing this package.

CRITICAL RISK(1939)

v2026.320.1453

20 March 2026, 15:20 UTC

by Sigil Bot

Risk Score

1939

Findings

158

Files Scanned

648

Provenance

Findings by Phase

Phase Ordering

Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

package/dist/public/assets/vendor-CWJ3hNZZ.js:49

`,1;if(Ht>1e5&&Ht>k.index*3)throw new Error("potential infinite loop, way more iterations than matches");return ie+=H,H.length}const Je=N(I);if(!Je)throw Ge(ge.replace("{}",I)),new Error('Unknown language: "'+I+'"');const bn=Tt(Je);let qt="",q=re||bn;const an={},ve=new L.__emitter(L);bo();let ie="",Lt=0,ct=0,Ht=0,Vt=!1;try{if(Je.__emitTokens)Je.__emitTokens(D,ve);else{for(q.matcher.considerAll();;){Ht++,Vt?Vt=!1:q.matcher.considerAll(),q.matcher.lastIndex=ct;const y=q.matcher.exec(D);if(!y)break
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-npm-postinstall

CRITICAL

npm lifecycle script — runs automatically on install

package/package.json:37

  "scripts": {
    "postinstall": "test -d ui && npm install --prefix ui || true",
    "dev": "npm run --prefix ui build && NODE_ENV=development node --watch-path=src --watch-path=lib src/index.ts",
Why was this flagged?

npm lifecycle scripts like postinstall run automatically during package installation with no user interaction required. This is the #1 attack vector for malicious npm packages — attackers embed data theft or backdoor installation in these hooks. Rated CRITICAL because code executes before the developer can review it.

Badge

Sigil scan badge for npm/agent-orcha

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/agent-orcha)](https://sigilsec.ai/scans/388851D5-59D9-4162-8B2E-38CC4CC01AE1)

HTML

<a href="https://sigilsec.ai/scans/388851D5-59D9-4162-8B2E-38CC4CC01AE1"><img src="https://sigilsec.ai/badge/npm/agent-orcha" alt="Sigil Scan"></a>

Run This Scan Yourself

Scan your own packages

Run Sigil locally to audit any package before it touches your codebase.

curl -sSL https://sigilsec.ai/install.sh | sh
Read the docs →Free. Apache 2.0.

Early Access

Get cloud scanning, threat intel, and CI/CD integration.

Join 150+ developers on the waitlist.

Get threat intelligence and product updates

Security research, new threat signatures, and product updates. No spam.

Other npm scans

Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.

Scanned bySigil Bot