Skip to main content
Scans/npm/@clinebot/agents

@clinebot/agents

npm

Share

Summary

@clinebot/agents v0.0.30 was classified as CRITICAL RISK with a risk score of 300. Sigil detected 11 findings across 80 files, covering phases including install hooks, code patterns, obfuscation. Review the findings below before installing this package.

CRITICAL RISK(300)

v0.0.30

24 April 2026, 08:13 UTC

by Sigil Bot

Risk Score

300

Findings

11

Files Scanned

80

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/index.browser.js:40


Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let o of e.seen.entries()){let u=o[1];if(i===o[0]){r(o);continue}if(e.external){let l=e.external.registry.get(o[0])?.id;if(i!==o[0]&&l){r(o);continue}}if(e.metadataRegistry.get(o[0])?.id){r(o);continue}if(u.cycle){r(o);continue}if(u.count>1){if(e.reused==="ref"){r(o);continue}}}}function Ce(e,i){let n=e.seen.get(i);if(!n)throw Error("Unprocessed schema. This is a bug in Zod.");let a=(o)=>{let u=e.seen.get(o);
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/index.js:1

import{z as _}from"zod";import{z as B}from"zod";var tn=B.enum(["default","openai-responses","r1"]);var an=B.enum(["images","tools","streaming","prompt-cache","reasoning","reasoning-effort","computer-use","global-endpoint","structured_output","temperature","files"]),no=B.enum(["active","preview","deprecated","legacy"]),oo=B.object({input:B.number().optional(),output:B.number().optional(),cacheWrite:B.number().optional(),cacheRead:B.number().optional()}),fo=B.object({maxBudget:B.number().optional(
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/index.node.js:1

import{z as _}from"zod";import{z as B}from"zod";var tn=B.enum(["default","openai-responses","r1"]);var an=B.enum(["images","tools","streaming","prompt-cache","reasoning","reasoning-effort","computer-use","global-endpoint","structured_output","temperature","files"]),no=B.enum(["active","preview","deprecated","legacy"]),oo=B.object({input:B.number().optional(),output:B.number().optional(),cacheWrite:B.number().optional(),cacheRead:B.number().optional()}),fo=B.object({maxBudget:B.number().optional(
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/@clinebot/agents

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@clinebot/agents)](https://sigilsec.ai/scans/2A9DEB12-1B72-4835-9ABF-F4DE5364F120)

HTML

<a href="https://sigilsec.ai/scans/2A9DEB12-1B72-4835-9ABF-F4DE5364F120"><img src="https://sigilsec.ai/badge/npm/@clinebot/agents" 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