Skip to main content
Scans/npm/@qa-gentic/stlc-agents

@qa-gentic/stlc-agents

npm

Share

Summary

@qa-gentic/stlc-agents v1.0.14 was classified as CRITICAL RISK with a risk score of 386. Sigil detected 33 findings across 51 files, covering phases including install hooks, code patterns, network exfiltration. Review the findings below before installing this package.

CRITICAL RISK(386)

v1.0.14

10 April 2026, 07:40 UTC

by Sigil Bot

Risk Score

386

Findings

33

Files Scanned

51

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-npm-postinstall

CRITICAL

npm lifecycle script — runs automatically on install

package/package.json:43

  "scripts": {
    "postinstall": "node ./bin/postinstall.js"
  },
Why was this flagged?

npm lifecycle scripts like postinstall run automatically during package installation with no user interaction required. This is the #1 attack vector for malicious npm packages — attackers embed data theft or backdoor installation in these hooks. Rated CRITICAL because code executes before the developer can review it.

install-pip-setup-exec

CRITICAL

setup.py executes code at install time

package/src/cli/boilerplate-bundle.js:24

  "src/config/environment.ts": "import { config as dotenvConfig } from \"dotenv\";\n\ndotenvConfig();\n\nexport interface EnvironmentConfig {\n  baseUrl: string;\n  environment: string;\n  authUsername: string;\n  authPassword: string;\n  storageStatePath: string;\n  authTimeout: number;\n  aiProvider: \"openai\" | \"azure\" | \"anthropic\" | \"local\";\n  aiApiKey: string;\n  aiModel: string;\n  aiTemperature: number;\n  aiMaxTokens: number;\n  enableSelfHealing: boolean;\n  enableAITestGenerat
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/src/stlc_agents/agent_helix_writer/tools/boilerplate.py:24

    "src/config/environment.ts": "import { config as dotenvConfig } from \"dotenv\";\n\ndotenvConfig();\n\nexport interface EnvironmentConfig {\n  baseUrl: string;\n  environment: string;\n  authUsername: string;\n  authPassword: string;\n  storageStatePath: string;\n  authTimeout: number;\n  aiProvider: \"openai\" | \"azure\" | \"anthropic\" | \"local\";\n  aiApiKey: string;\n  aiModel: string;\n  aiTemperature: number;\n  aiMaxTokens: number;\n  enableSelfHealing: boolean;\n  enableAITestGener
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/@qa-gentic/stlc-agents

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/@qa-gentic/stlc-agents)](https://sigilsec.ai/scans/56617E2F-36DE-4771-9896-2FAFA3BDDF79)

HTML

<a href="https://sigilsec.ai/scans/56617E2F-36DE-4771-9896-2FAFA3BDDF79"><img src="https://sigilsec.ai/badge/npm/@qa-gentic/stlc-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