Skip to main content
Scans/npm/@nocobase/plugin-api-doc

@nocobase/plugin-api-doc

npm

Share

Summary

@nocobase/plugin-api-doc v2.0.21 was classified as CRITICAL RISK with a risk score of 1210.5. Sigil detected 84 findings across 75 files, covering phases including install hooks, code patterns, network exfiltration, obfuscation. Review the findings below before installing this package.

CRITICAL RISK(1210.5)

v2.0.21

20 March 2026, 03:06 UTC

by Sigil Bot

Risk Score

1210.5

Findings

84

Files Scanned

75

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/client/17d36a5c457cfa91.js:10


(self.webpackChunk_nocobase_plugin_api_doc=self.webpackChunk_nocobase_plugin_api_doc||[]).push([["737"],{57:function(e,t,r){"use strict";var n=r(46),i=r.n(n),o=r(758),a=r.n(o),s=r(821),l=r.n(s),c=new URL(r(394),r.b),u=new URL(r(574),r.b),p=new URL(r(115),r.b),d=new URL(r(676),r.b),h=new URL(r(527),r.b),f=new URL(r(129),r.b),m=new URL(r(268),r.b),g=new URL(r(739),r.b),y=a()(i()),b=l()(c),w=l()(u),v=l()(p),x=l()(d),E=l()(h),S=l()(f),_=l()(m),k=l()(g);y.push([e.id,".swagger-ui{color:#3b4151;font-f
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/dist/client/17d36a5c457cfa91.js:10


(self.webpackChunk_nocobase_plugin_api_doc=self.webpackChunk_nocobase_plugin_api_doc||[]).push([["737"],{57:function(e,t,r){"use strict";var n=r(46),i=r.n(n),o=r(758),a=r.n(o),s=r(821),l=r.n(s),c=new URL(r(394),r.b),u=new URL(r(574),r.b),p=new URL(r(115),r.b),d=new URL(r(676),r.b),h=new URL(r(527),r.b),f=new URL(r(129),r.b),m=new URL(r(268),r.b),g=new URL(r(739),r.b),y=a()(i()),b=l()(c),w=l()(u),v=l()(p),x=l()(d),E=l()(h),S=l()(f),_=l()(m),k=l()(g);y.push([e.id,".swagger-ui{color:#3b4151;font-f
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-makefile-curl

HIGH

Makefile/script pipes remote content to shell

package/dist/client/17d36a5c457cfa91.js:21


`),e}EK(()=>{k.current=void 0,E.current=void 0,v.current=i});let C=B.useMemo(()=>B.createElement(e,iI({},i,{ref:a})),[a,e,i]);return B.useMemo(()=>h?B.createElement(l.Provider,{value:w},C):C,[l,C,w])}let m=B.memo(f);if(m.WrappedComponent=e,m.displayName=f.displayName=r,l){let t=B.forwardRef(function(e,t){return B.createElement(m,iI({},e,{reactReduxForwardedRef:t}))});return t.displayName=r,t.WrappedComponent=e,EM()(t,e)}return EM()(m,e)}},E0=function({store:e,context:t,children:r,serverState:n,
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/@nocobase/plugin-api-doc

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@nocobase/plugin-api-doc)](https://sigilsec.ai/scans/DD68F288-CA93-4A38-98F4-413AEF1E6FE0)

HTML

<a href="https://sigilsec.ai/scans/DD68F288-CA93-4A38-98F4-413AEF1E6FE0"><img src="https://sigilsec.ai/badge/npm/@nocobase/plugin-api-doc" 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