Skip to main content
Scans/npm/@codazen/harmonica-mcp

@codazen/harmonica-mcp

npm

Share

Summary

@codazen/harmonica-mcp v0.3.0 was classified as CRITICAL RISK with a risk score of 6534. Sigil detected 453 findings across 5 files, covering phases including install hooks, code patterns, network exfiltration, credential access, obfuscation. Review the findings below before installing this package.

CRITICAL RISK(6534)

v0.3.0

10 April 2026, 17:16 UTC

by Sigil Bot

Risk Score

6534

Findings

453

Files Scanned

5

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.js:80872

        try {
          return this.finishSpanSetup(activeSpan, runInfo, op3);
        } catch (e4) {
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:91313

}
async function pipeGeneratorWithSetup(to, generator, startSetup, signal, ...args) {
  const gen = new AsyncGeneratorWithSetup({
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:171614

  "../../node_modules/.pnpm/underscore@1.13.7/node_modules/underscore/modules/isBoolean.js"() {
    init_setup();
  }
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:226613

            var WorkerMessageHandler = {
              setup: function setup(handler, port) {
                var testMessageProcessed = false;
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:288828

            var WorkerMessageHandler = {
              setup: function setup(handler, port) {
                var testMessageProcessed = false;
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:349817

            var WorkerMessageHandler = {
              setup: function setup(handler, port) {
                var testMessageProcessed = false;
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:381005

            var WorkerMessageHandler = {
              setup: function setup(handler, port) {
                var testMessageProcessed = false;
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:432532

                    var workerHandler = new _message_handler.MessageHandler(id + "_worker", id, port);
                    WorkerMessageHandler.setup(workerHandler, port);
                    var messageHandler = new _message_handler.MessageHandler(id, id + "_worker", port);
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/@codazen/harmonica-mcp

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@codazen/harmonica-mcp)](https://sigilsec.ai/scans/CC69A3D6-39F9-428E-BD41-A40BBB294409)

HTML

<a href="https://sigilsec.ai/scans/CC69A3D6-39F9-428E-BD41-A40BBB294409"><img src="https://sigilsec.ai/badge/npm/@codazen/harmonica-mcp" 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