src-hunter

Fail

Audited by Socket on Jun 4, 2026

175 alerts found:

Anomalyx19Securityx75Obfuscated Filex7Malwarex74
AnomalyLOW
references/h1-reports/raw/reports/1067530.json

No executable malware logic is present in this fragment; it functions as a metadata/disclosure dataset. The primary security concern is that it embeds time-limited AWS pre-signed URLs containing sensitive authorization parameters and includes references to potentially malicious-looking artifacts (including code-like filenames). Any consumer that logs or fetches these URLs risks credential exposure and potential retrieval of untrusted content; if any automation executes downloaded artifacts, that downstream step could become a serious compromise path. Additional inspection is required of the referenced .py contents and the consuming workflow to assess true malicious intent.

Confidence: 60%Severity: 66%
AnomalyLOW
references/h1-reports/raw/reports/3014158.json

This fragment is a disclosure narrative describing a high-impact abuse scenario for Burp Suite extensions: an untrusted extension could stage and execute PowerShell, download and execute remote payloads (IEX/DownloadString), and establish a reverse shell/persistence. However, the actual dependency/package source or the attachment’s contents are not provided here, so it cannot be confirmed that any particular supply-chain dependency contains malware; the main finding is the presence of a clearly dangerous attack pattern tied to untrusted extension execution capability.

Confidence: 45%Severity: 60%
AnomalyLOW
references/h1-reports/by-weakness/download-of-code-without-integrity-check.md

The provided text describes a high-impact supply-chain compromise pattern: dependency confusion/missing integrity checks allow an unexpected package from public PyPI to execute install-time hooks (setup.py/preinstall) on build servers, including outbound callbacks carrying build/host metadata. No actual module code is available in this prompt, so the presence of this behavior in the current artifact cannot be directly verified. If similar dependency-resolution weaknesses exist in the consuming environment, the risk should be treated as significant and remediated with pinned, integrity-verified dependencies and internal registry controls.

Confidence: 45%Severity: 65%
AnomalyLOW
references/h1-reports/by-weakness/buffer-underflow.md

The provided fragment is not actual package/library code; it is vulnerability write-up material that includes a weaponized C PoC which constructs an exploit payload and then directly spawns a shell via execve("/bin/sh"). This indicates strong malicious capability if executed. No evidence is provided here to assess whether any npm dependency would perform similar behavior during install or runtime, so supply-chain compromise attribution remains unproven.

Confidence: 66%Severity: 60%
AnomalyLOW
references/h1-reports/raw/reports/2748003.json

This fragment contains exploit automation code (embedded in a vulnerability report) aimed at brute-force/enum of identity-linked identifiers via a password reset workflow lacking rate limiting and relying on error-message oracles. While it does not demonstrate classic supply-chain malware behaviors, it is directly weaponizable for PII enumeration and potential account takeover abuse. Treat as high-risk content for misuse; do not execute against real systems.

Confidence: 74%Severity: 62%
AnomalyLOW
references/playbooks/unauth-access.md

No dependency/library code was provided; therefore, malicious supply-chain behavior (backdoor/exfiltration/credential theft) cannot be verified. The supplied content is a highly actionable black-box exploitation guide (enumeration, default credentials, bypass techniques, and explicit exploit chains), which would be a significant misuse/operational security risk if present in a dependency distribution, but it is not direct evidence of malware in executable code.

Confidence: 86%Severity: 68%
AnomalyLOW
references/h1-reports/raw/reports/2575105.json

The provided fragment identifies a high-severity, real risk surface in Node.js diagnostics where internal worker objects can be observed or manipulated, potentially bypassing permissions. While no malicious payload is embedded in the fragment itself, the described source-to-sink path represents a credible attack vector that should be mitigated upstream (patching diagnostics channel exposure, restricting access to internal worker constructors, and ensuring proper permission checks). Public disclosure and associated CVEs underscore the need for prompt remediation and careful security hygiene in consumer deployments.

Confidence: 75%Severity: 65%
AnomalyLOW
references/h1-reports/raw/reports/2701701.json

No dependency implementation is provided to directly assess supply-chain malware or tampering. The content, however, describes a high-impact ingress-nginx exploitation path that enables nginx directive injection, file staging and inclusion, command execution via Lua, and exfiltration of Kubernetes secrets (e.g., service account token). Treat this as a deployment security finding affecting ingress-nginx configurations and tenant isolation, not as evidence that an open-source package contains malware in the provided snippet.

Confidence: 60%Severity: 60%
AnomalyLOW
references/h1-reports/by-weakness/session-fixation.md

There is a credible risk to session integrity and data exposure stemming from improper cookie handling across HTTP/HTTPS boundaries. The fragment highlights vulnerability patterns (session fixation via cookie handling) that, if present in a library or deployment, could undermine authentication flows and enable impersonation. No executable malware is present in the fragment, but the guidance underscores the need for secure cookie policy enforcement and deployment hardening to prevent supply-chain and runtime security risks.

Confidence: 59%Severity: 60%
AnomalyLOW
references/h1-reports/raw/reports/562335.json

The provided content is an exploit-oriented write-up showing how an OwnBackup/ownCloud feature could be driven into RCE using untrusted deserialization, gadget-triggered file write, and a web-shell command execution path, with path traversal used to redirect restore/placement. This is not direct evidence of malicious code in an npm dependency, but it is strong evidence that the described component’s behavior is exploitable and would represent a high security risk if present in any packaged software.

Confidence: 72%Severity: 60%
AnomalyLOW
references/h1-reports/raw/reports/631956.json

No evidence that this fragment is malicious software as a software dependency (no install-time or runtime theft/exfiltration/persistence logic). However, the included PoC code is explicitly designed to inject attacker-controlled HTML/JS into kick/disconnect messages via `KickClient(client, full)` without sanitization, and the accompanying narrative describes a high-impact Panorama rendering chain that could lead to code execution. Treat the overall material as exploit-focused and unsafe to incorporate into any production environment; the supply-chain risk of malware in a package is low based on the shown fragment, but the security impact of misuse is high.

Confidence: 58%Severity: 55%
AnomalyLOW
references/payloader/by-category/web/xss跨站脚本.md

This fragment contains a high-misuse offensive payload catalog for XSS exploitation, including explicit examples for session/data theft (document.cookie), keylogging, and remote script/C2-style hooking. While the snippet itself appears to be non-executable documentation (so direct malware behavior is unlikely from the fragment alone), its presence in a software package would be a significant security concern because it meaningfully enables exploitation. If this content is shipped as passive text only, malware likelihood is lower; if it is executed, dynamically loaded, or transformed at runtime, the risk would be substantially higher.

Confidence: 64%Severity: 62%
AnomalyLOW
references/h1-reports/raw/reports/946409.json

No dependency source code is included here, so malware can’t be conclusively proven via code inspection. However, the described behavior—install-time execution via pip and an outbound callback containing host/workdir identifiers—matches a high-risk dependency-confusion supply-chain pattern that can lead to arbitrary code execution on CI/build servers and subsequent build contamination/backdoor injection. Treat this as a security alert requiring investigation of dependency resolution controls (private index enforcement, lockfiles, hash pinning, and CI isolation).

Confidence: 52%Severity: 67%
AnomalyLOW
references/payloader/by-category/web/供应链攻击.md

The provided fragment is not a legitimate dependency implementation; it is an attack playbook containing explicit malicious payload examples for multiple supply-chain compromise methods (npm lifecycle hook exfiltration using process.env, CI/CD secret theft via workflow abuse, artifact/script injection, and dependency confusion confirmation via DNS/HTTP callbacks). If this content is distributed within an npm package or executed during install/CI, it would present a high risk of credential theft and data exfiltration. However, the absence of actual module code/entrypoints limits certainty about whether anything would run in practice.

Confidence: 60%Severity: 65%
AnomalyLOW
references/h1-reports/raw/reports/3081691.json

This content is a malicious web-attack proof-of-concept (script injection via redirectUrl, exfiltration to an external endpoint, and described token/JWT-based account takeover). It does not provide evidence of malicious supply-chain code within an npm/library module because no package source is present; assess this as high security impact web exploit technique, not dependency malware.

Confidence: 62%Severity: 65%
AnomalyLOW
references/payloader/by-category/intranet/免杀与规避.md

This fragment is strongly indicative of attacker-oriented malware delivery and defense-evasion tradecraft. It provides numerous highly actionable techniques for executing remote/encoded payloads and degrading or bypassing host monitoring (AMSI/ETW), evading EDR hooks, and performing process injection and DLL sideloading. While the snippet appears to be instructional content rather than executable dependency code, its inclusion in a package materially increases misuse risk and should be treated as a security red flag requiring strict review, controls, and provenance verification.

Confidence: 70%Severity: 68%
AnomalyLOW
references/h1-reports/by-weakness/double-free.md

The analysis reveals a high-severity memory-management vulnerability pattern in a kernel-user interaction pathway: using non-static file descriptors as keys to manage netevent-state leads to potential double-frees, use-after-free, and memory leaks. The correct mitigation is to separate identity from transient fd values, enforce strict single-release ownership semantics for kernel references, and implement robust validation for matching identities. While the content is primarily a vulnerability narrative and advisory rather than a self-contained executable artifact, the underlying risks are real and must be addressed to prevent kernel memory corruption or escalation vectors if such logic exists in real code paths.

Confidence: 50%Severity: 60%
AnomalyLOW
references/h1-reports/raw/reports/463915.json

The vulnerability fragment documents a credible, high-severity universal XSS risk due to unvalidated cross-origin postMessage data used within an iframed UI. This is a UI/trust-boundary vulnerability with potential for cross-domain code execution or data exfiltration if exploited. No payloads are present in the fragment, but the described flow warrants immediate code-level review of the UI component, strict origin checks for postMessage, and robust framing protections in any product that includes this UI. Overall, the malware likelihood is low in the fragment itself, but the security risk is high due to potential abuse in deployed environments.

Confidence: 65%Severity: 60%
AnomalyLOW
references/payloader/index.md

This fragment contains no executable code and provides no direct evidence of malware actions (no identifiable sources/sinks or operational flows). However, it is an organized index of offensive penetration-test payloads and evasion/bypass categories (including reverse shell and credential/lateral-movement themes), which creates meaningful dual-use/misuse risk if shipped via a dependency artifact. Further review is needed to confirm whether any executable or auto-executed behavior exists elsewhere in the package.

Confidence: 72%Severity: 50%
SecurityMEDIUM
references/h1-reports/raw/reports/1068934.json

No direct malware is visible in this fragment because it contains only metadata and expiring attachment URLs. However, it embeds AWS SigV4 credentialing elements (X-Amz-Credential, X-Amz-Security-Token, X-Amz-Signature) inside expiring_url strings. This creates a high likelihood of sensitive token leakage via logs/UI and increases the risk of unauthorized attachment access until expiry. Ensure expiring_url values are redacted in any telemetry, avoid storing them, and enforce safe download-only handling with strict controls that never execute or auto-parse downloaded content as code based solely on type/name. Downstream code review is needed to confirm actual handling behavior.

Confidence: 68%Severity: 82%
SecurityMEDIUM
references/payloader/by-category/web/csrf跨站请求伪造.md

该片段不是常规软件依赖代码,更像 CSRF 攻击手册/示例集合,包含可直接用于发起跨站请求伪造、绕过 CSRF 防护(Token/Referer/SameSite/Origin/CORS)以及可能的数据外传的示例。由于缺少可运行的供应链执行逻辑,难以断言其为“自带恶意后门/窃取程序”;但其内容本身具有显著的进攻性与滥用风险,不适合作为任何生产依赖或自动执行代码发布物。

Confidence: 70%Severity: 80%
SecurityMEDIUM
references/playbooks/path-traversal/10-traversal-lfi.md

No malicious program logic is present in the snippet itself (it is not a runnable exploit), but the content is an offensive, highly actionable LFI/traversal payload and bypass library including an RCE-oriented log poisoning workflow using PHP mechanisms. If included in a dependency or published package without clear benign/training intent and guardrails, it materially increases exploitation capability and should be treated as high supply-chain security risk.

Confidence: 70%Severity: 70%
SecurityMEDIUM
references/h1-reports/raw/reports/350418.json

The provided artifact does not contain the cryo implementation code, so malware can’t be confirmed directly. However, it describes a high-impact insecure deserialization/prototype manipulation issue where untrusted input to Cryo.parse could influence object prototypes and, under plausible consumer usage (string conversion/logging invoking valueOf/toString), potentially lead to attacker-controlled code execution. Treat any use of Cryo.parse on untrusted input as high-risk and ensure strict input controls or apply mitigations/patches recommended for this vulnerability.

Confidence: 42%Severity: 78%
SecurityMEDIUM
references/h1-reports/raw/reports/3400506.json

This module fragment contains an unsafe rendering pattern: advertiser-controlled data is echoed into HTML table cells without escaping, enabling stored XSS in the admin conversions statistics page. While this is a severe security flaw (high risk due to admin-context JavaScript execution), the fragment does not by itself indicate malicious supply-chain behavior; it is consistent with a classic web security vulnerability.

Confidence: 70%Severity: 80%
SecurityMEDIUM
references/playbooks/rce/13-file-rce-chain.md

The provided fragment is an adversary-focused RCE exploitation playbook (upload-based webshells/polyglots, LFI/RFI inclusion of logs/sessions/env and PHP wrappers, log poisoning, and .htaccess abuse to force static files to execute as PHP). No actual dependency implementation code is present in the fragment, so runtime behavior cannot be verified; nonetheless, the specificity and operational payload content make it highly suspicious for a legitimate software package and warrant deep review of the actual repository contents (install scripts, postinstall steps, bundled binaries, and any network/filesystem execution logic).

Confidence: 62%Severity: 72%
SecurityMEDIUM
references/payloader/by-category/web/ssrf服务端请求伪造.md

This content is a weaponized SSRF exploitation and bypass playbook rather than benign documentation: it teaches how to abuse an attacker-controlled URL to read local files, steal cloud instance credentials from metadata services, probe internal networks, and escalate impact via protocol abuse (notably gopher:// and dict:// toward Redis/MySQL-like targets). While the fragment is not executable malware itself, its presence in a distributed package would meaningfully increase an attacker’s ability to exploit vulnerable applications and environments. Treat as high supply-chain security risk; remove from production dependencies and ensure artifacts are limited to necessity and reviewed for misuse.

Confidence: 80%Severity: 85%
SecurityMEDIUM
references/industry/telecom-isp.md

This is not a dependency implementation; it is an explicitly actionable telecom/ISP intrusion playbook. It provides detailed procedures for credential attacks, unauthorized endpoint probing, authorization-bypass-style parameter manipulation, and post-compromise/lateral movement guidance. If present in a software supply chain package, it represents a very high misuse/security risk (harmful instructions), even though there is no evidence of runtime malware code within this fragment.

Confidence: 88%Severity: 92%
SecurityMEDIUM
references/h1-reports/raw/reports/309120.json

The module’s request-to-filesystem mapping is unsafe: attacker-controlled request paths are used directly in fs.stat and fs.readFileSync and the resulting file contents are returned to the client. This constitutes a high-impact path traversal/arbitrary file read vulnerability (confidentiality breach) if the server is reachable by untrusted clients. No clear evidence of intentionally obfuscated malware or additional malicious exfiltration is present in the provided fragment; the primary concern is the exploitable access control/path validation defect.

Confidence: 66%Severity: 83%
SecurityMEDIUM
references/h1-reports/raw/reports/405191.json

The provided fragment shows a classic DOM XSS data flow: attacker-controlled URL query data (location.search) is transformed and written into the DOM via innerHTML without visible robust sanitization/encoding. This indicates a high-impact browser security issue, though the snippet alone does not demonstrate supply-chain malware behaviors like credential theft or network exfiltration.

Confidence: 60%Severity: 75%
SecurityMEDIUM
references/h1-reports/raw/reports/319467.json

The provided material strongly indicates a critical command-injection risk: the module behavior described involves concatenating a caller-controlled `iface` value into shell commands passed to `exec()`, enabling arbitrary command execution if `iface` can be influenced by an attacker. This is not direct evidence of malware/backdoor intent, but it is a serious security flaw for consumers, warranting urgent review/mitigation (e.g., replace `exec()` with argument-safe process spawning and strictly validate/escape `iface`).

Confidence: 62%Severity: 82%
SecurityMEDIUM
references/h1-reports/by-weakness/information-exposure-through-an-error-message.md

This fragment is not a typical software dependency; it is exploit/research code that automates a password-reset/account-recovery workflow and uses server error-message behavior to enumerate sensitive identifiers at high volume. While it does not show classic malware characteristics (persistence/exfiltration/stealth), it is operationally high-risk for unauthorized probing and potential account takeover in systems with weak protections (e.g., missing rate limiting and overly informative error handling).

Confidence: 70%Severity: 78%
SecurityMEDIUM
references/h1-reports/raw/reports/3225565.json

This helper script contains a critical command-injection vulnerability: it uses `eval` to execute `certutil` while inserting `$nickname` values derived from certificate nicknames in an NSS database. Since certificate nicknames can be attacker-controlled, an attacker can inject shell syntax (e.g., command substitution) and achieve arbitrary command execution when the script runs, potentially at elevated privileges. No clear evidence of intentional malware beyond this dangerous coding pattern, but the security risk is high and warrants immediate remediation (remove `eval`, avoid dynamic re-parsing, and robustly handle/escape nickname input as plain arguments).

Confidence: 74%Severity: 86%
SecurityMEDIUM
references/h1-reports/by-weakness/password-in-configuration-file.md

The shown client-side code is a high-impact security risk because it signs an SSO/JWT authentication token in the browser using a secret that is present in client-side build artifacts, and then transmits the token via a URL query string to Zendesk. This enables forging/minting of valid JWTs and impersonation if the secret can be extracted, without any need for traditional malware behaviors. No direct signs of backdoor/exfiltration are present in this fragment.

Confidence: 70%Severity: 85%
SecurityMEDIUM
references/h1-reports/raw/reports/1626210.json

This PHP module is structured to serve server-local files based on request parameters, but its path validation is fundamentally unsafe (substring-based rather than canonicalization/allowlisting). An attacker can bypass the check to perform Local File Read via path traversal and exfiltrate arbitrary files (e.g., sensitive OS files) through readfile(). There is no evidence in this snippet of stealthy supply-chain malware behavior (no persistence, command execution, or outbound C2), but the application-layer security risk is critical and should be treated as a severe vulnerability requiring remediation (e.g., strict allowlisting, realpath normalization, and fixed-root enforcement).

Confidence: 78%Severity: 92%
SecurityMEDIUM
references/h1-reports/raw/reports/881713.json

The provided material alleges a high-impact command injection scenario in `last-commit-log` where `GIT_DIR` is incorporated into a `git` command that is executed. If an application/CI environment can influence `GIT_DIR`, this could enable arbitrary command execution under the running process privileges. However, the actual module code is not included here, so confirmation of the precise vulnerability mechanism for the specific version cannot be performed in this review.

Confidence: 45%Severity: 70%
SecurityMEDIUM
references/h1-reports/raw/reports/3250117.json

The provided code fragment indicates a serious uncontrolled file write/arbitrary file creation risk: a caller-controlled path (global->libcurl) is passed directly to fopen() in write mode, and the function writes generated libcurl source content to that attacker-chosen destination. This strongly suggests potential integrity compromise (file overwrite/creation) within the permissions of the running process. The snippet does not, by itself, demonstrate overt malware (no exfiltration or execution is shown), but the capability is security-critical and should be treated as a high-risk bug requiring remediation (path validation, safe output handling, and privilege/permission hardening).

Confidence: 65%Severity: 78%
SecurityMEDIUM
references/h1-reports/raw/reports/863956.json

High security risk: the module constructs a shell command using `child_process.execSync` with direct interpolation of caller-controlled input (`f`). This is consistent with a command-injection pathway that can lead to arbitrary command execution on the host. The fragment alone does not prove intentional malware, but the practical impact is equivalent to RCE for consumers who pass untrusted filenames/paths.

Confidence: 74%Severity: 88%
SecurityMEDIUM
references/h1-reports/raw/reports/1703733.json

The fragment demonstrates a high-severity security anti-pattern: credential-like fields (uid/passwd) appear in client-side JavaScript and are passed into an external/global ad-placement API (window.mobucksApi.placeAd). It also performs a fetch to a DOM-derived href on click, creating data-driven network egress. No clear evidence of classic supply-chain malware (e.g., backdoor/persistence/execution primitives) appears in this snippet alone; the main concern is credential exposure and insecure integration that could lead to unauthorized access and downstream data leakage.

Confidence: 62%Severity: 78%
SecurityMEDIUM
references/h1-reports/raw/reports/865168.json

The provided code path demonstrates a high-impact command injection vulnerability: untrusted `pid` is concatenated into a shell command string and executed via `child_process.exec`. This can enable arbitrary command execution in the host environment of any application that calls the module with attacker-influenced `pid`. The snippet does not itself show malicious supply-chain behaviors beyond this insecure execution pattern, so malware intent is not strongly evidenced; however, the security risk of exploitation is critical for consumers.

Confidence: 65%Severity: 88%
SecurityMEDIUM
references/h1-reports/by-weakness/authentication-bypass.md

The provided material describes critical to high-severity authentication weaknesses that, if present in a library or service, could enable severe account compromise through token theft and session hijacking. While no executable payload is shown, the vulnerability patterns pose substantial supply-chain and runtime risk for any component that implements or consumes authentication logic. Immediate mitigations should focus on server-side OTP/SSO validation, one-time or short-lived tokens, CSRF defenses, strict referrer sanitization, and eliminating token exposure in URL fragments or logs.

Confidence: 70%Severity: 80%
SecurityMEDIUM
references/h1-reports/raw/reports/998398.json

The provided snippet excerpts indicate an extremely risky client-side design: attacker-controlled URL fragment data is parsed into nested properties in a prototype-pollution-prone way, and a nearby gadget converts configuration hook strings into executable code using eval(). Even if not definitive proof of intentionally malicious behavior, this combination strongly supports that the dependency can enable DOM XSS/client-side execution under attacker influence. Treat the package/dependency as unsafe until the prototype pollution vector is mitigated and all eval-based code execution paths are removed or tightly locked down.

Confidence: 60%Severity: 85%
SecurityMEDIUM
references/playbooks/logic-flaws/10-csrf.md

No executable malware code is shown, but the artifact is highly offensive and operationally dangerous: it provides copy-pastable CSRF payloads and multiple defense-bypass techniques (Token/Referer/Origin/SameSite/CORS) and includes at least one explicit data-exfiltration pattern via CORS misconfiguration. If included as a dependency or bundled in software delivered to users, it materially increases misuse risk and warrants strict review, removal, and control (e.g., ensure it is not included in production builds or distributed to end users).

Confidence: 78%Severity: 85%
SecurityMEDIUM
references/payloader/by-category/web/jwt安全.md

该片段不是可审计的库实现代码,而是面向真实攻击的 JWT 利用说明与可操作示例(构造 alg=none、RS→HS 密钥混淆、HS256 密钥爆破、JKU/X5U 头注入),包含对管理员接口发起伪造认证请求与攻击者托管 JWKS 的闭环步骤。就“依赖库是否包含恶意代码/后门”而言,无法从该文本直接证明显式恶意运行时行为;但从安全用途与可执行性角度看,内容本身具有显著的安全风险,可能被直接用于实施未授权访问/认证绕过。

Confidence: 60%Severity: 75%
SecurityMEDIUM
references/h1-reports/raw/reports/864354.json

The provided material indicates a critical command injection risk: caller-controlled `path` is concatenated into shell commands executed via `child_process.exec` (for both `df` and `df -i`). This can enable arbitrary command execution on consumers that pass untrusted input to the module. While this is severe, the content does not provide evidence that the package contains additional overt malware capabilities (e.g., exfiltration/persistence); the main concern is the unsafe execution pattern.

Confidence: 72%Severity: 90%
SecurityMEDIUM
references/h1-reports/raw/reports/603764.json

The code demonstrates a severe client-side security flaw: a weak postMessage origin check combined with `eval()` of attacker-controlled message content enables bypassable arbitrary JavaScript execution (DOM XSS / code execution) in the recipient page context. This is extremely dangerous if present in shipped application code, especially on authentication-related pages. No direct evidence of supply-chain malware is present in the provided fragment because it appears to be a vulnerability snippet rather than a dependency file.

Confidence: 72%Severity: 90%
SecurityMEDIUM
references/payloader/tools/内网渗透.md

This snippet functions as a comprehensive, step-by-step offensive intrusion and post-exploitation playbook (remote execution, credential dumping, MITM poisoning/relay, AD reconnaissance/exploitation, Kerberos and certificate abuse, plus fetch-and-execute patterns). It is not evidence of malicious code inside a dependency by itself, but if shipped in a package it would be a serious supply-chain red flag due to its strong capability for abuse and credential theft workflows.

Confidence: 60%Severity: 85%
SecurityMEDIUM
references/h1-reports/raw/reports/685447.json

The provided material strongly indicates a critical OS command injection/RCE condition in the gitlabhook package version discussed, triggered by network-delivered webhook payload fields and allegedly reaching a child-process execution primitive with unsanitized input. This is a severe security risk for any deployment of the affected version. Intentional malware/backdooring is not proven from the provided text alone, but the described behavior is operationally equivalent to remote code execution and should be treated as urgently exploitable until code is inspected and mitigations/patches are confirmed.

Confidence: 46%Severity: 90%
SecurityMEDIUM
references/h1-reports/raw/reports/638635.json

The fragment demonstrates a high-impact authentication/authorization weakness: it mints and signs Zendesk JWTs entirely client-side using a signing secret that (in typical React/SPA builds) would be embedded in shipped JS/sourcemaps. This can allow attackers to forge tokens and impersonate users at Zendesk’s JWT SSO endpoint. While this strongly indicates a serious security design flaw, the snippet alone does not provide evidence that the underlying dependency is malicious; the danger is the client-side trust boundary and secret handling.

Confidence: 70%Severity: 86%
SecurityMEDIUM
references/playbooks/rce/15-xxe.md

This is an explicit, weaponized XXE/SSRF/OOB exfiltration (and conditional XXE-to-RCE) payload library and exploitation guide, including Office (XLSX/DOCX) injection instructions. While it contains no executable logic in the shown fragment, it is highly actionable and would significantly increase attacker capability if distributed as part of a dependency or repository. Overall, it represents a high security risk supply-chain inclusion, with malware execution dependent on packaging/usage context not shown here.

Confidence: 74%Severity: 86%
SecurityMEDIUM
references/h1-reports/raw/reports/214022.json

This code fragment exhibits a high-risk command injection pattern: it uses Ruby backticks to run `gzip` while interpolating a path that ultimately depends on user/account-derived data. If an attacker can influence the username that contributes to the filename/path (including via restored/tampered database state), shell metacharacters could change command execution, enabling arbitrary commands. No direct evidence of supply-chain malware behavior (exfiltration/backdoor) is present in the fragment, but the command execution primitive makes the security impact severe if reachable.

Confidence: 74%Severity: 90%
SecurityMEDIUM
references/playbooks/rce/12-deserialization.md

No direct malware functionality is implemented in this fragment, but it is explicit, cross-language, step-by-step weaponization material for deserialization-to-RCE attacks, including concrete command-execution examples and evasion/bypass ideas. If this content appears in an open-source dependency package, it meaningfully increases weaponizability and warrants review/removal and provenance verification.

Confidence: 72%Severity: 76%
SecurityMEDIUM
references/payloader/by-category/web/原型链污染.md

The provided artifact is not executable dependency code; it is an attack-enabling exploit write-up describing prototype-pollution chains to RCE/XSS/NoSQL-injection with concrete payloads and bypass ideas. No direct malware behavior (execution/exfiltration) can be confirmed from this fragment alone, but its presence in a software supply chain would be a serious red flag due to its highly actionable malicious intent. Additional context (actual package files/manifests/runtime code) is needed to assess whether any code executes maliciously.

Confidence: 68%Severity: 78%
SecurityMEDIUM
references/h1-reports/raw/reports/519220.json

This fragment demonstrates unsafe path handling for cache file naming: it decodes attacker-influenced input (`URI.parser.unescape`) and uses it to construct a filesystem path via `File.join` without adequate traversal prevention or canonicalization to confine output to `cache_directory`. This creates a high security risk of unintended file writes/overwrites in the library’s broader cache-writing workflow, which can potentially escalate depending on what files could be overwritten and whether they are executed by the application. No direct evidence of malicious supply-chain behavior (e.g., backdoors or exfiltration) is present in the provided code snippet.

Confidence: 74%Severity: 76%
SecurityMEDIUM
references/h1-reports/raw/reports/1620702.json

No supply-chain trojan behavior is evidenced in this artifact itself because it is a vulnerability report (not package code). However, it describes a highly severe RCE chain against ingress-nginx-controller enabled by attacker-controlled Ingress spec fields that lead to nginx config injection, arbitrary file write, dynamic include of attacker-written Lua, and command execution via `io.popen(cmd)`. For supply-chain risk scoring of a dependency, treat this as a critical downstream security vulnerability rather than proof of malicious packaging logic in the dependency.

Confidence: 62%Severity: 80%
SecurityMEDIUM
references/payloader/tools/隧道代理.md

The provided content is a set of operational commands to establish reverse SOCKS and port-forwarding tunnels (including forwarding RDP/3389) and to pivot into a private subnet via Ligolo-ng. It includes a notable TLS certificate validation bypass (`-ignore-cert`) and explicit private network routing, which are strong indicators of intrusion-style use. Because this is guidance text rather than executable library code, malware cannot be confirmed as bundled logic, but the security risk of misuse is high.

Confidence: 68%Severity: 70%
SecurityMEDIUM
references/playbooks/llm-prompt-injection/10-direct-prompt.md

This fragment is a highly actionable, adversarial prompt-injection payload library designed to be used against LLM-enabled applications. It explicitly targets system-prompt leakage, safety-harbypass, and coercion of tool/function calls that could lead to sensitive data access and implied exfiltration. While it is documentation rather than executable malicious code, its operational intent and concrete attack content make it a significant security risk if included in a software supply chain or dependency.

Confidence: 76%Severity: 88%
SecurityMEDIUM
references/h1-reports/raw/reports/243156.json

This input describes a high-impact supply-chain sabotage scenario: a crafted gem can allegedly exploit insufficient validation of the `metadata.gz` `name` field to escape the intended installation directory and create/overwrite arbitrary files during `gem install`, potentially including overwriting a gem-provided executable. While the fragment does not include the actual installer/library source to verify the implementation, the described risk is severe and warrants remediation/validation in the gem installation path handling logic.

Confidence: 60%Severity: 80%
SecurityMEDIUM
references/payloader/by-category/web/ai安全.md

This module content is an offensive, highly actionable AI security attack playbook rather than benign implementation code. It explicitly targets system prompt leakage, safety bypass, secret/credential-like exfiltration, and persistent RAG/vector database poisoning using obfuscation/evasion techniques. No runtime malicious behavior is evidenced in this fragment alone, but the presence of such exploit guidance in a distributed dependency is a strong supply-chain red flag and should trigger investigation of the surrounding repository and any packaging/installation logic.

Confidence: 66%Severity: 76%
SecurityMEDIUM
references/h1-reports/by-weakness/unrestricted-upload-of-file-with-dangerous-type.md

The fragment highlights a pervasive and high-severity risk pattern: unrestricted file uploads enabling dangerous content to be stored, potentially executed, or used for RCE/XSS across diverse systems. This represents a serious supply-chain and deployment risk if similar patterns exist in dependencies or downstream services. Immediate remediation should focus on robust upload validation, execution-isolation of uploaded content, authenticated access controls for upload endpoints, and network/service boundary protections to prevent abuse (e.g., SSRF to internal endpoints).

Confidence: 98%Severity: 72%
SecurityMEDIUM
references/h1-reports/by-weakness/path-traversal.md

High-risk local file disclosure endpoint. The security boundary is implemented as a naive substring allow/deny check ('data_products' contained in the raw path) without canonicalization or base-directory enforcement. Given traversal-capable path construction, this can plausibly bypass checkPath() and reach is_file/readfile, enabling arbitrary file read with attacker-controlled paths. While this does not show traditional malware behavior, the security impact is severe (confidentiality breach).

Confidence: 82%Severity: 92%
SecurityMEDIUM
references/h1-reports/raw/reports/3115705.json

This fragment contains explicit, end-to-end exploit code for stored XSS leading to authenticated privilege escalation (admin promotion) and potential full workspace takeover. Although it is not evidence of malicious dependency/package behavior, the included payload is highly dangerous exploit guidance and indicates an application-level security weakness that enables session-riding API abuse.

Confidence: 80%Severity: 90%
SecurityMEDIUM
references/playbooks/rce/00-index.md

This fragment is an offensive “RCE exploitation playbook” containing numerous actionable payloads and bypass techniques for multiple critical RCE vulnerability classes (e.g., Log4Shell/JNDI, SSTI/SpEL/OGNL/Freemarker/Velocity, deserialization gadget guidance, Spring4Shell, Struts2, and upload-to-webshell chains). It is not benign application/library code and, if included in a software supply chain, would be highly suspicious as it materially enables exploitation. There is no evidence in the snippet of executable malware on install (it reads like instructions), but the security risk from distribution is high. More context is needed to determine whether any scripts execute this content automatically.

Confidence: 70%Severity: 85%
SecurityMEDIUM
references/playbooks/file-upload/11-archive-traversal.md

This fragment is weaponized offensive documentation that instructs how to exploit Zip Slip and path traversal/LFI, including examples for writing a webshell and escalating LFI to RCE via log poisoning and interpreter-context includes. While it does not itself execute anything, its inclusion as part of a dependency or distributable artifact would be a serious supply-chain misuse risk and should be treated as malicious/unsafe content.

Confidence: 80%Severity: 75%
SecurityMEDIUM
references/h1-reports/raw/reports/341869.json

The supplied material describes a high-severity command injection condition in the `entitlements` module where an unescaped `path` value can be incorporated into a `codesign` command, potentially allowing arbitrary command execution on the consumer host. No direct evidence of intentional malware (e.g., data theft/exfiltration, backdoors, or network beacons) is present in the provided text, but the capability to execute arbitrary commands makes the dependency a serious security risk in scenarios involving untrusted `path` input. Actual module source is not provided, so confirmation is limited.

Confidence: 42%Severity: 80%
SecurityMEDIUM
references/h1-reports/raw/reports/186194.json

This fragment describes a severe application vulnerability pattern: attacker-controlled input is used to drive `public_send` on an ActiveRecord relation, which can reach destructive bulk operations before proper scoping is applied. That constitutes a serious integrity/availability security risk. It does not, by itself, indicate supply-chain malware in a dependency (no stealth/exfiltration), but it is a critical exploitable weakness in the described logic.

Confidence: 72%Severity: 82%
SecurityMEDIUM
references/payloader/by-category/web/xxe实体注入.md

The provided fragment is not benign library code; it is an offensive handbook of XXE payloads and exploitation chains (file read, SSRF, blind/OOB exfiltration, and XXE-to-RCE examples). It would meaningfully enable exploitation of vulnerable XML parsers. No direct malware execution is present in this snippet itself, but the content is weaponized and therefore poses a security risk if distributed within an npm supply chain package.

Confidence: 78%Severity: 72%
SecurityMEDIUM
references/playbooks/oauth-saml-jwt/12-jwt.md

The provided file fragment is not a benign JWT payload library implementation; it is an attacker-oriented guide with actionable, end-to-end proof-of-concept instructions for forging JWTs and bypassing authentication. It covers high-impact techniques (alg=none, RS→HS key confusion, HMAC secret brute-force, and remote key/JWKS injection via header parameters) and includes operational steps to use forged tokens against protected endpoints. No evidence of hidden runtime malware exists in the fragment, but the abuse potential and security risk are high if this is packaged/distributed in a way that could be misconstrued as legitimate functionality.

Confidence: 80%Severity: 90%
SecurityMEDIUM
references/h1-reports/raw/reports/189834.json

The fragment exhibits a classic DOM-based XSS pattern: untrusted browser-controlled values (document.URL and document.referrer, plus cookie/URL-derived strings) are concatenated into an HTML anchor string and written via innerHTML, enabling attacker-controlled HTML/attribute injection when conditions (including query-string gating) are met. This is a high client-side security risk, but the provided content does not indicate supply-chain malware (backdoor/exfiltration/persistence); it appears to be an application security vulnerability rather than malicious package behavior.

Confidence: 70%Severity: 82%
SecurityMEDIUM
references/h1-reports/raw/reports/858674.json

The provided content strongly indicates a critical command injection vulnerability in `wireguard-wrapper` due to unsafe concatenation/interpolation of an untrusted `device` value into a shell command executed with `child_process.exec`. This is a severe security risk for consumers (arbitrary command execution), but the provided evidence aligns with a vulnerability rather than explicit malicious supply-chain behavior.

Confidence: 70%Severity: 85%
SecurityMEDIUM
references/payloader/by-category/web/websocket安全.md

No dependency code is provided to audit for supply-chain compromise; the fragment is an offensive WebSocket attack guide. It explicitly includes data exfiltration to an attacker-controlled endpoint and sensitive-data logging behavior in example scripts, along with actionable bypass/smuggling/authorization abuse workflows. If this material were embedded in or executed by a package, it would represent a serious security and misuse risk, but confidence is limited because there is no actual library/runtime code to verify execution.

Confidence: 72%Severity: 82%
SecurityMEDIUM
references/h1-reports/raw/reports/1785378.json

The described dotfiles prompt implementation is high risk because it allows untrusted VCS metadata (e.g., crafted branch names) to become executable shell constructs through bash PS1 command-substitution evaluation during prompt rendering. While this is not direct evidence of a malicious package payload (exfiltration/backdoor/persistence not shown), the prompt can still yield arbitrary command execution in the user context when the victim enters a malicious repository. Treat the prompt logic as security-sensitive and remediate by escaping/sanitizing all VCS-derived data and eliminating prompt constructions that enable re-evaluation of injected command substitution syntax.

Confidence: 62%Severity: 78%
SecurityMEDIUM
references/payloader/by-category/web/rce远程代码执行.md

The provided content is not a functional dependency module; it is an extensive, weaponized RCE exploit/payload guide. While no executable malware behavior is present in this snippet, its inclusion in a software supply chain would be a significant security concern due to the high operational value of the reverse-shell, exfiltration, webshell, and RCE bypass material. Additional inspection of the full package is required to determine whether any actual runtime compromise code exists elsewhere.

Confidence: 70%Severity: 82%
SecurityMEDIUM
references/h1-reports/raw/reports/311218.json

The analyzed material indicates a high-severity path traversal (arbitrary file read) condition in the dependency’s HTTP file-serving behavior, driven by using an untrusted request path in filesystem path construction without adequate sanitization/boundary enforcement. While this is a serious confidentiality risk, the evidence provided does not suggest intentional malware (e.g., backdoor/exfiltration); it most strongly indicates a security flaw in input validation. Recommend treating as security-sensitive and verifying fixed versions and the presence of canonicalization + root-bound enforcement in the actual codebase.

Confidence: 62%Severity: 80%
SecurityMEDIUM
references/payloader/by-category/web/缓存与cdn安全.md

This fragment is not implementation code but an attacker-focused, operational playbook for cache poisoning, cache deception (including potential leakage of authenticated/sensitive content), and CDN/origin bypass via reconnaissance and crafted HTTP requests. While it provides no direct evidence of host-compromise malware execution in this snippet alone, its content is clearly actionable for offensive exploitation and would be inappropriate and high-risk if included in a software supply chain artifact.

Confidence: 80%Severity: 86%
SecurityMEDIUM
references/h1-reports/raw/reports/809012.json

This provided material is a vulnerability disclosure (not the package implementation). It contains detailed PoC payloads and narrative claiming that the package’s sandboxed evaluation boundary can be bypassed, enabling Node.js remote code execution and browser XSS when downstream applications evaluate untrusted content. While the fragment does not prove intentional malicious sabotage or malware (no exfiltration/persistence is shown), the described capability escape represents a high-severity security risk for consumers if the issue exists and remains unpatched.

Confidence: 55%Severity: 82%
SecurityMEDIUM
references/payloader/tools/红队工具.md

The fragment is an operational red-team guide for deploying and using Cobalt Strike, explicitly covering C2 setup, payload generation, listener management, credential dumping/token theft, and lateral movement/proxying. While there is no embedded executable code in the snippet to prove runtime malware behavior, the content is strongly aligned with intrusion tooling and would meaningfully increase malicious capability if shipped in a dependency. Treat as a high-risk supply-chain indicator requiring review, provenance validation, and removal/quarantine if not strictly authorized.

Confidence: 62%Severity: 82%
SecurityMEDIUM
references/h1-reports/raw/reports/396467.json

The fragment demonstrates (and would operationalize) a credential leak: a hardcoded cleartext GitHub Enterprise token is placed into an Authorization header, printed to stdout, and used in an authenticated network request to an internal GitHub Enterprise domain. No broader malware/persistence behavior is shown, but the credential exposure pattern is critically risky and could enable unauthorized access if the token remains valid (rotate/revoke and audit for abuse).

Confidence: 62%Severity: 88%
SecurityMEDIUM
references/h1-reports/raw/reports/546753.json

The fragment describes a critical security weakness: attacker-controlled archive filename/path values are concatenated into an `exec()` call to invoke `unrar`, enabling OS command injection and therefore remote command execution when the vulnerable code path is reachable. Additionally, the extraction logic writes attacker-controlled archive entries to the filesystem and then scans extracted content, which can facilitate payload staging and amplification. No clear evidence of intentionally planted malware/backdoor behavior is shown beyond the unsafe command-execution vulnerability pattern; however, the impact of exploitation is severe and the security risk for affected versions/installations is high until patched and verified.

Confidence: 72%Severity: 90%
SecurityMEDIUM
references/h1-reports/raw/reports/1050244.json

This fragment contains actionable proof-of-concept exploit code that automates login and performs a security-control bypass by swapping a sensitive session cookie (`oc_sessionPassphrase`) between authenticated sessions, then printing the resulting cookies for manual reuse. While it is not evidence of a malicious dependency or supply-chain implant, the security impact is high because the content directly enables unauthorized access/session manipulation if applied to susceptible systems.

Confidence: 70%Severity: 85%
SecurityMEDIUM
references/h1-reports/raw/reports/405694.json

The provided artifact describes a critical command-injection vulnerability in apex-publish-static-files where an untrusted connectString is directly embedded into a shell command executed via execSync. This enables arbitrary OS command execution for consumers that pass attacker-influenced input. The evidence supports a severe security vulnerability (high RCE risk), but it does not substantiate intentional malware/backdoor behavior within the package code.

Confidence: 70%Severity: 85%
SecurityMEDIUM
references/h1-reports/raw/reports/3384150.json

The reviewed code fragment describes a high-severity path traversal leading to arbitrary file write: untrusted go_package values from protobuf descriptors are incorporated into filesystem paths without sanitization, and the computed destination is then created and written via os.MkdirAll and os.WriteFile. No direct indicators of overt malware (exfiltration/backdoor/command execution) are present in the fragment, but the capability to write outside the intended output directory makes it a serious supply-chain integrity risk if processing untrusted binaries.

Confidence: 74%Severity: 83%
SecurityMEDIUM
references/payloader/raw/navigation.json

This module appears to be static navigation/configuration data for an attack/payload catalog rather than executable malware. However, it explicitly enumerates many offense and evasion techniques (including reverse-shell categories and bypass/injection-style themes) and references common exploitation tooling ecosystems, which elevates supply-chain risk for the overall package. Actual malicious behavior cannot be confirmed without reviewing the modules that consume payloadId/toolId and perform actions (execution, networking, persistence, or payload dropping).

Confidence: 60%Severity: 72%
SecurityMEDIUM
references/playbooks/rce/11-command-injection.md

No malicious runtime code is present in the provided fragment; it is instructional/offensive payload content. However, because it includes ready-to-use command-injection/PHP-RCE, filter-chain RCE, webshell and reverse-shell payloads plus exfiltration techniques, distributing it in a software dependency is a meaningful supply-chain security and misuse risk. Further review is needed of the rest of the package to confirm there is no executable or auto-triggering behavior elsewhere.

Confidence: 74%Severity: 72%
SecurityMEDIUM
references/payloader/by-category/web/开放重定向.md

This fragment is an offensive security payload/methodology cheat-sheet for open redirect exploitation and for chaining open redirect to SSRF to probe internal/cloud metadata. It does not show direct malicious execution code (no persistence/exfiltration/backdoor behavior in the snippet), but it is highly weaponizable and materially increases attacker capability if shipped in a software package/dependency. Treat as a security-content supply-chain risk and verify whether it is merely documentation/training material or an embedded artifact intended to support exploitation.

Confidence: 72%Severity: 78%
SecurityMEDIUM
references/h1-reports/raw/reports/358112.json

The provided snippet demonstrates a critical path traversal / arbitrary file read risk: attacker-controlled req.url is used to build a filesystem path for fs.readFile and the resulting contents are returned over HTTP. This is a severe confidentiality impact (information disclosure). However, there is no evidence in the provided fragment of intentional malware, obfuscation, or non-filesystem sabotage—this appears to be a security validation flaw rather than supply-chain malware.

Confidence: 70%Severity: 88%
SecurityMEDIUM
references/payloader/tools/密码攻击.md

The provided fragment is high-risk offensive instructional content for credential attacks and password cracking (network brute force/spraying across many protocols plus offline cracking of sensitive artifacts, with an optional third-party online hash lookup workflow). There is no code obfuscation or covert payload shown, but the intent and practicality strongly indicate misuse capability. If this appears in an open-source dependency, it should be treated as suspicious and removed or tightly controlled.

Confidence: 82%Severity: 92%
SecurityMEDIUM
references/h1-reports/raw/reports/324491.json

The provided content is not the dependency’s implementation; it is a vulnerability-report narrative alleging critical command injection in `fs-path` via unsafe use of `exec`/`execSync` with insufficiently escaped input (e.g., path/target strings containing shell metacharacters). While the impact described—arbitrary command execution—would be severe if true, this fragment alone cannot confirm the exact source-to-sink code paths or establish malicious intent beyond a security flaw claim.

Confidence: 42%Severity: 70%
SecurityMEDIUM
references/payloader/by-category/web/sql-nosql注入.md

未发现会在本模块中直接执行恶意行为的运行时代码逻辑;然而该文件内容本质上是多数据库SQL/NoSQL注入与WAF绕过的高度可操作攻击手册,明确包含文件读写、WebShell/持久化落地、命令执行/RCE与编码绕过变体。作为供应链依赖内容,其滥用风险显著偏高;建议确认项目用途(防御教学/靶场)及是否会在生产/客户端分发,并对该依赖的实际打包与访问控制进行审查。

Confidence: 70%Severity: 82%
SecurityMEDIUM
SKILL.md

该 skill 的能力与“SRC/漏洞挖掘”目的一致,但它明确赋予 AI 代理高风险 offensive security 能力,包括主动探测、利用验证、绕过与后渗透。未见确定的恶意窃密或隐蔽外传,因此不属确认恶意;但作为 AI 技能,其现实攻击面和误用潜力很高,整体应判为高风险、可疑而非 benign。

Confidence: 90%Severity: 86%
SecurityMEDIUM
references/h1-reports/raw/reports/258630.json

This fragment presents a high-impact client-side attack concept: it harvests local file contents by loading another file:// resource in an iframe and then reading its DOM content, with an explicit intended path to exfiltrate the data over HTTP. While this is presented as a PoC/security report rather than dependency code, the included logic directly matches local-data disclosure and exfiltration patterns. Review and treat any similar code/execution contexts as security-critical.

Confidence: 63%Severity: 70%
SecurityMEDIUM
references/h1-reports/by-weakness/ldap-injection.md

The analyzed module logic contains a high-impact LDAP injection vulnerability: attacker-controlled username/identifier values are inserted into LDAP search filters without proper escaping/validation, and those filters are executed via ldapClient.search. Crafted inputs can force the LDAP server to evaluate extremely expensive or structurally manipulated filters, causing denial of service. No direct evidence of supply-chain malware (e.g., backdoor/exfiltration) is present in the provided excerpts; the security concern is primarily availability and authentication correctness due to injection.

Confidence: 78%Severity: 78%
SecurityMEDIUM
references/h1-reports/raw/reports/863544.json

The provided vulnerability narrative strongly describes a critical command injection/RCE condition: attacker-influenced `domain` is incorporated into shell command strings executed with `child_process.execSync`. If the described implementation matches the published module behavior, this is a high-impact security risk. No clear indicators of intentional malware (beyond the vulnerability) are present in the provided text, but the unsafe execution primitive warrants urgent review/patching and strict input validation or argument-safe process invocation.

Confidence: 56%Severity: 86%
SecurityMEDIUM
references/payloader/by-category/web/lfi-rfi文件包含.md

The provided “source code” is best understood as a weaponized exploitation playbook for PHP LFI/RFI with explicit RCE escalation methods (PHP wrapper abuse, log/session poisoning, archive/protocol gadget triggering) and bypass variants. No actual dependency implementation is shown in this fragment, so it cannot prove runtime backdoor behavior by itself; however, its highly actionable offensive nature makes it strongly suspicious and warrants treating the containing package as high risk pending full repository review for execution hooks, obfuscated code, and network/file operations. Recommended next steps: inspect the full package for build/install/postinstall scripts, dynamic code loading, downloads/execution, and any unexpected inclusion of this content into runtime paths.

Confidence: 62%Severity: 80%
SecurityMEDIUM
references/h1-reports/raw/reports/863944.json

This module fragment is security-critical because it constructs a shell command string for `ffmpeg` from caller-controlled options and executes it using `child_process.exec`/`execSync` without adequate shell-safe escaping or argument handling. While the snippet does not show malware or exfiltration behavior, the injection flaw can be used for arbitrary command execution in a supply-chain context if untrusted input reaches the `os` options.

Confidence: 80%Severity: 90%
Obfuscated FileHIGH
references/dictionaries/00-index.md

This module is non-executable documentation that meaningfully increases operational capability for credential checking and fingerprint-driven endpoint/parameter probing against CN middleware/OA/CMS/network equipment. It does not itself contain malware logic (no exfiltration, backdoor, or runtime exploit code), but it is clearly crafted to facilitate active unauthorized access workflows if used outside strict authorization.

Confidence: 96%
Obfuscated FileHIGH
references/h1-reports/raw/reports/642488.json

The fragment is a vulnerability-report data object with descriptive context. There is no executable malware or payload in this fragment. The legitimate concern is the SMTP handling flaw described elsewhere, which could enable information disclosure if exploited by an attacker, but this data fragment itself poses no immediate malware or supply-chain risk.

Confidence: 98%
Obfuscated FileHIGH
references/h1-reports/raw/reports/674741.json

The fragment documents a vulnerability disclosure about publicly accessible example endpoints that could enable session manipulation, internal IP disclosure, and source-code exposure. It signals a high-security-hygiene risk due to misconfiguration rather than embedded malware. Immediate access-control remediation (restrict or remove public access to the examples directory) is warranted to mitigate downstream risk. No actionable malware or backdoors are present in the fragment itself, but the described exposure could facilitate downstream attacks if mirrored in a codebase or dependency surface.

Confidence: 98%
Obfuscated FileHIGH
references/h1-reports/by-weakness/plaintext-storage-of-a-password.md

Insecure plaintext logging of passwords in authentication-related workflows represents a high-severity risk for credential leakage via log sinks. Immediate steps include eliminating or redacting sensitive fields in all logs, adopting structured, policy-driven logging with redaction, enforcing access controls and encryption for log storage and transport, and auditing all authentication-related log outputs across environments. The presence of historical insecure patterns in related systems further elevates the need for a comprehensive logging security review and incident-ready remediation plans.

Confidence: 98%
Obfuscated FileHIGH
references/h1-reports/by-weakness/server-side-request-forgery-ssrf.md

The analyzed material clearly surfaces high-risk security patterns (SSRF, credential leakage, admin elevation, and data exfiltration) embedded in a writeup-like fragment rather than a safe library. While it may serve as a security reference or training artifact, integrating or exporting such content as an open-source dependency or in a codebase without rigorous sanitization, access control, and credentials management would substantially heighten risk for downstream users. Treat as a high-risk, informational artifact that requires thorough sanitization, removal of sensitive payloads, and strict controls around any dependency that could enable SSRF, privilege escalation, or credential exposure.

Confidence: 85%
Obfuscated FileHIGH
references/h1-reports/by-weakness/improper-authorization.md

The fragment is a high-level collection of vulnerability reports rather than executable code. It highlights systemic improper authorization and data-exposure patterns that could be exploited in real deployments if mirrored in software dependencies or services. While no malicious payload is present, the aggregated risk signals warrant stringent access-control enforcement, robust input validation, hardened OAuth handling, and careful review of GraphQL/REST endpoints in any downstream packages or services. Treat as elevated risk intel for supply-chain hardening and enforce least-privilege access, strict JWT/ACL checks, and internal API exposure controls.

Confidence: 98%
Obfuscated FileHIGH
references/h1-reports/raw/reports/1508661.json

The provided payload is a vulnerability disclosure artifact, not an executable or parserable code artifact. No malware or obfuscated code is present. The critical concern is the described authentication bypass vulnerability, which warrants remediation in affected systems and careful disclosure handling. As a standalone data fragment, no supply-chain compromise is evidenced.

Confidence: 98%
MalwareHIGH
references/h1-reports/by-weakness/embedded-malicious-code.md

This analysis documents a historically confirmed high-risk supply-chain attack via a transitive dependency that enabled remote code execution. Even without present payload code, the risk to ecosystems relying on affected modules is substantial. Immediate mitigations include auditing transitive dependencies, pinning exact versions, enforcing integrity verification, employing lockfiles and package signing, and monitoring for maintainer changes or deprecated packages. Treat this lineage as a critical risk for projects using event-stream/flatmap-stream and similar dependency chains.

Confidence: 61%Severity: 90%
MalwareHIGH
references/playbooks/file-upload/00-index.md

This fragment is an attacker-oriented file upload exploitation and webshell/RCE enablement playbook, not legitimate dependency/library code. It provides actionable bypass techniques and concrete script payload examples aimed at achieving code execution after uploading attacker-controlled files. If this content were shipped within a software package or dependency artifact, it represents a high supply-chain security risk even though the fragment itself is non-executable text.

Confidence: 83%Severity: 86%
MalwareHIGH
references/payloader/by-category/intranet/域渗透攻击.md

This content is a high-confidence malicious/abuse-oriented AD intrusion playbook (not legitimate dependency/library code). It provides direct instructions to exploit AD weaknesses, extract credentials/hashes, forge/inject Kerberos tickets, abuse ADCS/cert templates, and establish persistence (GPO/DCSync/DCShadow-style flows). If included in a distributed package, its presence would represent a severe security risk due to its explicit operational misuse potential.

Confidence: 70%Severity: 90%
MalwareHIGH
references/playbooks/intranet-postexp/13-evasion.md

This fragment is strongly indicative of malicious intent and represents high-risk offensive tradecraft rather than benign dependency functionality. It documents multiple well-known malware behaviors: remote payload download and in-memory execution, explicit AMSI/ETW/telemetry disabling and patching, unhooking/direct syscall concepts, process injection/hollowing, DLL sideloading/hijacking, and LOLBAS/signed-binary/AppLocker bypass techniques—collectively corresponding to an EDR-evasion payload delivery playbook. If such content exists in a distributed dependency, the supply-chain risk is extremely high.

Confidence: 80%Severity: 92%
MalwareHIGH
references/playbooks/intranet-postexp/20-sharepoint.md

This module is a high-risk, offensive SharePoint post-exploitation payload/operation guide: it instructs how to enumerate SharePoint structure, search for sensitive information (e.g., password-related keywords), and access/download/sync documents using credentials. It directly enables unauthorized discovery and collection of sensitive data; no benign functionality is evident.

Confidence: 82%Severity: 100%
MalwareHIGH
references/payloader/tools/权限提升.md

This fragment is highly indicative of malicious post-exploitation activity: it provides a step-by-step privilege-escalation reconnaissance workflow, executes winPEAS/linPEAS and kernel exploit suggestion tooling, and directly reads sensitive authentication/system files. While it is not a typical dependency code snippet, the instructions themselves represent clear offensive behavior and would materially increase attacker capability if packaged or distributed.

Confidence: 85%Severity: 80%
MalwareHIGH
references/playbooks/rce/10-framework.md

This fragment is a weaponized exploit/payload library, providing end-to-end instructions to trigger RCE/deserialization in many major frameworks, obtain OOB confirmation via attacker-controlled network callbacks, extract sensitive data via management endpoints, and persist via webshell/WAR deployment. Even without proving runtime execution behavior of the package, the content is directly usable for intrusion and strongly indicates malicious intent or attack-enablement. Treat the package as high risk and audit the full distribution for any install-time or runtime scripts that could execute or deliver these payloads.

Confidence: 72%Severity: 92%
MalwareHIGH
references/playbooks/intranet-postexp/16-recon.md

This fragment represents an intrusion-focused “payload library” of actionable post-compromise reconnaissance steps for Active Directory and internal networks. It includes a clearly malicious staging primitive (PowerShell IEX executing content downloaded from an attacker-controlled HTTP endpoint) and operationalizes privilege escalation planning via BloodHound/Neo4j queries. While it is presented as command snippets rather than compiled code, its content is highly indicative of hostile capability and should be treated as a supply-chain security red flag if distributed as part of a dependency.

Confidence: 78%Severity: 86%
MalwareHIGH
references/playbooks/intranet-postexp/10-credentials.md

This fragment is overwhelmingly indicative of malicious post-exploitation credential theft and domain compromise tooling guidance. It covers end-to-end harvesting (LSASS/DPAPI/SAM/NTDS, browser/WiFi/RDP/Vault/KeePass, Unattend/GPP) plus attacker-controlled remote execution patterns and explicit AMSI/EDR evasion, culminating in privilege escalation (ticket injection, pass-the-hash) and offline cracking. Treat as extremely dangerous supply-chain content; do not incorporate into any software distribution pipeline.

Confidence: 88%Severity: 100%
MalwareHIGH
references/playbooks/api-rest/13-websocket.md

This fragment is not defensive code; it is an offensive WebSocket exploitation and data-theft payload playbook. It provides runnable PoCs for cross-site WebSocket hijacking, WebSocket/HTTP smuggling to internal/admin endpoints, and authentication/authorization bypass testing. It also includes direct mechanisms to capture sensitive WebSocket data and exfiltrate it to an attacker-controlled domain. If this content were included in or distributed via a dependency, it represents an extremely high supply-chain security risk and strong malware-like behavior.

Confidence: 86%Severity: 100%
MalwareHIGH
references/h1-reports/raw/reports/1582778.json

This fragment contains explicit, offensive proof-of-concept attack tooling designed to trigger login/account lockout (availability impact) by repeatedly submitting crafted login POST requests using extracted CSRF tokens and cookies, targeting a victim username supplied by the operator. It also includes a Burp extension that rewrites request destinations/Host headers and injects spoofed forwarding headers to manipulate how requests are routed, which is suspicious beyond benign testing. No clear signs of credential theft, persistence, or stealth malware are present in the shown code, but the intent and mechanisms are high-risk for misuse (account lockout/DoS and traffic manipulation).

Confidence: 78%Severity: 80%
MalwareHIGH
references/h1-reports/raw/reports/1567186.json

The provided fragment contains explicit, operational proof-of-concept code for OAuth authorization code/id_token theft and one-click account hijacking. It manipulates OAuth parameters to obtain secrets, harvests them using frame/window.name and postMessage abuse, and exfiltrates them to attacker-controlled endpoints, including persistent server-side logging via PHP. This is high-confidence malicious behavior and represents a severe security risk if executed or deployed.

Confidence: 85%Severity: 100%
MalwareHIGH
references/playbooks/path-traversal/11-rfi-logpoison.md

This module is an explicit malicious exploitation payload/instruction pack for RFI and log-poisoning-to-LFI-to-RCE, including PHP `system`/`exec` execution, `eval(base64_decode(...))`-style encoded payload execution, and reverse-shell examples with WAF/EDR evasion variants. If distributed as part of a software supply chain, it should be treated as high-risk malicious content rather than a benign dependency.

Confidence: 90%Severity: 100%
MalwareHIGH
references/h1-reports/raw/reports/1458236.json

High-risk malicious exploit content. The fragment contains ready-to-run HTML/JavaScript and Python PoC code that uses an authenticated session (grafana_session) to perform unauthorized Grafana API actions and sets up SSRF/CSRF chaining by creating a proxying datasource. While it is not library/package code, the embedded exploit workflow is directly applicable to compromise and privilege escalation in the described environment. Do not use or redistribute; treat as malicious weaponized material.

Confidence: 82%Severity: 98%
MalwareHIGH
references/payloader/tools/反弹shell.md

This fragment is overt offensive payload material: a multi-language reverse-shell toolkit that establishes outbound C2 connections and spawns interactive shells with bidirectional command/output piping. It also includes web-shell-style PHP command execution examples and dynamic code execution (PowerShell `iex`). If included in a software supply chain dependency, it represents an extremely high malware/backdoor risk and should be treated as malicious.

Confidence: 93%Severity: 100%
MalwareHIGH
references/h1-reports/raw/reports/346516.json

The provided code excerpt shows an explicit, staged remote code execution backdoor: attacker-controlled HTTP headers are decoded into a reconstructed code payload stored in memory, then executed using vm.runInThisContext and invoked with powerful runtime objects (require, req, res, next). This constitutes a critical supply-chain security compromise risk for any application that uses the affected package/version or transitively depends on it.

Confidence: 82%Severity: 97%
MalwareHIGH
references/payloader/by-category/intranet/横向移动.md

该片段并非正常软件实现,而是面向Windows域环境的横向移动与凭证攻击/中继攻击的“payload/操作指南”,包含PsExec/WMI/Pass-the-Hash/NTLM Relay/WinRM/DCOM/RDP劫持与中继等可直接用于入侵的具体命令与规避建议。若该内容来自某npm依赖包或其文档/注入脚本的一部分,供应链安全风险显著;但由于未看到安装/运行时代码行为(仅有命令示例文本),对“是否真正投递/执行恶意代码”的证据不足。

Confidence: 74%Severity: 90%
MalwareHIGH
references/payloader/tools/系统命令.md

High-risk malicious/attack-oriented command recipes. The fragment includes explicit PowerShell AMSI-bypass methods and a remote-payload execution pattern (IEX + DownloadString from an external ‘attacker’ URL), plus credentialed remote execution (WMIC), creation of local admin users, firewall rule changes, and AD enumeration tailored for common offensive paths (BloodHound/roasting targets). This strongly suggests intended misuse rather than legitimate functionality.

Confidence: 78%Severity: 85%
MalwareHIGH
references/playbooks/intranet-postexp/11-lateral.md

This fragment is an explicit offensive attack/payload guide enabling Windows lateral movement, credential and Kerberos/NTLM abuse (Pass-the-Hash/Pass-the-Ticket/Overpass-the-Hash), NTLM relay, and RDP session hijacking—complete with operator-ready command examples and EDR/OPSEC evasion notes. While it is not executable code by itself, its inclusion in a distributable dependency would materially increase an attacker’s capability to compromise systems; treat it as unacceptable malicious enablement and investigate the surrounding package/repository context for additional executable behavior.

Confidence: 84%Severity: 97%
MalwareHIGH
references/h1-reports/raw/reports/392311.json

This module contains high-confidence supply-chain malware: during gem native-extension build/install, it decodes a concealed domain, resolves and contacts it over HTTP to download an arbitrary payload, writes the payload to `/tmp` with permissive permissions, and executes it via `system()`. This provides a straightforward arbitrary remote code execution vector on the machine performing the install/build.

Confidence: 90%Severity: 100%
MalwareHIGH
references/playbooks/intranet-postexp/17-persistence.md

The fragment is an explicit malicious post-exploitation persistence/backdoor playbook for Windows and Active Directory environments. It details durable execution mechanisms (registry autoruns, WMI subscriptions, services, scheduled tasks, startup folder shortcuts), covert execution/injection (AppInit_DLLs, DLL injection guidance, process hollowing), and domain authentication/privilege backdoor concepts (Skeleton Key/DSRM/SID History-style flows). Such content is incompatible with a legitimate software dependency and should be treated as malware/payload documentation with extremely high security risk.

Confidence: 92%Severity: 100%
MalwareHIGH
references/dictionaries/default-credentials-cn.md

This fragment is an abuse-enabling credential-and-endpoint attack guide. It embeds large sets of default credentials and product-specific login/path fingerprints and provides a concrete scanning + brute-force workflow that uses those credentials to attempt unauthorized authentication. While it contains no exploit payload code itself, it is highly actionable for compromise and represents a significant malicious-use risk if present in a software supply chain.

Confidence: 86%Severity: 100%
MalwareHIGH
references/playbooks/intranet-postexp/14-domain.md

High confidence malicious/weaponized content. This fragment is effectively a post-compromise Active Directory attack payload/operational guide demonstrating multiple privilege-escalation and credential-theft techniques (e.g., DCSync/Golden Ticket/Pass-the-Cert/PrintNightmare/DCShadow/GPO backdoor). While it is documentation-like rather than executable code, it provides concrete command sequences intended to compromise domains and extract sensitive credentials. Treat as extremely dangerous if present in a package dependency or repository distributed to others.

Confidence: 90%Severity: 90%
MalwareHIGH
references/playbooks/file-upload/12-race-download.md

该片段高度符合恶意利用/攻击脚本特征:包含Webshell/RCE触发(system($_GET['cmd']))、通过竞态绕过安全检查与删除、通过.htaccess实现解析劫持,以及任意文件下载(路径遍历/LFI)与批量敏感文件窃取/凭证提取。作为npm库供应链安全审查对象时,该片段不存在“良性依赖代码”的合理用途,整体表现为明确的入侵与数据窃取意图。请不要在任何生产/构建环境中引入或执行。

Confidence: 90%Severity: 85%
MalwareHIGH
references/h1-reports/raw/reports/470520.json

The fragment is unequivocally exploit/weaponization code: it runs a network-facing UDP server, crafts a malicious A2S_PLAYER response containing an oversized Unicode overflow payload with a Windows ROP chain and shellcode intended to execute cmd.exe, and uses eval() to generate Unicode-escaped exploit material. If this code were ever distributed as part of an installable package and executed, it would present an extreme malware/RCE risk. Even aside from supply-chain, the code’s behavior is directly hostile and designed for arbitrary code execution in the target application context.

Confidence: 82%Severity: 100%
MalwareHIGH
references/playbooks/rce/17-prototype-pollution.md

This fragment is an offensive exploitation playbook/payload library describing how to weaponize prototype-chain pollution into server-side RCE, client-side XSS, and MongoDB NoSQL injection/auth bypass, including explicit high-impact payload strings and evasion variants. Even without executable logic shown, its contents are directly actionable for attackers and would be a major supply-chain security red flag if shipped within a dependency.

Confidence: 72%Severity: 85%
MalwareHIGH
references/playbooks/llm-prompt-injection/13-model-attacks.md

This artifact is high-risk and strongly malicious in intent: it provides actionable, code-like attack procedures for model extraction, membership inference, and training-data/memorization extraction (potential PII leakage), plus adversarial example generation and moderation/WAF/EDR evasion guidance (including rate-limit bypass tactics). While it is unclear from the fragment alone whether it will execute locally as part of a dependency, distributing it as package content would meaningfully enable abusive activity; it should not be used or included in a trusted software supply chain.

Confidence: 70%Severity: 100%
MalwareHIGH
references/h1-reports/raw/reports/895778.json

This code fragment is an explicit, reusable secret-exfiltration implementation: it generates a malicious stylesheet that forces a victim browser to leak authentication material via background-image network requests, then reconstructs and logs the recovered 2FA/OTP code on the server. If present in a dependency or shipped unintentionally, it represents a critical compromise risk (credential/OTP theft and account takeover support).

Confidence: 90%Severity: 100%
MalwareHIGH
references/playbooks/intranet-postexp/15-tunneling.md

High-confidence malicious intent/capability: this document provides operational instructions for building covert tunnels and proxy/pivot channels (including DNS/ICMP covert channels and web-shell-based tunneling) to route internal access/scanning through attacker infrastructure. There is no benign software purpose indicated, and the content directly supports unauthorized access and post-exploitation tradecraft.

Confidence: 86%Severity: 95%
MalwareHIGH
references/payloader/by-category/web/请求走私.md

该片段是明确的 HTTP 请求走私攻击材料,包含可直接投递的 socket/curl 交互与多种 CL-TE/TE-CL/CL-CL/TE-TE 绕过变体,目标是制造前后端解析差异以实现越权、请求劫持与缓存投毒。若以依赖形式分发,属于高风险恶意/可武器化内容;需要在供应链层面将其视为不可信并进行隔离审查(同时仍需更多上下文确认是否在安装/运行阶段会被自动触发)。

Confidence: 78%Severity: 100%
MalwareHIGH
references/payloader/tools/windows渗透.md

This code fragment is a high-risk offensive PowerShell command recipe exhibiting multiple clear malware-enabling behaviors: remote download-and-execute via IEX (WebClient), execution-policy bypass, Base64-encoded command execution, and explicit AMSI bypass via reflection, followed by recon and recursive discovery of sensitive document files. Even though it does not show persistence or exfiltration in this snippet, its execution and evasion primitives indicate a strong likelihood of malicious use. If present inside a software package or dependency workflow, it should be treated as an extreme supply-chain security red flag.

Confidence: 82%Severity: 90%
MalwareHIGH
references/industry/banking-finance.md

No executable code or traditional supply-chain malware behavior is present in the provided fragment. However, the file is an explicitly actionable offensive penetration playbook for attacking banking/payment targets (payment callback/signature tampering, OTP/biometric bypass techniques, and RCE/lateral movement guidance). In a supply-chain context, distributing this artifact is highly suspicious and presents a high misuse risk, even if it does not implement malware logic by itself.

Confidence: 90%Severity: 95%
MalwareHIGH
references/payloader/tools/凭证窃取.md

This fragment is highly indicative of malicious intent: it provides direct, operational instructions for credential theft and domain authentication abuse. It explicitly covers LSASS/SAM/LSA secret extraction, pass-the-hash and domain hash retrieval, Kerberos roasting and golden/silver ticket forging with ticket injection (/ptt), and DPAPI credential extraction (including bulk targeting). If such content appears in a software supply-chain artifact, it represents a severe security risk and should be treated as malicious/credential-stealing tradecraft rather than legitimate functionality.

Confidence: 90%Severity: 100%
MalwareHIGH
references/payloader/by-category/intranet/凭证窃取.md

该片段明确描述并给出多种Windows域凭证窃取与权限提升攻击链(包括mimikatz LSASS导出、DCSync、Golden/Silver Tickets注入、AMSI/EDR绕过、Kerberoasting/AS-REP Roasting票据导出与离线破解、SAM/NTDS导出、以及Unattend/GPP等凭证泄露提取)。不存在正常业务逻辑;整体高度指向恶意入侵与数据窃取用途。若此内容出现在npm等供应链包中,应视为极高风险并禁止使用/需立即隔离与取证。

Confidence: 95%Severity: 95%
MalwareHIGH
references/payloader/by-category/web/文件漏洞.md

This fragment is not actual dependency source code; it is a highly actionable offensive exploitation playbook covering multiple high-impact web attack classes (upload bypass leading to webshell/RCE, arbitrary file download via traversal/LFI including escalation to RCE, race-condition exploitation for execution, and Zip Slip for arbitrary file write/persistence). If this material is present inside a software package, it represents a severe misuse risk, though the snippet alone cannot confirm embedded executable malware or hidden backdoors beyond the instructional content. Recommend treating any dependency containing this as high-risk and performing full package content review (all files, scripts, build hooks, and postinstall steps) and sandboxing to detect runtime behavior.

Confidence: 72%Severity: 90%
MalwareHIGH
references/playbooks/rce/16-supply-chain.md

This fragment is a highly actionable supply-chain attack payload/playbook, not benign dependency code. It demonstrates install-time execution, CI/CD secret theft via privileged workflow contexts, build-artifact tampering to steal browser cookies, and network exfiltration (HTTPS/DNS callbacks), including basic evasion tactics. Treat as extreme risk and do not use or distribute as a dependency.

Confidence: 80%Severity: 95%
MalwareHIGH
references/payloader/by-category/intranet/exchange攻击.md

This fragment is highly indicative of malicious activity: it provides an operational, step-by-step recon and exploitation playbook for Microsoft Exchange vulnerabilities (ProxyLogon/ProxyShell/ProxyToken), including credential/authorization bypass concepts and subsequent mailbox access plus export for exfiltration. Even without implementation code shown, the content itself is an attack-enabling artifact; if bundled into a dependency or repository, it represents a severe security risk and strong malware/abuse intent signal.

Confidence: 80%Severity: 95%
MalwareHIGH
references/payloader/by-category/web/云安全漏洞.md

This fragment is an explicit, step-by-step cloud and Kubernetes exploitation playbook covering credential theft (SSRF->IMDS), data theft/tampering (S3 enumeration/download and potential stored XSS via writeable website buckets), privilege escalation (AWS IAM->AdministratorAccess via malicious Lambda), and container/host escape (privileged pods + hostPath and cgroup-style host execution). It contains multiple defense-evasion techniques and is not representative of benign dependency source code. Treat as high-risk harmful content in any supply-chain context.

Confidence: 90%Severity: 100%
MalwareHIGH
references/h1-reports/raw/reports/807772.json

This fragment is an exploit/vulnerability report with active malicious PoC content. It describes (and implements tooling for) remote exploitation of a game client via out-of-bounds reads leading to virtual-function-call-based RCE. It includes an exploit payload generator using `eval()` (dynamic execution during generation) and a SourceMod plugin that automatically delivers crafted messages on `player_spawn`. While not a dependency code snippet, the content is clearly intended for unauthorized code execution against clients, making it high risk from a supply-chain/malicious-content perspective if present in a published package.

Confidence: 85%Severity: 85%
MalwareHIGH
references/h1-reports/raw/reports/632721.json

This record is highly malicious/exploit-oriented content: it includes actionable instructions and references an attached payload intended to achieve remote code execution as root, along with post-exploitation effects (command execution and sensitive file access). It is not evidence about a software dependency’s implementation, but the artifact itself represents a critical security risk if redistributed, executed, or used to facilitate compromise.

Confidence: 70%Severity: 90%
MalwareHIGH
references/playbooks/ssrf-cache-host/00-index.md

This artifact is not normal library functionality; it is attacker-oriented exploitation guidance for SSRF, Host header injection, and cache poisoning, including concrete bypass methods and cloud metadata/internal probing targets. If included in a distributed dependency/package, it materially increases the attacker’s ability to validate and execute high-impact attacks (internal/cloud reachability and poisoned user-facing content). Even without executable code, the content is highly actionable and indicates malicious/sabotage intent or capability enhancement.

Confidence: 90%Severity: 95%
MalwareHIGH
references/payloader/by-category/intranet/信息收集.md

Overall, this fragment strongly indicates malicious/adversary tradecraft rather than benign functionality: it includes an explicit remote script download-and-execute pattern (PowerShell IEX + DownloadString from an attacker URL) and a complete end-to-end AD/internal recon workflow (BloodHound/SharpHound, SPN enumeration, port/service scanning, SMB share enumeration, and AD object/ACL/GPO/GPP targeting) with OPSEC/evasion variants and graph-based identification of privilege escalation paths. If this were used in a supply-chain dependency, it would represent a high security risk. Confidence is limited because only a textual fragment is provided and the actual packaging/runtime integration is not shown.

Confidence: 70%Severity: 92%
MalwareHIGH
references/payloader/by-category/intranet/adcs攻击.md

This fragment is high-risk offensive material: it provides executable commands and operational guidance to exploit multiple ADCS misconfiguration paths for privilege escalation (certificate abuse, SAN/subject impersonation), credential acquisition (via certificate authentication to obtain TGT), template configuration tampering with evasion intent, and NTLM relay to ADCS HTTP endpoints. If such content appears in or alongside a dependency/package, it should be treated as a strong malicious indicator pending contextual verification of how/why it is distributed.

Confidence: 80%Severity: 90%
MalwareHIGH
references/playbooks/oauth-saml-jwt/10-oauth-redirect.md

This fragment is high-risk because it contains an explicit OAuth authorization-code/token exfiltration JavaScript payload that captures sensitive OAuth artifacts from a redirect_uri callback and sends them to an attacker-controlled server. It also provides detailed, operational guidance for OAuth redirect_uri CSRF/bypass and redirect→SSRF pivoting using open-redirect and URL parsing discrepancies. Even without proof of runtime execution in the shown excerpt, the included payload content and attack-chain specificity strongly indicate malicious intent and dangerous supply-chain value for misuse.

Confidence: 78%Severity: 85%
MalwareHIGH
references/h1-reports/raw/reports/2450685.json

The file is a vulnerability-report artifact, not a dependency module, but it contains an embedded proof-of-concept HTML/JavaScript payload that retrieves administrator PII from a WordPress REST endpoint and exfiltrates it to an attacker-controlled host using credentialed XMLHttpRequest. Treat the embedded PoC content as malicious/dangerous if copied into an executable page or tested in a real environment; focus remediation on proper REST authorization and CORS/credential handling at the server.

Confidence: 82%Severity: 74%
MalwareHIGH
references/playbooks/logic-flaws/12-clickjacking.md

该片段包含可操作的点击劫持与点击劫持+XSS 攻击载荷/步骤,包含明确的敏感数据读取与外传示例(document.cookie → fetch 到外部域名)。其内容与用途高度指向恶意攻击而非防御或正常业务功能;若被打包进依赖并在任何环节触发,将构成严重安全威胁。由于缺少该片段在实际包中的执行入口与上下文,本次对“是否真的会在供应链中被运行”的断言信心受限。

Confidence: 72%Severity: 92%
MalwareHIGH
references/h1-reports/raw/reports/237860.json

This fragment is explicitly attack-oriented PoC code. It takes a user-supplied target and sends a hardcoded, CVE-specific crafted UDP packet to UDP port 53, consistent with denial-of-service exploitation against BIND9 DNS. If encountered in a dependency/package context (instead of being confined to a disclosure/report), it represents a high-risk capability for misuse; however, the snippet shown appears to be exploit code embedded in report text rather than a full software module.

Confidence: 78%Severity: 98%
MalwareHIGH
references/playbooks/path-traversal/13-phar-session-proc.md

This artifact is highly suspicious and effectively malicious in nature: it provides actionable, weaponized instructions and payload examples to turn PHP LFI into RCE using Phar metadata deserialization (destructor-triggered `system($_GET['c'])`), PHP session file inclusion for code execution, and /proc-based runtime disclosure/chaining. If present in a dependency or package artifact, it would materially increase attacker capability and should be treated as a security incident requiring removal, isolation, and investigation of package distribution/execution paths.

Confidence: 85%Severity: 90%
MalwareHIGH
references/payloader/by-category/web/点击劫持.md

This fragment is explicit offensive content: it demonstrates clickjacking via transparent/stacked iframes (including pointer-events and sandbox/CSP/XFO evasion variants) and escalates to XSS to enable harmful outcomes, including sensitive data exfiltration (document.cookie) to an external attacker-controlled domain. If such content is distributed through a dependency or packaged resource, it is unsafe. Exact supply-chain execution context is unknown from the fragment alone, but the malicious intent and actionable payload nature are clear.

Confidence: 86%Severity: 95%
MalwareHIGH
references/playbooks/intranet-postexp/12-privesc.md

High-likelihood malicious/offensive intent. The content is a post-exploitation payload/technique library for token theft, UAC bypass, and multiple privilege-escalation routes (Potato/PrintSpoofer/GodPotato, service/DLL/MSI attacks, Linux SUID/sudo/cron/kernel exploits), including reverse-shell and download-and-execute examples. No meaningful benign/defensive purpose is evident in this fragment.

Confidence: 90%Severity: 90%
MalwareHIGH
references/payloader/by-category/intranet/权限提升.md

This fragment is an offensive, weaponized privilege-escalation and defense-evasion playbook covering SYSTEM token theft/impersonation, UAC bypass, service/DLL/MSI abuse, Linux SUID/sudo/cron/kernel exploitation guidance, and reverse-shell/remote payload execution patterns. It contains strong misuse indicators (credential/token theft, SYSTEM acquisition, EDR bypass, and C2-like execution), and would represent an extreme supply-chain security risk if included in any benign software dependency.

Confidence: 88%Severity: 100%
MalwareHIGH
references/playbooks/http-smuggling.md

Treat this fragment as highly malicious offensive security content. It provides actionable PoC guidance and code to perform HTTP request smuggling/desynchronization by exploiting proxy/backend request parsing discrepancies, with explicit high-impact attack outcomes (cache poisoning, auth bypass, and cross-user request/response interference). No obfuscation indicators are present; the danger stems from the direct, practical exploitation instructions and raw-socket payload transmission shown in the fragment. Supply-chain risk assessment is limited by the lack of actual dependency implementation code, but the content itself is strongly unsafe.

Confidence: 85%Severity: 90%
MalwareHIGH
references/methodology/02-bypass-toolkit.md

该片段为面向攻击者的可执行攻击材料(绕过决策流程 + 大量 SQLi/XSS/命令注入/路径遍历/SSRF/上传绕过 payload + 云元数据探测与 DNS/HTTP/盲时间外带示例)。没有看到正常防御或安全工程实现;其内容结构与细节体现明确的进攻与数据窃取意图。若出现在软件依赖或可被他人检索/复用的分发内容中,应视为高风险恶意用途材料,建议移除/隔离并对包来源与分发渠道进行审计。

Confidence: 86%Severity: 100%
MalwareHIGH
references/playbooks/xss/12-exploitation.md

This module is a malicious XSS payload collection that enables credential/session theft (document.cookie exfiltration, password/form capture, keystroke logging) and supports chaining XSS into BeEF-based browser exploitation via attacker-controlled hook loading. It contains multiple direct exfiltration sinks to external attacker infrastructure and includes evasion via eval/atob variants. High severity: should not be included or distributed as part of a software dependency in any production environment.

Confidence: 90%Severity: 100%
MalwareHIGH
references/payloader/raw/tools.json

This fragment is best characterized as an offensive command/payload catalog intended for recon, defense evasion, and command-and-control (including multi-language reverse shells, PowerShell AMSI bypass, remote download-and-execute, and webshell-like server-side execution). If shipped within a software supply chain dependency (even as embedded data), it materially increases compromise and misuse risk because consumers could execute or be coerced into executing these payloads as part of an intrusion workflow. Actual impact depends on how (or whether) the broader package invokes these strings, but the payload content alone is highly suspicious.

Confidence: 68%Severity: 85%
MalwareHIGH
references/playbooks/ssrf-cache-host/11-cloud.md

The fragment is a highly actionable, explicitly offensive multi-stage cloud and Kubernetes attack playbook. It focuses on stealing cloud metadata/identity credentials via SSRF (AWS/GCP/Azure), using those credentials to enumerate and exfiltrate S3 and secret material, escalating AWS IAM privileges (including creation/invocation of an AdministratorAccess-granting Lambda), and escaping Kubernetes containers/obtaining cluster control via ServiceAccount token abuse and privileged/hostPath pods. If included in any software dependency, it should be treated as a critical security risk and a likely malicious payload intended to facilitate unauthorized compromise.

Confidence: 90%Severity: 100%
MalwareHIGH
references/playbooks/llm-prompt-injection/11-indirect-rag.md

High-likelihood malicious content: the fragment provides step-by-step instructions to poison RAG knowledge bases/vector stores and inject indirect prompt instructions, including attempts to override system behavior and exfiltrate credentials. It also describes direct tampering of exposed vector DB APIs and stealth/bypass techniques (zero-width characters, metadata injection, Base64-encoded instructions). This is operationally harmful guidance rather than benign dependency code.

Confidence: 90%Severity: 90%
MalwareHIGH
references/h1-reports/raw/reports/1073780.json

This fragment is malicious exploit content demonstrating how to chain ESI injection and reflected XSS to harvest session cookies (including HttpOnly per the narrative) and exfiltrate them to attacker infrastructure. It is not a dependency source file, so it cannot be used to assess whether an npm package is tampered; nevertheless, the provided PoC logic and payloads are explicitly designed for credential/session theft and account takeover, representing a high-risk security pattern if found embedded in any software artifact.

Confidence: 70%Severity: 75%
MalwareHIGH
references/payloader/tools/漏洞利用.md

The provided fragment is not benign dependency code; it is a highly actionable offensive intrusion and post-exploitation playbook covering payload generation, JNDI/deserialization weaponization (LDAP/RMI/HTTP listeners and ${jndi:...} triggers), reverse shells, and C2-driven credential/data theft actions. If included in a software supply chain artifact, it represents an extreme security risk and strongly indicates malicious or abuse-enabling intent.

Confidence: 88%Severity: 100%
MalwareHIGH
references/payloader/by-category/web/框架漏洞.md

This provided fragment is an exploitation/payload instruction catalogue focused on achieving remote command execution and/or persistence (webshell/file/management deploy) across multiple widely deployed Java/PHP frameworks and app servers, including explicit OOB callbacks for success verification and multiple WAF/EDR bypass techniques. Although it is not executable code in the shown excerpt, its content is highly actionable and anomalous for a typical dependency; if distributed in a package, it would be considered a serious supply-chain compromise indicator. More context is required to confirm whether it is merely documentation or is referenced/packaged for execution during installation/build/runtime.

Confidence: 76%Severity: 86%
MalwareHIGH
references/payloader/tools/域渗透.md

The provided content is highly actionable malicious guidance for exploiting AD CS with Certipy: it covers enumeration, ESC-style certificate template abuse, certificate-based impersonation via PFX authentication, HTTP relaying for further compromise, and exporting PFX credentials. There is no benign application logic here; as supply-chain content, distributing or bundling this would present a strong risk of enabling domain compromise. No obfuscation is evident.

Confidence: 90%Severity: 95%
MalwareHIGH
references/playbooks/logic-flaws/11-business-logic.md

This module is a high-risk offensive payload/instruction set intended to facilitate exploitation of critical web application business-logic vulnerabilities (authorization/IDOR, race-condition double-spend, payment/order tampering including callback manipulation, password reset takeover via Host/header injection and token/verification weaknesses, and CAPTCHA bypass via reuse/omission/universal codes and OCR/brute force). It is not benign utility code; its inclusion in a supply chain would significantly increase attacker capability. Confirm whether it is merely documentation or is actually executed/packaged in a way that would further increase risk.

Confidence: 86%Severity: 93%
MalwareHIGH
references/h1-reports/raw/reports/892337.json

The fragment is highly consistent with a CSS exfiltration payload: it conditionally triggers outbound requests to an attacker-controlled domain using background-image, encoding secret-dependent (DOM value + positional index) data into URL query parameters. If shipped or injected into any user-facing context, it can leak sensitive values via server-observable network requests. This is strong malicious intent for side-channel exfiltration, though attribution to a specific dependency/package cannot be confirmed from the snippet alone.

Confidence: 70%Severity: 100%
MalwareHIGH
references/playbooks/intranet-postexp/19-adcs.md

This fragment is highly indicative of malicious intent: it is an actionable post-exploitation payload/instruction set that enables attackers to enumerate ADCS, exploit template misconfigurations for privileged certificate issuance (including administrator impersonation), optionally modify/restore template configuration to evade detection, authenticate with obtained PFX for elevated Kerberos artifacts, and perform NTLM relay to ADCS HTTP endpoints. If present in a software supply chain, it would constitute a serious security risk by materially increasing attacker capability.

Confidence: 80%Severity: 90%
MalwareHIGH
references/payloader/by-category/intranet/隧道代理.md

This fragment is an intrusion-oriented tunneling/proxy playbook, providing concrete steps to establish covert and pivot tunnels (including webshell-based tunneling and DNS/ICMP covert channels) and to route/scan internal services through attacker-controlled infrastructure. While it contains no hidden/obfuscated executable code in the shown text, its operational specificity strongly suggests malicious intent or facilitation of unauthorized access. If found in a dependency/repository, it should be treated as a high-security-risk artifact requiring removal/quarantine and provenance review.

Confidence: 70%Severity: 85%
MalwareHIGH
references/playbooks/oauth-saml-jwt/11-saml.md

This fragment is highly indicative of malicious/abusive security content: it provides a detailed playbook for SAML exploitation (signature bypass/stripping, XML Signature Wrapping, XXE with local file read and out-of-band exfiltration, and WAF/EDR evasion), ending with instructions to POST tampered SAMLResponse to a target ACS endpoint. If shipped as part of a public package, it would represent a dangerous capability enabling authentication bypass and potential data theft. More context about how/where this text is used in the package (actual runtime behavior vs documentation) is needed, but the provided content itself is overtly attack-oriented.

Confidence: 90%Severity: 88%
MalwareHIGH
references/payloader/by-category/intranet/权限维持.md

This fragment is a highly suspicious/offensive playbook describing multiple Windows persistence mechanisms (registry Run/RunOnce/Winlogon, services, scheduled tasks, WMI event subscriptions, startup-folder LNKs, AppInit_DLLs) and backdoor techniques (backdoor user/SAM hiding) plus domain compromise guidance (mimikatz Skeleton Key, DSRM backdoor enablement, SID History abuse). It contains direct system modification/execution commands typical of malware operators. No legitimate software supply-chain behavior is evident.

Confidence: 90%Severity: 90%
MalwareHIGH
references/playbooks/rce/14-ssti.md

This fragment is an explicitly weaponized SSTI exploitation payload library across many template engines, including concrete command-execution and reverse-shell payloads. It contains no defensive code, sanitization, or mitigation logic—only offensive exploit guidance. If distributed as part of a dependency, it represents an extreme supply-chain security risk and should not be trusted without a strong, legitimate defensive rationale and isolation controls.

Confidence: 82%Severity: 100%
MalwareHIGH
references/playbooks/path-traversal/12-php-wrappers.md

This fragment is an explicit, offensive exploit payload/guide for PHP LFI-to-RCE using dangerous PHP stream wrappers (`php://input`, `data://`, `phar://`, `zip://`, `php://filter`) and directory traversal bypass techniques (including WAF/EDR-evasion variants). If present in a distributed dependency or artifact, it materially increases an attacker’s ability to compromise vulnerable PHP applications by providing ready-to-use payloads (including command execution and reverse-shell guidance). While the fragment is not itself executable code, its content is highly malicious/exploitation-oriented and represents a severe supply-chain security concern.

Confidence: 82%Severity: 92%
MalwareHIGH
references/payloader/by-category/intranet/sharepoint攻击.md

This fragment is an explicit offensive playbook for SharePoint enumeration and credentialed sensitive document discovery/access using internal REST API endpoints and CSOM/OneDrive. It contains multiple strong malicious indicators (credentialed access examples, sensitive-term search, and insecure TLS bypass in command examples). While not a real software module to analyze for implementation-level malware, treating this content as a high-risk attack payload is warranted and it should not be included or distributed in a software supply chain.

Confidence: 85%Severity: 100%
MalwareHIGH
references/payloader/raw/intranet.json

This fragment is highly suspicious and is best characterized as an offensive security playbook/attack technique catalog containing actionable credential theft, Exchange/SharePoint unauthorized access workflows, Windows SYSTEM privilege escalation guidance (Potato-family), and explicit defense-evasion/OPSEC instructions. Although no benign/actual dependency execution logic is shown here, packaging or distributing this content in a software supply chain is a major trust and security risk.

Confidence: 70%Severity: 85%
MalwareHIGH
references/playbooks/intranet-postexp/18-exchange.md

The provided “source” is effectively an offensive Exchange exploitation and mailbox-access payload/instruction library. It includes reconnaissance, SSRF/auth-bypass exploitation steps, unauthorized mailbox access workflows, and explicit export-to-UNC actions consistent with data exfiltration. If this content were packaged or distributed as a dependency, it would represent an extremely high security risk and a likely malicious enablement artifact.

Confidence: 86%Severity: 100%
MalwareHIGH
references/h1-reports/raw/reports/3125832.json

The fragment is explicitly exploit-focused PoC content for an HTTP/3 stream priority dependency cycle, designed to send crafted QUIC/HTTP/3 frames (including cyclic PRIORITY_UPDATE dependencies and large payloads) to trigger memory corruption/DoS in HTTP/3 clients. There are no indicators of typical supply-chain malware behaviors (no persistence, exfiltration, or credential theft), but the artifact is high-risk offensive guidance and should be treated as malicious exploit methodology rather than benign dependency code.

Confidence: 68%Severity: 90%
MalwareHIGH
references/playbooks/file-upload/10-upload-bypass.md

This artifact is highly suspicious and effectively malicious in intent: it is an offensive cheat-sheet/workbook for bypassing file upload validation and deploying webshells using concrete filename/MIME/magic-byte/null-byte/Windows NTFS techniques. There is no executable malware present in this fragment, but its inclusion in a dependency/package represents a strong supply-chain risk due to weaponization guidance.

Confidence: 78%Severity: 88%
Audit Metadata
Analyzed At
Jun 4, 2026, 03:27 AM
Package URL
pkg:socket/skills-sh/MyuriKanao%2Fsrc-hunter-skill%2Fsrc-hunter%2F@978b95318163656c5d2d9902dbe6c5ea54c7e800
Security Audit — socket — src-hunter