policy-search-china

Warn

Audited by Socket on Aug 18, 2026

51 alerts found:

Securityx22Anomalyx29
SecurityMEDIUM
cache/gov/国务院关于印发_实施就业优先战略_十五五.htm

Overall, the page is primarily a static government notice with standard client-side UI logic (search/navigation, responsive viewport switching, pagination/printing hooks). The main security concern in this fragment is an end-of-file runtime script injection pattern using document.write(unescape('%3Cscript src=...')), which strongly suggests the page may dynamically load additional JavaScript at runtime. Because the injected payload is truncated, the exact destination and intent cannot be proven from this capture, but the technique is sufficiently suspicious to warrant immediate review of the full untruncated file and any referenced decoded/injected script URLs, as well as the safety of the external scripts it loads. Separately, the search-to-window.open path appears incomplete in the capture, so redirect/navigation safety should be validated against the full file content.

Confidence: 56%Severity: 80%
SecurityMEDIUM
cache/gov/国务院关于印发_美丽中国建设_十五五_规.htm

Overall, this fragment is a content webpage that heavily depends on external scripts, but it contains a high-risk dynamic script injection pattern (document.write with unescaped encoded <script src=...>), with the injected target truncated and therefore not fully verifiable. Additionally, the search navigation uses window.open, though the url construction is incomplete in the provided snippet. While there is no explicit data theft logic visible here, the combination of runtime script injection capability and external supply-chain dependency loading warrants security review and inspection of the complete file and the dynamically injected/loaded script targets.

Confidence: 45%Severity: 75%
AnomalyLOW
cache/gov/国务院关于印发_加快农业农村现代化_十五.htm

The provided fragment is mostly standard client-side web page logic (loading assets, responsive behavior, share/print/pagination scaffolding) and does not show obvious credential theft or exfiltration in the visible portion. However, it contains a high-risk pattern at the end: document.write(unescape(...)) with an encoded payload starting like <script src=..., indicating potential runtime script/HTML injection during parsing. Additionally, the search handler calls window.open(url,'_blank') based on user input/conditions, but the final url construction is truncated so allowlisting/validation cannot be verified. Treat this as a security-relevant supply-chain/dependency verification hotspot: review the complete trailing document.write/unescape payload and the full goSearch() url assignment, and ensure injected script URLs are fixed/allowlisted and that third-party scripts are protected (e.g., SRI) where feasible.

Confidence: 42%Severity: 68%
SecurityMEDIUM
cache/sasac/国务院国资委印发_中央企业违规经营投资责.htm

This fragment is not obviously destructive malware, but it has significant supply-chain/integrity risk: it executes remote code via JSONP and dynamically injects a remote tracking script using document.write(unescape(...)) over plaintext HTTP, alongside additional third-party HTTP widget scripts. If any upstream endpoint or network path is compromised, the attacker can run arbitrary JavaScript in the page context. Recommend enforcing HTTPS, removing document.write-based remote injection, avoiding JSONP in favor of secure HTTPS APIs, and tightly controlling/attesting third-party script sources.

Confidence: 70%Severity: 82%
SecurityMEDIUM
cache/gov/国务院关于印发_教育发展_十五五_规划_.htm

No explicit credential theft, crypto-mining, or data exfiltration is evidenced in the visible portion of the fragment. However, the provided code contains a critical high-risk pattern at the end consistent with dynamic script tag injection (document.write + unescape of encoded <script src=...>), which can enable arbitrary additional JavaScript execution depending on the decoded content. Additionally, the search navigation uses window.open with a truncated/uncertain url construction, introducing an unverified open-navigation risk. Overall, the module should be treated as suspicious until the full, unobscured source is reviewed and the decoded script payload (and all referenced external scripts) are verified as trusted and integrity-protected.

Confidence: 55%Severity: 70%
AnomalyLOW
cache/gov/_知识产权保护和运用_十五五_规划_.htm

From the visible fragment, the page primarily implements standard website UI and content rendering. No definitive evidence of credential theft or data exfiltration is present. However, there is a strong suspicious indicator: a truncated document.write(unescape(...)) script-injection bootstrap at the end of the snippet, plus an incomplete goSearch() URL assignment in the captured content. These reduce confidence in safe execution and warrant full-file review to confirm what scripts are written/loaded and whether search-driven navigation targets are strictly allowlisted. Given the uncertainty from truncation, the safest assessment is a moderate-to-high security risk pending verification of the injected script target and the complete redirect logic.

Confidence: 45%Severity: 65%
AnomalyLOW
cache/gov/content_7062633.htm

No definitive malicious behavior (e.g., credential theft, exfiltration, or backdoor) is evident in the visible inline code. The main security concerns are (1) a high-risk legacy dynamic injection pattern using document.write(unescape(...)) with truncated payload, and (2) extensive execution of external JavaScript assets in page context without any integrity attributes shown in the snippet. These create meaningful injection/supply-chain risk that requires verification of the complete document.write payload and the contents/integrity controls of the loaded scripts.

Confidence: 45%Severity: 58%
AnomalyLOW
cache/sasac/content_26018430.html

No clear evidence of deliberate malware (data theft, RCE backdoor, cryptomining, or destructive actions) is present in the visible snippet. However, the code dynamically executes remote JavaScript via JSONP and injects a third-party tracking script using document.write + unescape over plain HTTP (cl2.webterren.com/webdig.js). This materially increases supply-chain and network-in-the-middle risk. The overall behavior is consistent with analytics/share widgets, but the integrity guarantees are weak due to JSONP and HTTP transport.

Confidence: 61%Severity: 62%
AnomalyLOW
cache/gov/集成电路布图设计保护条例.htm

This is a mostly typical client-rendered legal content page with search/navigation and UI widgets. The primary security concern is a truncated but high-risk runtime injection construct (document.write + unescape of encoded script markup), which can enable execution of dynamically injected resources if its payload/source is not strictly controlled. Additionally, the search-to-window.open redirect logic appears incomplete in the provided fragment, preventing verification of safe/whitelisted navigation. No direct evidence of malware behavior (e.g., exfiltration/backdoor) is present in the visible portion, but the code structure and dynamic injection primitive warrant priority review of the complete end-of-file payload and the referenced external scripts.

Confidence: 45%Severity: 60%
AnomalyLOW
cache/nea/content_5749758.htm

Overall risk is elevated due to a high-suspicion runtime script injection pattern (document.write + unescape decoding an embedded %3Cscript src=... string) and because user input can trigger window.open navigation. The fragment is heavily dependent on external scripts whose internals are not shown, so malicious behavior cannot be ruled out. Recommended actions: inspect the fully rendered/untruncated document.write payload and verify the exact injected script URL/domains; review the referenced local and external JavaScript files (especially those involved in login/favorites/comments, policy library interactions, and any code behind trs.SearchFn) for integrity and unintended behaviors; implement a strict allowlist/validation for any navigation URLs derived from user-controlled input.

Confidence: 52%Severity: 65%
AnomalyLOW
cache/gov/content_6924596.htm

This module appears to be a standard policy-page HTML wrapper, but it contains notable client-side risk indicators: (1) user-driven search logic that can open new URLs in a new tab, and (2) an explicit document.write(unescape(...)) runtime injection pattern that—when complete—can inject and execute additional script content. Combined with multiple externally hosted JavaScript assets, this suggests elevated supply-chain and client-side injection risk. No definitive malware behavior is confirmed in the provided fragment, but the injection primitive warrants thorough inspection of the full decoded payload and all referenced scripts.

Confidence: 46%Severity: 62%
AnomalyLOW
cache/gov/国家机关事务管理局_国家发展和改革委员会.htm

No definitive, directly observable malware behavior (e.g., credential theft or network exfiltration) is present in the visible portion. However, the fragment contains high-risk security primitives: (1) dynamic tab navigation via window.open where the URL construction is truncated/incomplete, and (2) a clear document.write(unescape("%3Cscript src=...")) pattern capable of injecting/executing additional scripts at runtime. Combined with execution of multiple externally hosted scripts, this warrants manual review of the full original file and the complete injected payload/URLs, as well as verification of external script integrity and allowlisting/validation for search-driven navigation.

Confidence: 45%Severity: 63%
AnomalyLOW
cache/gov/content_7047018.htm

The provided fragment is a client-side HTML page that primarily renders content and UI. The inline code does not clearly show credential theft or data exfiltration. However, it contains a high-impact runtime injection sink (document.write(unescape(...))) at the end of the fragment and shows truncated/incomplete url assignment in the search handler. If these truncated sections are complete in the original, they could enable dynamic script injection and/or unsafe navigation. Combined with many external script imports (runtime supply-chain trust surface), this warrants deeper review of the full document.write/unescape payload and all referenced external JavaScript to confirm no tracking/exfiltration or malicious redirection occurs.

Confidence: 42%Severity: 62%
SecurityMEDIUM
cache/gov/国务院关于印发__十五五_碳达峰行动方案.htm

Most inline logic is typical UI behavior (search handler, responsive/viewport switching, DOM breadcrumb cleanup, and initialization hooks). However, this fragment contains a highly suspicious truncated construct that indicates runtime decoding and injection of a <script> element via document.write(unescape(...)). Additionally, the search navigation logic includes window.open with an incomplete url assignment in the captured snippet, preventing verification of allowlisting/safety. Because the injected payload and external script contents are not fully visible, malicious intent cannot be confirmed, but the supply-chain/malicious script injection risk is substantial and warrants investigation of the full tail and all externally loaded scripts (including integrity controls and exact injected script URL).

Confidence: 46%Severity: 74%
AnomalyLOW
cache/gov/content_6923270.htm

This fragment is primarily a static content page with client-side UI behaviors, but it contains two notable security red flags: (1) an incomplete search handler that ultimately calls window.open(url) with URL logic truncated in the snippet, and (2) a legacy dynamic loader pattern at the end (document.write(unescape("%3Cscript src=..."))) suggesting runtime injection/execution of additional scripts. No direct evidence of credential theft/exfiltration is visible in the provided code; however, because the injected content and most imported JS implementations are not shown, the safest assessment is elevated risk pending verification of the decoded/injected script source and the integrity/behavior of all referenced external scripts.

Confidence: 52%Severity: 65%
SecurityMEDIUM
cache/gov/content_7065138.htm

No explicit malware behavior (e.g., credential theft, exfiltration, or a visible backdoor) is confirmed in the provided fragment, but the page contains a high-risk runtime injection pattern (document.write(unescape("%3Cscript src=..."))) and a navigation sink (window.open with computed url) driven by user search input. Because the dynamic payload and parts of redirect logic are truncated, the safest assessment is that this module should be treated as suspicious and requires full-file review plus verification of all referenced JS asset integrity (CSP/SRI/provenance) before trust.

Confidence: 55%Severity: 70%
AnomalyLOW
cache/mot/t20230920_3922478.html

No explicit self-contained malware behavior (e.g., credential theft, backdoor, destructive actions) is evident in this snippet. However, it introduces moderate supply-chain/privacy risk by executing multiple remote third-party scripts (telemetry/exposure and a share widget) using dynamic script injection patterns, and it contains document.write() and javascript: usage as additional risk-bearing constructs. Review and constrain third-party scripts (trust, integrity/SRI, CSP) and monitor for tracking/privacy compliance.

Confidence: 60%Severity: 58%
AnomalyLOW
cache/cac/content_5631671.htm

Overall, the visible code is primarily standard webpage UI logic, but the fragment contains two notable risks: (1) a parse-time dynamic injection pattern using document.write(unescape(...)) with the injected script URL/content truncated in the provided text, and (2) an incomplete/garbled search redirect implementation where window.open(url,'_blank') cannot be fully validated. Given the heavy reliance on multiple externally loaded scripts, the effective security depends on the integrity of those dependencies and the missing tail content. This module should be reviewed in full (including the complete document.write/unescape portion and the referenced external scripts) before trust decisions.

Confidence: 43%Severity: 55%
SecurityMEDIUM
cache/gov/content_7040253.htm

No explicit, fully confirmed malware behaviors (e.g., credential theft, exfiltration, or command execution) are visible in the provided fragment. However, the page contains a high-suspicion runtime injection pattern (document.write(unescape(%3Cscript src=...))) that can dynamically load and execute additional script content, and the search redirection logic is captured as incomplete/malformed, preventing validation of whether window.open targets are strictly allowlisted. Given the extensive external script dependencies, this module should be treated as medium-to-high supply-chain risk until the complete injected document.write payload and the full goSearch URL construction are confirmed and the referenced JS assets are integrity-verified.

Confidence: 52%Severity: 70%
AnomalyLOW
cache/gov/content_6999913.htm

No definitive, explicit malware behavior (e.g., credential theft, exfiltration, or command execution) is visible in the provided fragment. However, the module contains two significant security concerns: (1) a high-suspicion runtime script injection pattern using document.write(unescape(...)) to inject a <script> tag, and (2) a search-driven window.open sink that could become an open-redirect/navigation abuse issue depending on the (truncated) URL construction/whitelisting. Additionally, multiple externally loaded scripts increase supply-chain risk. The snippet is truncated in key places, so the exact impact of these mechanisms cannot be fully confirmed.

Confidence: 44%Severity: 67%
SecurityMEDIUM
cache/gov/关于进一步加强工业等污水污染风险防范_保.htm

This module is predominantly UI logic, but it contains a critical high-risk behavior: runtime-decoding and insertion of a <script> tag via document.write(unescape("%3Cscript src=...")), which can cause hidden/unsafely controlled script execution at page load. Additionally, the search flow can open new tabs via window.open(url,'_blank') based on search logic, and the provided excerpt does not show complete allowlisted URL construction. The exact decoded payload/destination is not visible due to truncation, so malware certainty is limited; however, the overall security posture for this snippet is concerning and should be reviewed with the full, unobfuscated page source and the resolved decoded script URL(s).

Confidence: 60%Severity: 82%
SecurityMEDIUM
cache/gov/content_5736707.htm

Overall, this fragment is mostly standard client-side UI code, but it contains two notable security-relevant behaviors: (1) user-driven navigation via window.open(url, '_blank') where the URL mapping logic is truncated in the provided snippet (potential open-redirect risk depending on the missing url values), and (2) a clear high-suspicion dynamic script injection pattern (document.write + unescape with a script-src prefix), though the injected payload is truncated and cannot be verified here. Additionally, several external scripts are loaded, increasing supply-chain risk. From this partial fragment alone, there is insufficient evidence to confirm active malware, but the dynamic injection sink elevates security risk and warrants full-file/decoded-payload inspection and allowlisting controls for navigation targets.

Confidence: 55%Severity: 75%
AnomalyLOW
cache/mot/关于_交通运输数据安全管理办法_征求意见.htm

No explicit malware indicators are visible in this HTML fragment (no credential theft, reverse shell, or obvious exfiltration code shown). The primary security concern is supply-chain/trust: the page loads and executes multiple scripts, including one remote third-party script (https://pucha.kaipuyun.cn/exposure/jiucuo.js). Since the contents of those scripts are not included here, the exact behavior (tracking vs. malicious actions) cannot be confirmed. Recommend verifying script integrity/provenance, auditing the imported JS files, and performing runtime behavior checks (network requests, DOM access patterns).

Confidence: 48%Severity: 60%
SecurityMEDIUM
cache/gov/content_7072672.htm

No conclusive evidence of credential theft or direct exfiltration is visible in this fragment. However, there are two major security concerns: (1) a clearly suspicious, truncated runtime injection/loader pattern using document.write(unescape('%3Cscript ...')) that can enable dynamic script loading/execution, and (2) a search flow that calls window.open() with a partially shown/truncated url construction, leaving open-redirect/navigation safety uncertain. Additionally, the page depends heavily on external scripts from remote origins, increasing supply-chain impact. Overall, this fragment warrants immediate review of the complete trailing injected content and verification/integrity-hardening of all loaded scripts.

Confidence: 45%Severity: 78%
SecurityMEDIUM
cache/ndrc/content_7057405.htm

No clear, explicit credential-stealing or exfiltration logic is visible in the excerpt; however, the tail of the snippet contains a highly suspicious dynamic script injection construct (document.write(unescape(...)) creating/inserting a decoded <script> tag). This is a direct browser code execution mechanism and is consistent with malicious payload delivery under compromise of the encoded string or surrounding generation logic. Additionally, the page executes many external scripts, increasing supply-chain attack surface. Treat this module as high risk and inspect the full, unobstructed tail content (including the complete decoded payload and the fully formed search URL logic) before reuse.

Confidence: 62%Severity: 82%
SecurityMEDIUM
cache/gov/content_7050192.htm

The page content appears to be a standard government policy HTML view, but the provided fragment contains a high-risk pattern consistent with runtime script injection (document.write(unescape("%3Cscript ..."))). While there is no explicit evidence of exfiltration/credential theft in the visible inline logic, the combination of dynamic injection capability, incomplete/unclear navigation logic around search-to-window.open, and many external script dependencies (including scripts from another subdomain and unusual /images/*.js locations) materially increases supply-chain and runtime tampering risk. Verify the complete trailing document.write/unescape code path, validate all external script integrity (SRI/hashes), and enforce a restrictive CSP to prevent dynamic script injection where feasible.

Confidence: 45%Severity: 70%
AnomalyLOW
cache/gov/content_6954239.htm

This page fragment is mostly standard UI/navigation code, but it contains a high-risk dynamic script injection pattern (document.write(unescape(%3Cscript ...%3E))) and an incomplete/uncertain search-redirect URL selection that opens a new tab. While the excerpt does not directly show credential theft or data exfiltration, the dynamic loader behavior and truncated URL logic create meaningful supply-chain and client-side execution risk. The entire fragment (especially the full decoded script string and complete goSearch() URL assignments) must be reviewed to confirm whether behavior is strictly static/allowlisted or could be abused.

Confidence: 52%Severity: 66%
SecurityMEDIUM
cache/gov/content_7037861.htm

No definitive proof of malware/data theft is visible in the provided inline fragment, but the page contains a strong red-flag runtime injection pattern (document.write(unescape(...)) with a script tag prefix) and executes multiple external JavaScript assets (including non-relative third-party origin). Because the injected payload and the complete url-selection logic are truncated/unknown, this module should be treated as a high supply-chain/security review target: verify the full source around the truncated document.write section, confirm the decoded script URL, and inspect the referenced external JS files for tracking, injection, or open-redirect behavior.

Confidence: 44%Severity: 72%
SecurityMEDIUM
cache/gov/content_5671006.htm

This fragment does not show clear credential theft or direct exfiltration, but it contains a significant red-flag pattern: document.write(unescape(...'script src'...)) indicative of runtime decoded script/HTML injection. Additionally, the search function uses window.open to navigate based on runtime-determined url logic that appears truncated in the provided capture, so destination validation/allowlisting cannot be confirmed. Because the fragment is incomplete and most behaviors depend on externally loaded scripts, malicious activity cannot be confirmed, but the injection pattern warrants urgent review of the full page tail and all referenced scripts.

Confidence: 45%Severity: 70%
AnomalyLOW
cache/moa/zhnyzxd.htm

This fragment’s UI logic appears non-malicious and typical (jQuery-driven tab/slider interactions). The primary security concern is the runtime injection and execution of a remote third-party script using document.write(unescape(...)) to load https://pucha.kaipuyun.cn/exposure/jiucuo.js. That remote dependency can change behavior at any time and should be treated as a supply-chain/trust risk (review/allowlist and verify the third-party script’s purpose and integrity).

Confidence: 63%Severity: 60%
AnomalyLOW
cache/miit/content_6983678.htm

No direct malicious payload (e.g., exfiltration/remote shell) is explicitly visible in the provided fragment. However, the page contains a high-risk runtime injection pattern (document.write + unescape of encoded script markup) and a navigation sink (window.open) tied to search-driven logic where the final URL construction is truncated/opaque. Given the supply-chain surface from multiple external scripts, this module should be reviewed with priority: verify the complete injected encoded payload, confirm what url can be opened (strict allowlist vs user-influenced), and audit the contents of referenced JS dependencies.

Confidence: 52%Severity: 67%
AnomalyLOW
cache/gov/国家发展改革委_国家能源局关于印发_新型.htm

The fragment is mostly legacy client-side UI code that depends heavily on external JavaScript modules. The highest concern is the presence of a truncated document.write(unescape('%3Cscript src=...')) dynamic script injection pattern, which is a well-known high-risk technique because it can load and execute additional code at runtime. Additionally, the goSearch() URL logic is truncated in the provided fragment, so navigation safety cannot be verified. Based on the visible code alone, malicious intent cannot be confirmed, but there is meaningful supply-chain and dynamic execution risk that warrants code completion/context review and dependency integrity controls (SRI, pinning/allowlist, and tamper monitoring).

Confidence: 45%Severity: 65%
AnomalyLOW
cache/gov/国家发展改革委_国家能源局关于印发_煤炭.htm

The visible fragment does not clearly show credential theft or direct data exfiltration, but it contains a high-risk dynamic injection pattern (document.write(unescape(...)) decoding and injecting script/HTML at runtime) plus a sensitive navigation sink (window.open) driven by search logic that is truncated in the snippet. Treat this module as suspicious until the full unescaped document.write payload and complete goSearch URL construction/validation are reviewed. Also consider supply-chain risk from multiple externally loaded scripts.

Confidence: 56%Severity: 66%
AnomalyLOW
cache/gov/自然资源部办公厅关于印发_全国地质灾害防.htm

No definitive evidence of malware (e.g., credential theft, exfiltration, or a backdoor) is present in the visible portion. However, the snippet includes a high-risk dynamic injection pattern (document.write + unescape with a %3Cscript payload prefix) and an incomplete/truncated redirect URL assignment tied to user search input feeding window.open. Because the decoded payload and full url construction are not fully shown, the security assessment should treat this module as potentially risky and verify the complete document.write decoded content and the complete goSearch() url whitelist/derivation in the original file/dependency.

Confidence: 42%Severity: 66%
AnomalyLOW
cache/gov/四部门关于推动互联网基础资源高质量发展的.htm

This module is mostly standard client-side website UI logic, but it contains a high-suspicion dynamic execution pattern: document.write(unescape(...%3Cscript src=...)) enabling runtime injection and execution of an encoded script. Additionally, the search-to-window.open logic includes incomplete/truncated url construction, so the safety of the opened destination cannot be verified (open-redirect-style risk remains possible). Due to truncation, malicious intent is not proven; however, the combination of runtime script injection and uncertain navigation target construction warrants security review and integrity validation of all referenced scripts.

Confidence: 46%Severity: 66%
AnomalyLOW
cache/gov/工业和信息化部关于印发__人工智能_信息.htm

This page fragment contains multiple standard UI behaviors, but it also includes a high-suspicion runtime dynamic script injection pattern (document.write(unescape(...)) that appears to write a decoded <script src=...> tag) and a navigation action (window.open) driven by search logic. Due to truncation, the exact redirected/injected targets are not fully verifiable from this snippet alone. Treat this module as security-relevant: review the complete document.write payload and the full goSearch URL assignment/allowlisting, and audit all dynamically/externally loaded scripts for integrity and trustworthiness.

Confidence: 55%Severity: 63%
SecurityMEDIUM
cache/gov/content_5743484.htm

This module is a front-end page script that performs user-triggered navigation (window.open) based on a search keyword and modifies UI/link targets based on runtime environment. The most significant security concern is the presence of an encoded, runtime document.write(unescape(...)) pattern intended to inject and execute a <script> tag. Additionally, the search redirect URL assignment appears truncated in the provided excerpt, preventing verification that it is strictly allowlisted. While there is no explicit evidence of data exfiltration in the visible snippet, the dynamic script injection strongly suggests potential tampering/supply-chain risk and should be reviewed by inspecting the complete document.write payload, the resolved injected script URL(s), and ensuring all referenced script assets use integrity verification (e.g., SRI) and are monitored for unexpected changes.

Confidence: 54%Severity: 78%
AnomalyLOW
cache/gov/工业和信息化部等四部门关于印发_节能装备.htm

No definitive malware behavior (e.g., credential theft, C2, or exfiltration) is confirmed in the visible portion; however, the fragment contains two significant security red flags: (1) a dynamic runtime injection primitive (document.write(unescape("%3Cscript src=..."))) that can inject/execute scripts if the decoded payload is malicious, and (2) a search-to-window.open flow where the destination URL construction is truncated/unclear, which could enable unsafe navigation/redirect behavior if not strictly allowlisted. Given truncation and missing referenced script contents, confidence is limited, but the security risk warrants review—especially to validate the exact decoded document.write payload and the complete goSearch URL allowlist/validation logic.

Confidence: 40%Severity: 60%
AnomalyLOW
cache/gov/content_7015624.htm

No clear evidence of cryptomining, credential theft, or direct network exfiltration is present in the provided fragment. However, there is a notable high-sensitivity anomaly: a document.write(unescape(...<script src='... pattern that can dynamically inject and execute scripts at runtime. Additionally, the search handler leads to window.open() based on a value derived from user-controlled input (headSearchword), which can become an open-redirect/navigation risk depending on how url is constructed (the snippet appears truncated). Overall, the most suspicious element is the runtime script injection mechanism; confidence is limited because key strings/lines are truncated.

Confidence: 55%Severity: 60%
AnomalyLOW
cache/gov/财政部关于印发_重点生态保护修复治理资金.htm

No clear evidence of overt malware behavior (e.g., credential theft or direct data exfiltration) is visible in the provided fragment. However, the code contains a high-risk runtime script injection/loading mechanism (document.write + unescape with encoded <script>), and the search-to-window.open logic uses a url variable whose concrete values are truncated in the snippet. This combination warrants deeper review of the full document.write payload, the complete goSearch() URL assignment/allowlisting, and integrity protections (SRI/CSP) for all loaded scripts. Overall, treat this as a medium-to-high security risk due to script-injection potential rather than confirmed malicious intent.

Confidence: 45%Severity: 60%
SecurityMEDIUM
cache/gov/content_7073906.htm

The fragment is primarily a standard client-side web page with UI and search/navigation. However, it contains a highly suspicious runtime code-loading mechanism (document.write(unescape(%3Cscript src...))) that can inject and execute additional JavaScript, and the search-to-window.open logic is incomplete/truncated, preventing confirmation of URL allowlisting. Combined with multiple external script loads lacking visible integrity protections in the excerpt, this warrants a security review focused on (a) the fully intact goSearch URL construction/validation logic and (b) the decoded/injected script URL/content from the document.write/unescape tail.

Confidence: 55%Severity: 78%
AnomalyLOW
cache/gov/content_7054201.htm

No definitive malicious payload (e.g., credential stealing or data exfiltration) is provably present in the visible portion. However, the fragment contains two meaningful security concerns: (1) a high-risk dynamic runtime script injection pattern using document.write(unescape('%3Cscript src=...')) (payload details truncated), and (2) a search feature that ultimately calls window.open with the destination URL logic incomplete/garbled in the provided text, preventing confirmation of allowlisted, non-user-influenced destinations. Combined with multiple remote script dependencies, the module should be reviewed for the full (non-truncated) script injection string, verify strict URL allowlisting for window.open, and ensure integrity controls (e.g., HTTPS hardening and supply-chain integrity verification) for all external scripts.

Confidence: 55%Severity: 65%
AnomalyLOW
cache/gov/content_6980680.htm

No definitive malicious payload (e.g., explicit credential theft/exfiltration/reverse shell) is visible in the provided fragment. However, the code contains high-suspicion constructs: (1) a dynamic script/content injection pattern using document.write(unescape("%3Cscript src=...")) with the injected portion truncated and therefore not auditable here, and (2) search-driven navigation to window.open(url,'_blank') where the url derivation is incomplete/truncated in the snippet, preventing confirmation of strict allowlisting. Treat this module as requiring deeper review of the full document.write/unescape section and the complete goSearch URL assignment/validation logic, as these represent the most likely security-risk paths.

Confidence: 45%Severity: 60%
SecurityMEDIUM
cache/miit/content_6977718.htm

The provided client-side fragment shows a strong and unusual red flag: a runtime code injection pattern using document.write(unescape("%3Cscript ...")), indicating executable markup/script insertion at load time. Additionally, it opens new tabs via window.open with a destination derived from runtime logic involving user-facing search input, and it executes multiple external scripts from remote sources without visible integrity protections. While the exact injected payload and whether it performs overt theft/exfiltration cannot be confirmed due to truncation, the module presents an elevated security risk consistent with potential compromise or injector behavior.

Confidence: 45%Severity: 80%
SecurityMEDIUM
cache/gov/content_6994622.htm

The module largely implements normal webpage UI behavior (search triggers navigation, responsive viewport toggling, and link rewriting) but contains a significant security red flag: a truncated document.write(unescape("%3Cscript src=...")) dynamic injection pattern, which may load/execute additional script at runtime. In addition, user-influenced search ultimately reaches a window.open() navigation sink, and the page relies on multiple externally hosted JavaScript dependencies without visible integrity controls in the provided fragment. No explicit malware payload is fully evidenced in the visible snippet due to truncation, but the dynamic injection indicator makes this a priority for full-file inspection and dependency integrity verification.

Confidence: 55%Severity: 75%
SecurityMEDIUM
cache/gov/content_6996363.htm

The provided fragment looks primarily like client-side UI code, but it contains a significant suspicious construct: document.write(unescape("%3Cscript src=...")), indicating runtime HTML/script injection with an encoded payload that is not visible in the excerpt. Additionally, search ultimately drives window.open(url,'_blank') using a computed url whose full mapping is truncated, so exact open-redirect risk cannot be fully ruled out. Without reviewing the fully decoded document.write payload and the referenced external JS files, this module should be treated as higher risk and requires targeted analysis of the dynamic injection and included scripts.

Confidence: 50%Severity: 70%
SecurityMEDIUM
cache/gov/content_7054660.htm

No confirmed evidence of explicit data theft or command execution is visible in the provided inline fragment. However, the code contains a high-risk dynamic injection pattern (document.write(unescape("%3Cscript ..."))) that can load and execute additional script content in an encoded form, and the page relies on many external JavaScript dependencies without visible integrity protections. This warrants security review and supply-chain hardening (e.g., remove document.write/unescape patterns, add SRI/CSP, and verify the full goSearch and injected script payloads).

Confidence: 45%Severity: 70%
AnomalyLOW
cache/gov/content_6907900.htm

Moderate security concern. The fragment’s primary red flag is the presence of dynamic script injection using document.write(unescape(...)) (truncated in the excerpt), which makes loaded code sources difficult to audit and can enable malicious supply-chain behavior if the injected URL/content is not strictly controlled. The search feature also uses window.open based on a value taken from a user input, but the visible conditional suggests it may be allowlist-like; the url mapping is not fully verifiable from the excerpt. No direct credential theft or explicit exfiltration is observable in the shown code, but the dynamic injection pattern warrants a full-file review and dependency integrity validation (CSP/SRI/allowlisted sources).

Confidence: 58%Severity: 60%
SecurityMEDIUM
cache/sasac/content2.html

No explicit backdoor/malware behavior is clearly visible in this fragment, but the module is security-sensitive due to high-risk client-side patterns: dynamic remote script injection via document.write(unescape(...)) and multiple third-party includes over HTTP (MITM/supply-chain exposure). It also uses JSONP to obtain WeChat signature/config parameters and sends page identifiers to an external logging endpoint over HTTP. Treat this code as a supply-chain/tracking risk and require HTTPS-only loading, remove document.write-based loaders, and tighten/verify third-party dependencies and endpoints.

Confidence: 67%Severity: 80%
SecurityMEDIUM
cache/sasac/content.html

No clear evidence of overt malware (e.g., keylogging, reverse shell, filesystem/process damage) is shown in this fragment. However, it exhibits multiple high-risk supply-chain and transport patterns: remote JavaScript execution via document.write/unescape injecting HTTP scripts, additional HTTP-based third-party script loads, and a JSONP-like telemetry request to an HTTP endpoint that transmits page identifiers. These behaviors materially increase the likelihood of client-side compromise via MITM or third-party script tampering. This module should be reviewed to enforce HTTPS, remove/replace document.write-based injection, and reduce JSONP/callback execution semantics for telemetry.

Confidence: 62%Severity: 76%
AnomalyLOW
cache/gov/content_6950357.htm

No clear, self-contained malicious payload (e.g., credential theft or direct exfiltration) is visible in the provided fragment. The primary security concerns are (1) a dynamic runtime code-loading pattern using document.write(unescape(...)) to inject a script tag, and (2) goSearch() using window.open with URL values that are not verifiable in the provided excerpt (truncated), making it difficult to rule out open-redirect/navigation abuse. Overall, this module appears to be standard legacy webpage logic but carries meaningful client-side supply-chain and dynamic-loading risk that warrants review of the full (non-truncated) injected script content and the integrity of external dependencies.

Confidence: 46%Severity: 62%
Audit Metadata
Analyzed At
Aug 18, 2026, 08:46 AM
Package URL
pkg:socket/skills-sh/dongwei6688%2Fpolicy-search-china-skill%2Fpolicy-search-china%2F@0d2c7cacca5371b4aa4e4841e95e71cd3027cc19
Security Audit — socket — policy-search-china