Skip to main content
Scans/npm/@agent-link/server

@agent-link/server

npm

Share

Summary

@agent-link/server v0.1.194 was classified as CRITICAL RISK with a risk score of 955. Sigil detected 62 findings across 53 files, covering phases including install hooks, code patterns, obfuscation, network exfiltration, provenance. Review the findings below before installing this package.

CRITICAL RISK(955)

v0.1.194

17 March 2026, 17:48 UTC

by Sigil Bot

Risk Score

955

Findings

62

Files Scanned

53

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-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/web/dist/assets/index-DBqU4k1C.js:13

* @license MIT
**/function _r(e,t,n,a){try{return a?e(...a):e()}catch(i){oo(i,t,n)}}function Zn(e,t,n,a){if(Mt(e)){const i=_r(e,t,n,a);return i&&rE(i)&&i.catch(r=>{oo(r,t,n)}),i}if(yt(e)){const i=[];for(let r=0;r<e.length;r++)i.push(Zn(e[r],t,n,a));return i}}function oo(e,t,n,a=!0){const i=t?t.vnode:null,{errorHandler:r,throwUnhandledErrorInProduction:l}=t&&t.appContext.config||cn;if(t){let o=t.parent;const c=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${n}`;for(;o;){const _=o.ec;if(_)
Why was this flagged?

This setup.py calls subprocess, os.system, exec, or eval during package installation. Legitimate packages rarely need to execute arbitrary commands at install time. This pattern is commonly used by malicious packages to download and run payloads, exfiltrate environment variables, or establish persistence. Rated CRITICAL because it runs with the installer's full permissions.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

package/web/dist/assets/index-DBqU4k1C.js:78

`,1;if(fn>1e5&&fn>tt.index*3)throw new Error("potential infinite loop, way more iterations than matches");return mt+=Ot,Ot.length}const Ct=pt(J);if(!Ct)throw X(Pt.replace("{}",J)),new Error('Unknown language: "'+J+'"');const sn=on(Ct);let Gt="",Ze=K||sn;const tn={},It=new Pe.__emitter(Pe);Bt();let mt="",dn=0,Jt=0,fn=0,ya=!1;try{if(Ct.__emitTokens)Ct.__emitTokens(ue,It);else{for(Ze.matcher.considerAll();;){fn++,ya?ya=!1:Ze.matcher.considerAll(),Ze.matcher.lastIndex=Jt;const Ye=Ze.matcher.exec(ue)
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.

Badge

Sigil scan badge for npm/@agent-link/server

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@agent-link/server)](https://sigilsec.ai/scans/7D70AC8B-E9B5-44A9-99DD-010FF65CF575)

HTML

<a href="https://sigilsec.ai/scans/7D70AC8B-E9B5-44A9-99DD-010FF65CF575"><img src="https://sigilsec.ai/badge/npm/@agent-link/server" 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