Skip to main content
Scans/npm/@mondaydotcomorg/agent-toolkit

@mondaydotcomorg/agent-toolkit

npm

Share

Summary

@mondaydotcomorg/agent-toolkit v4.0.0 was classified as CRITICAL RISK with a risk score of 2196. Sigil detected 138 findings across 23 files, covering phases including install hooks, code patterns, network exfiltration, obfuscation. Review the findings below before installing this package.

CRITICAL RISK(2196)

v4.0.0

18 March 2026, 16:46 UTC

by Sigil Bot

Risk Score

2196

Findings

138

Files Scanned

23

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/dist/cjs/core/index.js:8

 */
!function(e){var a,t,i,n=Ue,o=T.default.extname,r=/^\s*([^;\s]*)(?:;|\s|$)/,s=/^text\//i;function p(e){if(!e||"string"!=typeof e)return!1;var a=r.exec(e),t=a&&n[a[1].toLowerCase()];return t&&t.charset?t.charset:!(!a||!s.test(a[1]))&&"UTF-8"}e.charset=p,e.charsets={lookup:p},e.contentType=function(a){if(!a||"string"!=typeof a)return!1;var t=-1===a.indexOf("/")?e.lookup(a):a;if(!t)return!1;if(-1===t.indexOf("charset")){var i=e.charset(t);i&&(t+="; charset="+i.toLowerCase())}return t},e.extensi
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-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/dist/cjs/mcp/index.js:9

 */
!function(e){var t,a,i,n=ro,o=x.default.extname,r=/^\s*([^;\s]*)(?:;|\s|$)/,s=/^text\//i;function p(e){if(!e||"string"!=typeof e)return!1;var t=r.exec(e),a=t&&n[t[1].toLowerCase()];return a&&a.charset?a.charset:!(!t||!s.test(t[1]))&&"UTF-8"}e.charset=p,e.charsets={lookup:p},e.contentType=function(t){if(!t||"string"!=typeof t)return!1;var a=-1===t.indexOf("/")?e.lookup(t):t;if(!a)return!1;if(-1===a.indexOf("charset")){var i=e.charset(a);i&&(a+="; charset="+i.toLowerCase())}return a},e.extensi
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-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/dist/cjs/openai/index.js:8

 */
!function(e){var a,t,i,n=Me,o=I.default.extname,r=/^\s*([^;\s]*)(?:;|\s|$)/,s=/^text\//i;function p(e){if(!e||"string"!=typeof e)return!1;var a=r.exec(e),t=a&&n[a[1].toLowerCase()];return t&&t.charset?t.charset:!(!a||!s.test(a[1]))&&"UTF-8"}e.charset=p,e.charsets={lookup:p},e.contentType=function(a){if(!a||"string"!=typeof a)return!1;var t=-1===a.indexOf("/")?e.lookup(a):a;if(!t)return!1;if(-1===t.indexOf("charset")){var i=e.charset(t);i&&(t+="; charset="+i.toLowerCase())}return t},e.extensi
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-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/dist/esm/core/index.js:8

 */
!function(e){var a,t,n,o=Ie,r=i.extname,s=/^\s*([^;\s]*)(?:;|\s|$)/,p=/^text\//i;function d(e){if(!e||"string"!=typeof e)return!1;var a=s.exec(e),t=a&&o[a[1].toLowerCase()];return t&&t.charset?t.charset:!(!a||!p.test(a[1]))&&"UTF-8"}e.charset=d,e.charsets={lookup:d},e.contentType=function(a){if(!a||"string"!=typeof a)return!1;var t=-1===a.indexOf("/")?e.lookup(a):a;if(!t)return!1;if(-1===t.indexOf("charset")){var i=e.charset(t);i&&(t+="; charset="+i.toLowerCase())}return t},e.extension=funct
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-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/dist/esm/mcp/index.js:9

 */
!function(e){var t,a,i,n=Gn,o=s.extname,r=/^\s*([^;\s]*)(?:;|\s|$)/,p=/^text\//i;function d(e){if(!e||"string"!=typeof e)return!1;var t=r.exec(e),a=t&&n[t[1].toLowerCase()];return a&&a.charset?a.charset:!(!t||!p.test(t[1]))&&"UTF-8"}e.charset=d,e.charsets={lookup:d},e.contentType=function(t){if(!t||"string"!=typeof t)return!1;var a=-1===t.indexOf("/")?e.lookup(t):t;if(!a)return!1;if(-1===a.indexOf("charset")){var i=e.charset(a);i&&(a+="; charset="+i.toLowerCase())}return a},e.extension=funct
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-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/dist/esm/openai/index.js:8

 */
!function(e){var a,t,i,o=Ne,r=n.extname,s=/^\s*([^;\s]*)(?:;|\s|$)/,p=/^text\//i;function d(e){if(!e||"string"!=typeof e)return!1;var a=s.exec(e),t=a&&o[a[1].toLowerCase()];return t&&t.charset?t.charset:!(!a||!p.test(a[1]))&&"UTF-8"}e.charset=d,e.charsets={lookup:d},e.contentType=function(a){if(!a||"string"!=typeof a)return!1;var t=-1===a.indexOf("/")?e.lookup(a):a;if(!t)return!1;if(-1===t.indexOf("charset")){var i=e.charset(t);i&&(t+="; charset="+i.toLowerCase())}return t},e.extension=funct
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.

Badge

Sigil scan badge for npm/@mondaydotcomorg/agent-toolkit

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@mondaydotcomorg/agent-toolkit)](https://sigilsec.ai/scans/565B569B-89DA-4FE7-9BDF-038820D5BC3F)

HTML

<a href="https://sigilsec.ai/scans/565B569B-89DA-4FE7-9BDF-038820D5BC3F"><img src="https://sigilsec.ai/badge/npm/@mondaydotcomorg/agent-toolkit" 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