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

@agent-link/server

npm

Share

Summary

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

CRITICAL RISK(7536)

v0.1.317

30 April 2026, 08:17 UTC

by Sigil Bot

Risk Score

7536

Findings

506

Files Scanned

169

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-CX6HSj4r.js:19

* @license MIT
**/function Ut(e,t,n,a){try{return a?e(...a):e()}catch(i){zt(i,t,n)}}function Gt(e,t,n,a){if(S(e)){const i=Ut(e,t,n,a);return i&&C(i)&&i.catch(e=>{zt(e,t,n)}),i}if(h(e)){const i=[];for(let r=0;r<e.length;r++)i.push(Gt(e[r],t,n,a));return i}}function zt(e,t,n,a=!0){t&&t.vnode;const{errorHandler:i,throwUnhandledErrorInProduction:r}=t&&t.appContext.config||s;if(t){let a=t.parent;const r=t.proxy,s=`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const t=a.ec;if(t)for(let n=0
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-CX6HSj4r.js:24

* @license MIT
**/let ji;const Wi="undefined"!=typeof window&&window.trustedTypes;if(Wi)try{ji=Wi.createPolicy("vue",{createHTML:e=>e})}catch(JH){}const Qi=ji?e=>ji.createHTML(e):e=>e,Ki="undefined"!=typeof document?document:null,Zi=Ki&&Ki.createElement("template"),Xi={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,a)=>{const i="svg"===t?Ki.createElementNS("http://www.w3.org/2000/svg",e):"mathml"===t?Ki.createElementNS("http:
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/2668532A-1A46-45CE-8395-0A3D41E51A1A)

HTML

<a href="https://sigilsec.ai/scans/2668532A-1A46-45CE-8395-0A3D41E51A1A"><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