Repository Analysis

tgbot-collection/YYeTsBot

🎬 人人影视 机器人和网站,包含人人影视全部资源以及众多网友的网盘分享

4.1 Likely human-written View on GitHub
4.1
Adjusted Score
4.1
Raw Score
100%
Time Factor
2026-05-29
Last Push
16,094
Stars
Python
Language
67,707
Lines of Code
118
Files
87
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 2HIGH 29MEDIUM 9LOW 47

Pattern Findings

87 matches across 11 categories. Click a row to expand file-level details.

Cross-Language Confusion29 hits · 194 pts
SeverityFileLineSnippet
HIGHyyets/BagAndDrag/convert_db.py39 name text null,
HIGHyyets/BagAndDrag/convert_db.py40 expire int null,
HIGHyyets/BagAndDrag/convert_db.py41 expire_cst varchar(255) null,
HIGHyyets/BagAndDrag/create_db.py22 name text null,
HIGHyyets/BagAndDrag/create_db.py23 expire int null,
HIGHyyets/BagAndDrag/create_db.py24 expire_cst varchar(255) null,
HIGHyyets/BagAndDrag/create_db.py35 id int primary key not null,
HIGHyyetsweb/common/dump_db.py104 resource_id int null,
HIGHyyetsweb/common/dump_db.py105 cnname varchar(256) null,
HIGHyyetsweb/common/dump_db.py106 enname varchar(256) null,
HIGHyyetsweb/common/dump_db.py107 aliasname varchar(256) null,
HIGHyyetsweb/common/dump_db.py109 views int null,
HIGHyyetsweb/common/dump_db.py110 data longtext null,
HIGHyyetsweb/common/dump_db.py111 douban longtext null,
HIGHyyetsweb/common/dump_db.py118 date varchar(256) null,
HIGHyyetsweb/common/dump_db.py119 content longtext null,
HIGHyyetsweb/common/dump_db.py120 resource_id varchar(256) null,
HIGHyyetsweb/common/dump_db.py121 browser varchar(256) null,
HIGHyyetsweb/common/dump_db.py142 resource_id int null,
HIGHyyetsweb/common/dump_db.py143 cnname varchar(256) null,
HIGHyyetsweb/common/dump_db.py144 enname varchar(256) null,
HIGHyyetsweb/common/dump_db.py145 aliasname varchar(256) null,
HIGHyyetsweb/common/dump_db.py147 views int null,
HIGHyyetsweb/common/dump_db.py148 data longtext null,
HIGHyyetsweb/common/dump_db.py149 douban longtext null,
HIGHyyetsweb/common/dump_db.py156 date varchar(256) null,
HIGHyyetsweb/common/dump_db.py157 content longtext null,
HIGHyyetsweb/common/dump_db.py159 resource_id varchar(256) null,
HIGHyyetsweb/common/dump_db.py160 browser varchar(256) null,
Hyper-Verbose Identifiers22 hits · 22 pts
SeverityFileLineSnippet
LOWyyets/worker/public/js/vue.js2271 function extractPropsFromVNodeData (
LOWyyets/worker/public/js/vue.js3038 function createFunctionalComponent (
LOWyyets/worker/public/js/vue.js3079 function cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {
LOWyyets/worker/public/js/vue.js3275 function createComponentInstanceForVnode (
LOWyyets/worker/public/js/vue.js5036 function resolveConstructorOptions (Ctor) {
LOWyyets/worker/public/js/vue.js6133 function removeAndInvokeRemoveHook (vnode, rm) {
LOWyyets/worker/public/js/vue.js7102 function getAndRemoveAttr (
LOWyyets/worker/public/js/vue.js7123 function getAndRemoveAttrByRegex (
LOWyyets/worker/public/js/vue.js10714 function isDirectChildOfTemplateFor (node) {
LOWyyets/worker/public/js/vue.js11576 function checkFunctionParameterExpression (exp, text, warn, range) {
LOWyyets/worker/public/js/vue.js11656 function createCompileToFunctionFn (compile) {
LOWyyetsweb/templates/js/vue.js2271 function extractPropsFromVNodeData (
LOWyyetsweb/templates/js/vue.js3038 function createFunctionalComponent (
LOWyyetsweb/templates/js/vue.js3079 function cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {
LOWyyetsweb/templates/js/vue.js3275 function createComponentInstanceForVnode (
LOWyyetsweb/templates/js/vue.js5036 function resolveConstructorOptions (Ctor) {
LOWyyetsweb/templates/js/vue.js6133 function removeAndInvokeRemoveHook (vnode, rm) {
LOWyyetsweb/templates/js/vue.js7102 function getAndRemoveAttr (
LOWyyetsweb/templates/js/vue.js7123 function getAndRemoveAttrByRegex (
LOWyyetsweb/templates/js/vue.js10714 function isDirectChildOfTemplateFor (node) {
LOWyyetsweb/templates/js/vue.js11576 function checkFunctionParameterExpression (exp, text, warn, range) {
LOWyyetsweb/templates/js/vue.js11656 function createCompileToFunctionFn (compile) {
Hallucination Indicators2 hits · 20 pts
SeverityFileLineSnippet
CRITICALyyets/worker/public/js/jquery.min.js4},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function
CRITICALyyetsweb/templates/js/jquery.min.js1function encrypt(e="",t=""){return(e=CryptoJS.AES.encrypt(e,t)).toString()}!function(e,t){"object"==typeof module&&"obje
Dead Code6 hits · 12 pts
SeverityFileLineSnippet
MEDIUMyyetsweb/common/utils.py153
MEDIUMyyetsweb/common/utils.py155
MEDIUMyyetsweb/common/utils.py156
MEDIUMyyetsweb/common/utils.py157
MEDIUMyyetsweb/common/utils.py158
MEDIUMyyetsweb/common/utils.py159
Excessive Try-Catch Wrapping8 hits · 9 pts
SeverityFileLineSnippet
LOWyyets/BagAndDrag/bag.py85 except Exception as e:
LOWyyets/BagAndDrag/drag.py50 except Exception:
MEDIUMyyets/BagAndDrag/drag.py38def get_api_json(resource_id):
LOWyyets/healthcheck/check.py60 except Exception as e:
LOWyyetsweb/databases/user.py107 except Exception as e:
LOWyyetsweb/common/sync.py260 except Exception:
LOWyyetsweb/common/comments_check.py146 except Exception as e:
LOWyyetsweb/handlers/other.py74 except Exception as e:
Unused Imports8 hits · 8 pts
SeverityFileLineSnippet
LOWyyets/BagAndDrag/zimuxia/convert_db.py14
LOWyyets/BagAndDrag/zimuxia/zimuxia.py15
LOWyyetsweb/server.py22
LOWyyetsweb/server.py24
LOWyyetsweb/common/sync.py3
LOWyyetsweb/common/comments_check.py16
LOWyyetsweb/handlers/other.py5
LOWyyetsweb/handlers/other.py6
Over-Commented Block4 hits · 4 pts
SeverityFileLineSnippet
LOWyyets/worker/public/js/vue.js1921 // However, it has subtle problems when state is changed right before repaint
LOWyyets/worker/public/js/vue.js7521 // async edge case #6566: inner click event triggers patch, event handler
LOWyyetsweb/templates/js/vue.js1921 // However, it has subtle problems when state is changed right before repaint
LOWyyetsweb/templates/js/vue.js7521 // async edge case #6566: inner click event triggers patch, event handler
Deep Nesting4 hits · 4 pts
SeverityFileLineSnippet
LOWyyetsweb/databases/resources.py176
LOWyyetsweb/databases/resources.py205
LOWyyetsweb/databases/resources.py291
LOWyyetsweb/common/sync.py81
Decorative Section Separators1 hit · 3 pts
SeverityFileLineSnippet
MEDIUMsetup.py32# ------------------------------------------------
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippet
MEDIUMyyets/management/ui.py117# Create the Window
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippet
LOWyyets/worker/public/js/vue.js4741 function getData (data, vm) {
LOWyyetsweb/templates/js/vue.js4741 function getData (data, vm) {