A visual no-code/code-free web crawler/spider易采集:一个可视化浏览器自动化测试/数据采集/网页爬虫软件,可以无代码图形化的设计和执行爬虫任务。别名:ServiceWrapper面向Web应用的智能化服务封装系统。
This report presents the forensic synthetic code analysis of NaiboWang/EasySpider, a JavaScript project with 44,225 GitHub stars. SynthScan v2.0 examined 236,135 lines of code across 1584 source files, recording 530 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 2.6 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 530 distinct pattern matches across 15 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ve Captcha in EasySpider with CapSolver Integration.md | 338 | except Exception as e: | STRING |
| LOW | …ve Captcha in EasySpider with CapSolver Integration.md | 498 | except Exception as e: | STRING |
| MEDIUM | ExecuteStage/easyspider_executestage.py | 440 | def removeDuplicateData(self): | CODE |
| LOW | ExecuteStage/easyspider_executestage.py | 123 | except Exception as e: | CODE |
| LOW⚡ | ExecuteStage/easyspider_executestage.py | 1724 | except Exception as e: | STRING |
| LOW⚡ | ExecuteStage/easyspider_executestage.py | 1729 | except Exception as e: | STRING |
| LOW⚡ | ExecuteStage/easyspider_executestage.py | 1743 | except Exception as e: | STRING |
| LOW⚡ | ExecuteStage/easyspider_executestage.py | 1748 | except Exception as e: | STRING |
| LOW⚡ | ExecuteStage/easyspider_executestage.py | 1762 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 634 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 726 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 736 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 748 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 759 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 778 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 960 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1003 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1125 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1185 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1244 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1373 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1410 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1572 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1584 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1781 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1817 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1832 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 1962 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 2133 | except Exception as e: | STRING |
| LOW | ExecuteStage/easyspider_executestage.py | 2181 | except Exception as e: | STRING |
| MEDIUM | ExecuteStage/utils.py | 758 | print("Error SQL:", sql, to_write) | CODE |
| MEDIUM | ExecuteStage/utils.py | 88 | def is_valid_url(url): | CODE |
| LOW⚡ | ExecuteStage/utils.py | 703 | except Exception as e: | CODE |
| LOW⚡ | ExecuteStage/utils.py | 709 | except Exception as e: | CODE |
| LOW⚡ | ExecuteStage/utils.py | 716 | except Exception as e: | CODE |
| LOW⚡ | ExecuteStage/utils.py | 724 | except Exception as e: | CODE |
| LOW⚡ | ExecuteStage/utils.py | 732 | except Exception as e: | CODE |
| LOW | ExecuteStage/utils.py | 54 | except Exception as e: | CODE |
| LOW | ExecuteStage/utils.py | 268 | except Exception as e: | CODE |
| LOW | ExecuteStage/utils.py | 270 | except Exception as e: | CODE |
| LOW | ExecuteStage/utils.py | 395 | except Exception as e: | CODE |
| LOW | ExecuteStage/utils.py | 619 | except Exception as e: | CODE |
| LOW | ExecuteStage/utils.py | 756 | except Exception as e: | CODE |
| LOW | ExecuteStage/myCode.py | 47 | except Exception as e: | CODE |
| LOW | ExecuteStage/myChrome.py | 89 | except Exception as e: | CODE |
| LOW | ExecuteStage/myChrome.py | 161 | except Exception as e: | CODE |
| LOW | ExecuteStage/myChrome.py | 206 | except Exception as e: | CODE |
| LOW | ExecuteStage/myChrome.py | 244 | except Exception as e: | CODE |
| LOW | ExecuteStage/myChrome.py | 287 | except Exception as e: | CODE |
| LOW | ExecuteStage/myChrome.py | 303 | except Exception as e: | CODE |
| LOW | ExecuteStage/myChrome.py | 341 | except Exception as e: | CODE |
| MEDIUM | ExecuteStage/easyspider_executestage_single.py | 357 | def get_output_code(output): | CODE |
| LOW | ExecuteStage/easyspider_executestage_single.py | 464 | except Exception as e: | CODE |
| LOW | ExecuteStage/easyspider_executestage_single.py | 496 | except Exception as e: | CODE |
| LOW | ExecuteStage/easyspider_executestage_single.py | 610 | except Exception as e: | CODE |
| LOW | ExecuteStage/easyspider_executestage_single.py | 688 | except Exception as e: | CODE |
| LOW | ExecuteStage/easyspider_executestage_single.py | 735 | except Exception as e: | CODE |
| LOW | ExecuteStage/easyspider_executestage_single.py | 810 | except Exception as e: | CODE |
| LOW | ExecuteStage/easyspider_executestage_single.py | 859 | except Exception as e: | CODE |
| LOW | ExecuteStage/undetected_chromedriver_ES/reactor.py | 51 | except Exception as e: | CODE |
| 100 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | ExecuteStage/easyspider_executestage.py | 1733 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.itera | STRING |
| HIGH⚡ | ExecuteStage/easyspider_executestage.py | 1737 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.iterateN | STRING |
| HIGH⚡ | ExecuteStage/easyspider_executestage.py | 1752 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.itera | STRING |
| HIGH | ExecuteStage/easyspider_executestage.py | 1901 | arr.push(content.childNodes[i].nodeValue);\ | STRING |
| HIGH | ExecuteStage/easyspider_executestage_single.py | 681 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.iterateNext();} resul | CODE |
| HIGH | ExecuteStage/easyspider_executestage_single.py | 773 | arr.push(content.childNodes[i].nodeValue);\ | CODE |
| HIGH | ExecuteStage/undetected_chromedriver_ES/__init__.py | 637 | const nativeToStringFunctionString = Error.toString().replace(/Error/g, 'toString') | CODE |
| HIGH | ExecuteStage/undetected_chromedriver_ES/__init__.py | 663 | # while(objectToInspect !== null) | COMMENT |
| HIGH | ExecuteStage/undetected_chromedriver_ES/__init__.py | 678 | # while(objectToInspect !== null) | COMMENT |
| HIGH⚡ | …EasySpider_windows_x64/Code/easyspider_executestage.py | 1680 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.itera | STRING |
| HIGH⚡ | …EasySpider_windows_x64/Code/easyspider_executestage.py | 1684 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.iterateN | STRING |
| HIGH⚡ | …EasySpider_windows_x64/Code/easyspider_executestage.py | 1699 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.itera | STRING |
| HIGH | …EasySpider_windows_x64/Code/easyspider_executestage.py | 1844 | arr.push(content.childNodes[i].nodeValue);\ | STRING |
| HIGH⚡ | …b/EasySpider_Linux_x64/Code/easyspider_executestage.py | 1680 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.itera | STRING |
| HIGH⚡ | …b/EasySpider_Linux_x64/Code/easyspider_executestage.py | 1684 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.iterateN | STRING |
| HIGH⚡ | …b/EasySpider_Linux_x64/Code/easyspider_executestage.py | 1699 | '`, document, null, XPathResult.ANY_TYPE, null);for(let i=0;i<arguments[0];i++){result.itera | STRING |
| HIGH | …b/EasySpider_Linux_x64/Code/easyspider_executestage.py | 1844 | arr.push(content.childNodes[i].nodeValue);\ | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | ExecuteStage/undetected_chromedriver_ES/__init__.py | 278 | else selenium.webdriver.common.service.utils.free_port() | CODE |
| CRITICAL | ElectronJS/EasySpider_zh/content-scripts/main.js | 7968 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { | CODE |
| CRITICAL | ElectronJS/EasySpider_en/content-scripts/main.js | 7968 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { | CODE |
| CRITICAL | ElectronJS/src/bootstrap/jquery-1.4.2.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | ElectronJS/src/js/jquery-3.4.1.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | ElectronJS/src/taskGrid/jquery-3.4.1.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | ElectronJS/src/taskGrid/bootstrap/jquery-1.4.2.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Extension/manifest_v3/src/content-scripts/global.js | 74 | function getAbsoluteXPathWithReverseIndex(element) { | CODE |
| LOW | ExecuteStage/utils.py | 318 | def _substitute_fields_as_python_literal(text, outputParameters): | CODE |
| LOW | ExecuteStage/utils.py | 333 | def _substitute_fields_as_js_literal(text, outputParameters): | CODE |
| LOW | ExecuteStage/llm_beta.py | 11 | def predict_structure_from_image(image_path): | CODE |
| LOW | ElectronJS/main.js | 242 | async function findElementAcrossAllWindows( | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/global.js | 76 | function getAbsoluteXPathWithReverseIndex(element) { | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 8871 | function addToPrefiltersOrTransports( structure ) { | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 8905 | function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 11896 | function extractPropsFromVNodeData(data, Ctor, tag) { | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 13923 | function createFunctionalComponent(Ctor, propsData, data, contextVm, children) { | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 13952 | function cloneAndMarkFunctionalResult(vnode, data, contextVm, options, renderContext) { | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 14103 | function createComponentInstanceForVnode( | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 14864 | function resolveConstructorOptions(Ctor) { | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 15820 | function removeAndInvokeRemoveHook(vnode, rm) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/global.js | 76 | function getAbsoluteXPathWithReverseIndex(element) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 8871 | function addToPrefiltersOrTransports( structure ) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 8905 | function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 11896 | function extractPropsFromVNodeData(data, Ctor, tag) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 13923 | function createFunctionalComponent(Ctor, propsData, data, contextVm, children) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 13952 | function cloneAndMarkFunctionalResult(vnode, data, contextVm, options, renderContext) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 14103 | function createComponentInstanceForVnode( | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 14864 | function resolveConstructorOptions(Ctor) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 15820 | function removeAndInvokeRemoveHook(vnode, rm) { | CODE |
| LOW | ElectronJS/src/bootstrap/js/bootstrap.bundle.js | 105 | function getSpecialTransitionEndEvent() { | CODE |
| LOW | ElectronJS/src/bootstrap/js/bootstrap.bundle.js | 169 | getTransitionDurationFromElement: function getTransitionDurationFromElement(element) { | CODE |
| LOW | ElectronJS/src/bootstrap/js/bootstrap.bundle.js | 2072 | function getOffsetRectRelativeToArbitraryNode(children, parent) { | CODE |
| LOW | ElectronJS/src/bootstrap/js/bootstrap.bundle.js | 2124 | function getViewportOffsetRectRelativeToArtbitraryNode(element) { | CODE |
| LOW | ElectronJS/src/bootstrap/js/bootstrap.bundle.js | 2176 | function getFixedPositionOffsetParent(element) { | CODE |
| LOW | ElectronJS/src/bootstrap/js/bootstrap.js | 106 | function getSpecialTransitionEndEvent() { | CODE |
| LOW | ElectronJS/src/bootstrap/js/bootstrap.js | 170 | getTransitionDurationFromElement: function getTransitionDurationFromElement(element) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 860 | function createArrayInstrumentations() { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 1279 | function createInstrumentationGetter(isReadonly, shallow) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 1799 | function callWithAsyncErrorHandling(fn, instance, type, args) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 2265 | function createDevtoolsComponentHook(hook) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 2272 | function createDevtoolsPerformanceHook(hook) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 2431 | function setCurrentRenderingInstance(instance) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 3167 | function normalizeSuspenseChildren(vnode) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 4889 | function exposePropsOnRenderContext(instance) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 4903 | function exposeSetupStateOnRenderContext(instance) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 9799 | function patchStopImmediatePropagation(e, value) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 11028 | function injectCompilerOptionsCheck(app) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 11363 | function createConditionalExpression(test, consequent, alternate, newline = true) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 11506 | function advancePositionWithMutation(pos, source, numberOfCharacters = source.length) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 12792 | function getConstantTypeOfHelperCall(value, context) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 12807 | function getGeneratedPropsConstantType(node, context) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 13108 | function createStructuralDirectiveTransform(name, fn) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 13491 | function genExpressionAsPropertyKey(node, context) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 13703 | function validateBrowserExpression(node, context, asParams = false, asRawStatements = false) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 13899 | function createCodegenNodeForBranch(branch, keyIndex, context) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 13913 | function createChildrenCodegenNode(branch, keyIndex, context) { | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 14996 | function stringifyDynamicPropNames(props) { | CODE |
| LOW | ElectronJS/src/taskGrid/global.js | 130 | function detectOperatingSystemAndArch() { | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 2271 | function extractPropsFromVNodeData ( | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 3038 | function createFunctionalComponent ( | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 3079 | function cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) { | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 3275 | function createComponentInstanceForVnode ( | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 5036 | function resolveConstructorOptions (Ctor) { | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 6133 | function removeAndInvokeRemoveHook (vnode, rm) { | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 7102 | function getAndRemoveAttr ( | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 7123 | function getAndRemoveAttrByRegex ( | CODE |
| 10 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Examples/Sample Tasks with Python/desc_crawl.py | 65 | CODE | |
| LOW | Examples/Sample Tasks with Python/service_invoke.py | 13 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 77 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 241 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 380 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 440 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 533 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 573 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 693 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 789 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 854 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 932 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 1025 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 1107 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 1167 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 1646 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 1837 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 2031 | CODE | |
| LOW | ExecuteStage/utils.py | 63 | CODE | |
| LOW | ExecuteStage/utils.py | 116 | CODE | |
| LOW | ExecuteStage/utils.py | 182 | CODE | |
| LOW | ExecuteStage/utils.py | 203 | CODE | |
| LOW | ExecuteStage/utils.py | 307 | CODE | |
| LOW | ExecuteStage/utils.py | 349 | CODE | |
| LOW | ExecuteStage/utils.py | 409 | CODE | |
| LOW | ExecuteStage/utils.py | 445 | CODE | |
| LOW | ExecuteStage/utils.py | 117 | CODE | |
| LOW | ExecuteStage/utils.py | 638 | CODE | |
| LOW | ExecuteStage/utils.py | 694 | CODE | |
| LOW | ExecuteStage/myChrome.py | 69 | CODE | |
| LOW | ExecuteStage/myChrome.py | 142 | CODE | |
| LOW | ExecuteStage/myChrome.py | 186 | CODE | |
| LOW | ExecuteStage/myChrome.py | 225 | CODE | |
| LOW | ExecuteStage/myChrome.py | 314 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 106 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 134 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 203 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 251 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 298 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 368 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 740 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 832 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/reactor.py | 66 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/__init__.py | 847 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/cdp.py | 15 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/patcher.py | 285 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/patcher.py | 383 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/devtool.py | 103 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/devtool.py | 110 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/devtool.py | 116 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/devtool.py | 131 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 76 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 236 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 375 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 435 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 515 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 555 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 675 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 771 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 836 | CODE | |
| 39 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Examples/Sample Tasks with Python/desc_crawl.py | 2 | CODE | |
| LOW | Examples/Sample Tasks with Python/desc_crawl.py | 3 | CODE | |
| LOW | Examples/Sample Tasks with Python/desc_crawl.py | 5 | CODE | |
| LOW | Examples/Sample Tasks with Python/desc_crawl.py | 7 | CODE | |
| LOW | Examples/Sample Tasks with Python/desc_crawl.py | 11 | CODE | |
| LOW | Examples/Sample Tasks with Python/desc_crawl.py | 14 | CODE | |
| LOW | Examples/Sample Tasks with Python/desc_crawl.py | 15 | CODE | |
| LOW | Examples/Sample Tasks with Python/service_invoke.py | 2 | CODE | |
| LOW | Examples/Sample Tasks with Python/author_crawl.py | 2 | CODE | |
| LOW | Examples/Sample Tasks with Python/author_crawl.py | 3 | CODE | |
| LOW | Examples/Sample Tasks with Python/author_crawl.py | 5 | CODE | |
| LOW | Examples/Sample Tasks with Python/author_crawl.py | 7 | CODE | |
| LOW | Examples/Sample Tasks with Python/author_crawl.py | 11 | CODE | |
| LOW | Examples/Sample Tasks with Python/author_crawl.py | 14 | CODE | |
| LOW | Examples/Sample Tasks with Python/author_crawl.py | 15 | CODE | |
| LOW | ExecuteStage/fl_beta.py | 6 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 3 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 18 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 19 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 33 | CODE | |
| LOW | ExecuteStage/easyspider_executestage.py | 2628 | CODE | |
| LOW | ExecuteStage/utils.py | 18 | CODE | |
| LOW | ExecuteStage/utils.py | 22 | CODE | |
| LOW | ExecuteStage/package_size.py | 1 | CODE | |
| LOW | ExecuteStage/llm_beta.py | 3 | CODE | |
| LOW | ExecuteStage/myChrome.py | 1 | CODE | |
| LOW | ExecuteStage/myChrome.py | 2 | CODE | |
| LOW | ExecuteStage/myChrome.py | 3 | CODE | |
| LOW | ExecuteStage/myChrome.py | 5 | CODE | |
| LOW | ExecuteStage/myChrome.py | 6 | CODE | |
| LOW | ExecuteStage/myChrome.py | 9 | CODE | |
| LOW | ExecuteStage/myChrome.py | 10 | CODE | |
| LOW | ExecuteStage/myChrome.py | 12 | CODE | |
| LOW | ExecuteStage/myChrome.py | 13 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 9 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 10 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 13 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 14 | CODE | |
| LOW | ExecuteStage/easyspider_executestage_single.py | 15 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/__init__.py | 17 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/__init__.py | 35 | CODE | |
| LOW | ExecuteStage/undetected_chromedriver_ES/webelement.py | 3 | CODE | |
| LOW | .temp_to_pub/compress.py | 2 | CODE | |
| LOW | .temp_to_pub/compress.py | 4 | CODE | |
| LOW | .temp_to_pub/compress.py | 7 | CODE | |
| LOW | .temp_to_pub/compress.py | 10 | CODE | |
| LOW | .temp_to_pub/compress.py | 11 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 3 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 18 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 19 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 33 | CODE | |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 2470 | CODE | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 18 | CODE | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 22 | CODE | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 1 | CODE | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 2 | CODE | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 3 | CODE | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 5 | CODE | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 6 | CODE | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 9 | CODE | |
| 10 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Extension/manifest_v3/src/background.ts | 1 | //此变量用于监听是否加载了新的页面(包括新窗口打开),如果是,增加变量值,用于传回后台。 | COMMENT |
| LOW | Extension/manifest_v3/src/background.ts | 21 | // } | COMMENT |
| LOW | Extension/manifest_v3/src/background.ts | 41 | // let tmsg = request.msg; | COMMENT |
| LOW | Extension/manifest_v3/src/content-scripts/main.js | 161 | // window.addEventListener("beforeunload", function(event) { | COMMENT |
| LOW | ExecuteStage/easyspider_executestage.py | 1961 | # content = pytesseract.image_to_string(image, lang='chi_sim+eng') | COMMENT |
| LOW | ExecuteStage/utils.py | 141 | return on_press | COMMENT |
| LOW | ExecuteStage/utils.py | 161 | press_time["is_pressed"] = False | COMMENT |
| LOW | ExecuteStage/utils.py | 441 | with open(file_name, 'w', encoding='utf-8') as f: | COMMENT |
| LOW | ExecuteStage/utils.py | 461 | # try: | COMMENT |
| LOW | ExecuteStage/utils.py | 481 | # first = True | COMMENT |
| LOW | ExecuteStage/utils.py | 501 | # cell = "" | COMMENT |
| LOW | ExecuteStage/utils.py | 521 | # if not first: # 如果不是第一行,需要转换数据类型 | COMMENT |
| LOW | ExecuteStage/myChrome.py | 41 | # iframes = super().find_elements(By.CSS_SELECTOR, "iframe") | COMMENT |
| LOW | ExecuteStage/myChrome.py | 101 | self.iframe_env = True | COMMENT |
| LOW | ExecuteStage/myChrome.py | 121 | # super().switch_to.default_content() | COMMENT |
| LOW | ExecuteStage/undetected_chromedriver_ES/__init__.py | 661 | # let objectToInspect = window, | COMMENT |
| LOW | .temp_to_pub/compress.py | 141 | # os.remove(file_name) | COMMENT |
| LOW | …EasySpider_windows_x64/Code/easyspider_executestage.py | 1901 | # self.print_and_log("Failed to recognize Chinese, try to recognize English only") | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 141 | return on_press | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 161 | press_time["is_pressed"] = False | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 401 | # # 准备新数据 | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 421 | # if first: | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 441 | # if num_rows > 5000: | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 461 | COMMENT | |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/utils.py | 481 | # value = float(value) | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 41 | # iframes = super().find_elements(By.CSS_SELECTOR, "iframe") | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 101 | self.iframe_env = True | COMMENT |
| LOW | .temp_to_pub/EasySpider_windows_x64/Code/myChrome.py | 121 | # super().switch_to.default_content() | COMMENT |
| LOW | …b/EasySpider_Linux_x64/Code/easyspider_executestage.py | 1901 | # self.print_and_log("Failed to recognize Chinese, try to recognize English only") | COMMENT |
| LOW | ElectronJS/server.js | 261 | // // Set the max file size | COMMENT |
| LOW | ElectronJS/server.js | 281 | // if (!err) { | COMMENT |
| LOW | ElectronJS/main.js | 61 | let execute_path = ""; | COMMENT |
| LOW | ElectronJS/main.js | 121 | COMMENT | |
| LOW | ElectronJS/EasySpider_zh/background.js | 1 | //此变量用于监听是否加载了新的页面(包括新窗口打开),如果是,增加变量值,用于传回后台。 | COMMENT |
| LOW | ElectronJS/EasySpider_zh/background.js | 21 | // nowTabIndex = tabList.indexOf(nowTabId); | COMMENT |
| LOW | ElectronJS/EasySpider_zh/background.js | 41 | // tmsg.tabIndex = nowTabIndex; //赋值当前tab的id | COMMENT |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 881 | // descendant combinators, which is not what we want. | COMMENT |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 1021 | COMMENT | |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 1161 | // Support: IE 9 - 11+, Edge 12 - 18+ | COMMENT |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 5641 | // Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 | COMMENT |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 6421 | COMMENT | |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 6441 | // Spec requires trimming whitespace for custom properties (gh-4926). | COMMENT |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 12921 | callbacks.length = 0; | COMMENT |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 13661 | function resetSchedulerState() { | COMMENT |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 14061 | // transform component v-model data into props & events | COMMENT |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 16481 | // happens because browsers fire microtask ticks between event propagation. | COMMENT |
| LOW | ElectronJS/EasySpider_en/background.js | 1 | //此变量用于监听是否加载了新的页面(包括新窗口打开),如果是,增加变量值,用于传回后台。 | COMMENT |
| LOW | ElectronJS/EasySpider_en/background.js | 21 | // nowTabIndex = tabList.indexOf(nowTabId); | COMMENT |
| LOW | ElectronJS/EasySpider_en/background.js | 41 | // tmsg.tabIndex = nowTabIndex; //赋值当前tab的id | COMMENT |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 881 | // descendant combinators, which is not what we want. | COMMENT |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 1021 | COMMENT | |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 1161 | // Support: IE 9 - 11+, Edge 12 - 18+ | COMMENT |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 5641 | // Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 | COMMENT |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 6421 | COMMENT | |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 6441 | // Spec requires trimming whitespace for custom properties (gh-4926). | COMMENT |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 12921 | callbacks.length = 0; | COMMENT |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 13661 | function resetSchedulerState() { | COMMENT |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 14061 | // transform component v-model data into props & events | COMMENT |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 16481 | // happens because browsers fire microtask ticks between event propagation. | COMMENT |
| LOW | …/selenium-webdriver-bidi-webExtension/extensionData.js | 1 | // Licensed to the Software Freedom Conservancy (SFC) under one | COMMENT |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | ExecuteStage/easyspider_executestage.py | 0 | object.defineproperty(navigator, 'webdriver', { get: () => undefined }) | STRING |
| HIGH | …EasySpider_windows_x64/Code/easyspider_executestage.py | 0 | object.defineproperty(navigator, 'webdriver', { get: () => undefined }) | STRING |
| HIGH | …b/EasySpider_Linux_x64/Code/easyspider_executestage.py | 0 | object.defineproperty(navigator, 'webdriver', { get: () => undefined }) | STRING |
| HIGH | ExecuteStage/myCode.py | 0 | 这是一个示例代码文件,可以直接在这里写python代码,然后在程序中的exec操作中调用。如果此文件名称为mycode.py,请将此文件放置在easyspider程序目录下(和data/文件夹同级),那么在程序中的exec操作中可以直接写o | STRING |
| HIGH | .temp_to_pub/EasySpider_windows_x64/myCode.py | 0 | 这是一个示例代码文件,可以直接在这里写python代码,然后在程序中的exec操作中调用。如果此文件名称为mycode.py,请将此文件放置在easyspider程序目录下(和data/文件夹同级),那么在程序中的exec操作中可以直接写o | STRING |
| HIGH | .temp_to_pub/EasySpider_MacOS/myCode.py | 0 | 这是一个示例代码文件,可以直接在这里写python代码,然后在程序中的exec操作中调用。如果此文件名称为mycode.py,请将此文件放置在easyspider程序目录下(和data/文件夹同级),那么在程序中的exec操作中可以直接写o | STRING |
| HIGH | .temp_to_pub/EasySpider_Linux_x64/myCode.py | 0 | 这是一个示例代码文件,可以直接在这里写python代码,然后在程序中的exec操作中调用。如果此文件名称为mycode.py,请将此文件放置在easyspider程序目录下(和data/文件夹同级),那么在程序中的exec操作中可以直接写o | STRING |
| HIGH | .temp_to_pub/EasySpider_windows_x32/myCode.py | 0 | 这是一个示例代码文件,可以直接在这里写python代码,然后在程序中的exec操作中调用。如果此文件名称为mycode.py,请将此文件放置在easyspider程序目录下(和data/文件夹同级),那么在程序中的exec操作中可以直接写o | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .temp_to_pub/EasySpider_windows_x64/tasks/30.json | 1 | {"id": 30, "name": "WIKI", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org/wik | CODE |
| MEDIUM | .temp_to_pub/EasySpider_windows_x64/tasks/31.json | 1 | {"id": 31, "name": "WIKI WWW", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org | CODE |
| MEDIUM | .temp_to_pub/EasySpider_MacOS/Sample Tasks/30.json | 1 | {"id": 30, "name": "WIKI", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org/wik | CODE |
| MEDIUM | .temp_to_pub/EasySpider_MacOS/Sample Tasks/31.json | 1 | {"id": 31, "name": "WIKI WWW", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org | CODE |
| MEDIUM | .temp_to_pub/EasySpider_Linux_x64/tasks/30.json | 1 | {"id": 30, "name": "WIKI", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org/wik | CODE |
| MEDIUM | .temp_to_pub/EasySpider_Linux_x64/tasks/31.json | 1 | {"id": 31, "name": "WIKI WWW", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org | CODE |
| MEDIUM | .temp_to_pub/EasySpider_windows_x32/tasks/30.json | 1 | {"id": 30, "name": "WIKI", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org/wik | CODE |
| MEDIUM | .temp_to_pub/EasySpider_windows_x32/tasks/31.json | 1 | {"id": 31, "name": "WIKI WWW", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org | CODE |
| MEDIUM | ElectronJS/tasks/30.json | 1 | {"id": 30, "name": "WIKI", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org/wik | CODE |
| MEDIUM | ElectronJS/tasks/31.json | 1 | {"id": 31, "name": "WIKI WWW", "url": "https://en.wikipedia.org/wiki/World_Wide_Web", "links": "https://en.wikipedia.org | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 6784 | // #1689 For inside suspense + suspense resolved case, just call it | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | ExecuteStage/easyspider_executestage.py | 2624 | # print("Passing the Cloudflare verification mode is sometimes unstable. If the verification fails, you need | STRING |
| MEDIUM | …EasySpider_windows_x64/Code/easyspider_executestage.py | 2467 | # print("Passing the Cloudflare verification mode is sometimes unstable. If the verification fails, you need | STRING |
| MEDIUM | …b/EasySpider_Linux_x64/Code/easyspider_executestage.py | 2467 | # print("Passing the Cloudflare verification mode is sometimes unstable. If the verification fails, you need | STRING |
| LOW | ElectronJS/update_chrome.py | 270 | print("Done and don't forget to generate executestage EXEcutable program!") | CODE |
| LOW | ElectronJS/src/js/vue.global.js | 8338 | // #2078 make sure to merge refs during the clone instead of overwriting it | COMMENT |
| MEDIUM | ElectronJS/src/taskGrid/FlowChart.html | 428 | import emotlib # Now you can use emotlib library | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 4132 | function getData( data ) { | CODE |
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 14668 | function getData(data, vm) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 4132 | function getData( data ) { | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 14668 | function getData(data, vm) { | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 4741 | function getData (data, vm) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ElectronJS/EasySpider_zh/content-scripts/main.js | 16393 | key === 'placeholder' && | CODE |
| LOW | ElectronJS/EasySpider_en/content-scripts/main.js | 16393 | key === 'placeholder' && | CODE |
| LOW | ElectronJS/src/taskGrid/vue.js | 6768 | key === 'placeholder' && value !== '' && !el.__ieph | CODE |
| LOW | ElectronJS/src/taskGrid/element-ui/index.js | 1 | !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue")):"function"==typeof def | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ExecuteStage/undetected_chromedriver_ES/reactor.py | 10 | logger = logging.getLogger(__name__) | CODE |
| LOW | ExecuteStage/undetected_chromedriver_ES/patcher.py | 21 | logger = logging.getLogger(__name__) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ve Captcha in EasySpider with CapSolver Integration.md | 394 | ### Step 1: Design Your Task in EasySpider | STRING |
| LOW | …ve Captcha in EasySpider with CapSolver Integration.md | 406 | ### Step 2: Create the CapSolver Helper Script | STRING |
| LOW | …ve Captcha in EasySpider with CapSolver Integration.md | 503 | ### Step 3: Configure EasySpider to Use the Script | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ExecuteStage/undetected_chromedriver_ES/__init__.py | 104 | CODE |