Repository Analysis

Ed1s0nZ/CyberStrikeAI

The system of action for AI-native cybersecurity—where intent becomes governed execution, evidence becomes operational memory, and every operation improves the next.

3.2 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Ed1s0nZ/CyberStrikeAI, a Go project with 5,111 GitHub stars. SynthScan v2.0 examined 272,934 lines of code across 785 source files, recording 952 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 3.2 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).

3.2
Adjusted Score
3.2
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.1K
Stars
Go
Language
272.9K
Lines of Code
785
Files
952
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 0HIGH 1MEDIUM 48LOW 903

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 952 distinct pattern matches across 11 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.

Hyper-Verbose Identifiers706 hits · 557 pts
SeverityFileLineSnippetContext
LOWtools/http-framework-test.yaml130 def quote_form_component_preserving_pct(value: str) -> str:CODE
LOWtools/http-framework-test.yaml219 def extract_charset_from_content_type(content_type: str) -> str:CODE
LOWtools/http-framework-test.yaml230 def extract_declared_charset_from_body(data: bytes) -> str:CODE
LOWtools/http-framework-test.yaml598 def format_response_body_output(CODE
LOWtools/http-framework-test.yaml648 def print_response_body_summary(meta: Dict[str, object]):CODE
LOWtools/virustotal_search.yaml47 def query_virustotal_subdomains(domain, api_key, limit=100, include_ips=False):CODE
LOWweb/static/js/chat-scroll.js53 function isChatMessagesPinnedToBottom() {CODE
LOWweb/static/js/chat-scroll.js58 function resumeFollowingIfAtBottom() {CODE
LOWweb/static/js/chat-scroll.js94 function scrollChatToBottomInstant() {CODE
LOWweb/static/js/chat-scroll.js147 function scheduleChatScrollToBottomIfFollowing(wasPinnedBeforeDomUpdate) {CODE
LOWweb/static/js/chat-scroll.js157 function scrollChatMessagesToBottomIfPinned(wasPinned) {CODE
LOWweb/static/js/chat-scroll.js193 function markProcessDetailsStreaming(active, assistantDomId) {CODE
LOWweb/static/js/chat-scroll.js246 function scrollElementIntoViewIfFollowing(el, options) {CODE
LOWweb/static/js/agents.js9function bindAgentsMdListDelegation() {CODE
LOWweb/static/js/agents.js88function showAddMarkdownAgentModal() {CODE
LOWweb/static/js/wechat-robot.js92function clearWechatBindSuccessNotice() {CODE
LOWweb/static/js/wechat-robot.js105function showWechatBindSuccessNotice(message) {CODE
LOWweb/static/js/wechat-robot.js403function refreshWechatRobotBoundUI(wechat) {CODE
LOWweb/static/js/rbac-guards.js245 function wrapHandlerWithPermission(fn, permission) {CODE
LOWweb/static/js/rbac-guards.js259 function installWriteHandlerGuards() {CODE
LOWweb/static/js/rbac.js310function closeRbacPermissionsPopover() {CODE
LOWweb/static/js/rbac.js314function toggleRbacEffectivePermissions(ev) {CODE
LOWweb/static/js/rbac.js324function onRbacPermissionsPopoverPointerDown(ev) {CODE
LOWweb/static/js/rbac.js333function bindRbacPermissionsPopoverDismiss() {CODE
LOWweb/static/js/rbac.js79function rbacPermissionModuleLabel(module) {CODE
LOWweb/static/js/rbac.js132function rbacPendingSelectionCount() {CODE
LOWweb/static/js/rbac.js137function rbacRememberSelectedResource(resource) {CODE
LOWweb/static/js/rbac.js161function clearRbacResourceSelection() {CODE
LOWweb/static/js/rbac.js188function renderRbacPendingSelection() {CODE
LOWweb/static/js/rbac.js254function resolveUserEffectiveAccess(user) {CODE
LOWweb/static/js/rbac.js278function positionRbacPermissionsPopover() {CODE
LOWweb/static/js/rbac.js295function onRbacPermissionsPopoverReposition() {CODE
LOWweb/static/js/rbac.js299function setRbacPermissionsPopoverOpen(open) {CODE
LOWweb/static/js/rbac.js344function renderRbacEffectivePermissionsContent(user) {CODE
LOWweb/static/js/rbac.js371function renderRbacEffectivePermissions(user) {CODE
LOWweb/static/js/rbac.js760function selectedUserRolesAreDirty() {CODE
LOWweb/static/js/rbac.js909function renderRbacAssignmentPagination(total, totalPages) {CODE
LOWweb/static/js/rbac.js937function changeRbacAssignmentFilter(value) {CODE
LOWweb/static/js/rbac.js1034function syncRbacResourcePagination(loading) {CODE
LOWweb/static/js/rbac.js1060function toggleRbacResourceSelection(resourceId, checked) {CODE
LOWweb/static/js/rbac.js1121function renderRbacAuditPagination() {CODE
LOWweb/static/js/rbac.js1246function renderRbacUserRolesReadonly(user) {CODE
LOWweb/static/js/rbac.js1260function openRbacRolesFromUserModal() {CODE
LOWweb/static/js/rbac.js1265function openRbacUserModalForSelected() {CODE
LOWweb/static/js/rbac.js1277function renderRbacUserRoleCheckboxes(selected) {CODE
LOWweb/static/js/rbac.js1379function renderRbacPermissionCheckboxes() {CODE
LOWweb/static/js/rbac.js1412function setRbacPermissionSelected(key, checked) {CODE
LOWweb/static/js/rbac.js1422function selectVisibleRbacPermissions(checked) {CODE
LOWweb/static/js/auth.js446function permissionAllowedForElement(el) {CODE
LOWweb/static/js/auth.js475function installPermissionClickGuard() {CODE
LOWweb/static/js/auth.js762function resetRobotBindingGenerateButton() {CODE
LOWweb/static/js/auth.js770function startRobotBindingCountdown() {CODE
LOWweb/static/js/auth.js776function updateRobotBindingCountdown() {CODE
LOWweb/static/js/auth.js876async function deleteRobotAccountBinding(id) {CODE
LOWweb/static/js/roles.js177function initSelectionDetailTooltip() {CODE
LOWweb/static/js/roles.js346function updateRoleSelectorDisplay() {CODE
LOWweb/static/js/roles.js393function renderRoleSelectionSidebar() {CODE
LOWweb/static/js/roles.js478function getChatRoleSelectorWrapper() {CODE
LOWweb/static/js/roles.js709function mergeToolIntoRoleStateMap(tool) {CODE
LOWweb/static/js/roles.js749function computeRoleLinkFilteredTools() {CODE
646 more matches not shown…
Decorative Section Separators42 hits · 141 pts
SeverityFileLineSnippetContext
MEDIUMconfig.example.yaml1# ============================================COMMENT
MEDIUMconfig.example.yaml3# ============================================COMMENT
MEDIUMconfig.example.yaml6# ============================================COMMENT
MEDIUMconfig.example.yaml8# ============================================COMMENT
MEDIUMconfig.example.yaml10# ============================================COMMENT
MEDIUMconfig.example.yaml256# ============================================COMMENT
MEDIUMconfig.example.yaml258# ============================================COMMENT
MEDIUMconfig.example.yaml261# ============================================COMMENT
MEDIUMconfig.example.yaml263# ============================================COMMENT
MEDIUMconfig.example.yaml416# ============================================COMMENT
MEDIUMconfig.example.yaml418# ============================================COMMENT
MEDIUMconfig.example.yaml423# ============================================COMMENT
MEDIUMconfig.example.yaml425# ============================================COMMENT
MEDIUMconfig.example.yaml430# ============================================COMMENT
MEDIUMconfig.example.yaml432# ============================================COMMENT
MEDIUMconfig.example.yaml437# ============================================COMMENT
MEDIUMconfig.example.yaml439# ============================================COMMENT
MEDIUMconfig.example.yaml48# ============================================COMMENT
MEDIUMconfig.example.yaml50# ============================================COMMENT
MEDIUMconfig.example.yaml88# ============================================COMMENT
MEDIUMconfig.example.yaml90# ============================================COMMENT
MEDIUMconfig.example.yaml274# ============================================COMMENT
MEDIUMconfig.example.yaml276# ============================================COMMENT
MEDIUMconfig.example.yaml293# ============================================COMMENT
MEDIUMconfig.example.yaml295# ============================================COMMENT
MEDIUMconfig.example.yaml321 # ============================================COMMENT
MEDIUMconfig.example.yaml323 # ============================================COMMENT
MEDIUMconfig.example.yaml347# ============================================COMMENT
MEDIUMconfig.example.yaml349# ============================================COMMENT
MEDIUMtools/zoomeye_search.yaml17 # ==================================================COMMENT
MEDIUMtools/shodan_search.yaml17 # ==================================================COMMENT
MEDIUMtools/quake_search.yaml16 # ==================================================COMMENT
MEDIUMtools/virustotal_search.yaml17 # =======================================================COMMENT
MEDIUMtools/fofa_search.yaml18 # ==================================================COMMENT
MEDIUMmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py31# ---------------------------------------------------------------------------COMMENT
MEDIUMmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py33# ---------------------------------------------------------------------------COMMENT
MEDIUMmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py157# ---------------------------------------------------------------------------COMMENT
MEDIUMmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py159# ---------------------------------------------------------------------------COMMENT
MEDIUMmcp-servers/reverse_shell/mcp_reverse_shell.py22# ---------------------------------------------------------------------------COMMENT
MEDIUMmcp-servers/reverse_shell/mcp_reverse_shell.py24# ---------------------------------------------------------------------------COMMENT
MEDIUMmcp-servers/reverse_shell/mcp_reverse_shell.py266# ---------------------------------------------------------------------------COMMENT
MEDIUMmcp-servers/reverse_shell/mcp_reverse_shell.py268# ---------------------------------------------------------------------------COMMENT
Fake / Example Data161 hits · 117 pts
SeverityFileLineSnippetContext
LOWweb/static/js/chat.js888 const placeholderText = chatInput ? (chatInput.getAttribute('placeholder') || '').trim() : '';CODE
LOWweb/static/js/chat.js911 const placeholderText = (chatInput.getAttribute('placeholder') || '').trim();CODE
LOWweb/static/js/chat.js6791 searchInput.setAttribute('data-i18n-attr', 'placeholder');CODE
LOWweb/static/js/webshell.js4822 connSearchEl.setAttribute('placeholder', ph);CODE
LOWweb/static/js/workflows.js457 searchInput.setAttribute('data-i18n-attr', 'placeholder');CODE
LOWweb/static/js/i18n.js96 const ph = (chatInput.getAttribute('placeholder') || '').trim();CODE
LOWweb/static/i18n/zh-CN.json2772 "placeholder": "{\n \"my-server\": {\n \"command\": \"python3\",\n \"args\": [\"${HOME}/mcp/server.py\"],\n CODE
LOWweb/static/i18n/en-US.json2784 "placeholder": "{\n \"my-server\": {\n \"command\": \"python3\",\n \"args\": [\"${HOME}/mcp/server.py\"],\n CODE
LOWweb/templates/index.html2265 data-i18n="vulnerabilityPage.filterExactId" data-i18n-attr="CODE
LOWweb/templates/index.html2270 data-i18n="vulnerabilityPage.filterConversation" data-i18n-aCODE
LOWweb/templates/index.html2275 data-i18n="vulnerabilityPage.filterTaskOrQueue" data-i18n-atCODE
LOWweb/templates/index.html2280 data-i18n="vulnerabilityPage.filterConversationTag" data-i18CODE
LOWweb/templates/index.html2285 data-i18n="vulnerabilityPage.filterTaskTag" data-i18n-attr="CODE
LOWweb/templates/index.html2989 <input type="text" id="openai-base-url" data-i18n="settingsBasic.openaiBaseUCODE
LOWweb/templates/index.html2993 <input type="password" id="openai-api-key" data-i18n="settingsBasic.openaiApCODE
LOWweb/templates/index.html2998 <input type="text" id="openai-model" class="model-pick-input" data-i18n=CODE
LOWweb/templates/index.html3075 <input type="text" id="vision-base-url" data-i18n="settingsBasic.visionBCODE
LOWweb/templates/index.html3079 <input type="password" id="vision-api-key" data-i18n="settingsBasic.visiCODE
LOWweb/templates/index.html3084 <input type="text" id="vision-model" class="model-pick-input" data-iCODE
LOWweb/templates/index.html3238 <input type="text" id="hitl-audit-model-base-url" data-i18n="settings.hitl.aCODE
LOWweb/templates/index.html3242 <input type="password" id="hitl-audit-model-api-key" data-i18n="settings.hitCODE
LOWweb/templates/index.html3247 <input type="text" id="hitl-audit-model-name" class="model-pick-input" dCODE
LOWweb/templates/index.html3307 <input type="text" id="fofa-base-url" data-i18n="settingsBasic.fofaBaseUrlPlCODE
LOWweb/templates/index.html3312 <input type="text" id="fofa-email" data-i18n="settingsBasic.fofaEmailPlacehoCODE
LOWweb/templates/index.html3316 <input type="password" id="fofa-api-key" data-i18n="settingsBasic.fofaApiKeyCODE
LOWweb/templates/index.html3360 <input type="text" id="knowledge-embedding-base-url" data-i18n="settingsBasiCODE
LOWweb/templates/index.html3365 <input type="password" id="knowledge-embedding-api-key" data-i18n="settingsBCODE
LOWweb/templates/index.html3371 <input type="text" id="knowledge-embedding-model" class="model-pick-inpuCODE
LOWweb/templates/index.html3386 <input type="number" id="knowledge-retrieval-top-k" min="1" max="20" data-i1CODE
LOWweb/templates/index.html3391 <input type="number" id="knowledge-retrieval-similarity-threshold" min="0" mCODE
LOWweb/templates/index.html3396 <input type="text" id="knowledge-retrieval-sub-index-filter" data-i18n="settCODE
LOWweb/templates/index.html3406 <input type="number" id="knowledge-multi-query-max-queries" min="1" max="8" CODE
LOWweb/templates/index.html3420 <input type="text" id="knowledge-rerank-model" data-i18n="settingsBasic.reraCODE
LOWweb/templates/index.html3424 <input type="text" id="knowledge-rerank-base-url" data-i18n="settingsBasic.rCODE
LOWweb/templates/index.html3428 <input type="password" id="knowledge-rerank-api-key" data-i18n="settingsBasiCODE
LOWweb/templates/index.html3438 <input type="number" id="knowledge-post-retrieve-prefetch-top-k" min="0" maxCODE
LOWweb/templates/index.html3443 <input type="number" id="knowledge-post-retrieve-max-chars" min="0" max="100CODE
LOWweb/templates/index.html3448 <input type="number" id="knowledge-post-retrieve-max-tokens" min="0" max="10CODE
LOWweb/templates/index.html3482 <input type="text" id="knowledge-indexing-sub-indexes" data-i18n="settingsBaCODE
LOWweb/templates/index.html3487 <input type="number" id="knowledge-indexing-chunk-size" min="128" max="4096"CODE
LOWweb/templates/index.html3492 <input type="number" id="knowledge-indexing-chunk-overlap" min="0" max="512"CODE
LOWweb/templates/index.html3497 <input type="number" id="knowledge-indexing-max-chunks-per-item" min="0" maxCODE
LOWweb/templates/index.html3502 <input type="number" id="knowledge-indexing-max-rpm" min="0" max="1000" dataCODE
LOWweb/templates/index.html3507 <input type="number" id="knowledge-indexing-rate-limit-delay-ms" min="0" maxCODE
LOWweb/templates/index.html3512 <input type="number" id="knowledge-indexing-max-retries" min="0" max="10" daCODE
LOWweb/templates/index.html3517 <input type="number" id="knowledge-indexing-retry-delay-ms" min="0" max="100CODE
LOWweb/templates/index.html3802 <input type="text" id="robot-wecom-token" data-i18n="settings.robots.wecom.tCODE
LOWweb/templates/index.html3806 <input type="text" id="robot-wecom-encoding-aes-key" data-i18n="settings.robCODE
LOWweb/templates/index.html3810 <input type="text" id="robot-wecom-corp-id" data-i18n="settings.robots.wecomCODE
LOWweb/templates/index.html3814 <input type="password" id="robot-wecom-secret" data-i18n="settings.robots.weCODE
LOWweb/templates/index.html3818 <input type="number" id="robot-wecom-agent-id" data-i18n="settings.robots.weCODE
LOWweb/templates/index.html3859 <input type="text" id="robot-lark-app-id" data-i18n="settings.robots.lark.apCODE
LOWweb/templates/index.html3863 <input type="password" id="robot-lark-app-secret" data-i18n="settings.robotsCODE
LOWweb/templates/index.html3867 <input type="text" id="robot-lark-verify-token" data-i18n="settings.robots.lCODE
LOWweb/templates/index.html4247 <input type="password" id="auth-current-password" data-i18n="settingsSecuritCODE
LOWweb/templates/index.html4251 <input type="password" id="auth-new-password" data-i18n="settingsSecurity.neCODE
LOWweb/templates/index.html4255 <input type="password" id="auth-confirm-password" data-i18n="settingsSecuritCODE
LOWweb/templates/index.html5067 <input type="text" id="skill-new-file-path" data-i18n="skillModal.newFilePlaceholder" daCODE
LOWweb/templates/index.html5071 <textarea id="skill-content" rows="18" data-i18n="skillModal.contentPlaceholder" data-i18n-aCODE
LOWweb/templates/index.html5078 <textarea id="skill-content-add" rows="18" data-i18n="skillModal.contentPlaceholderAdd" data-i18n-atCODE
101 more matches not shown…
Modern AI Meta-Vocabulary6 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md110### Agents and orchestrationCOMMENT
MEDIUMconfig.example.yaml179# 多代理与 Eino 单代理(CloudWeGo Eino ADK;单代理入口 /api/eino-agent*,多代理 /api/multi-agent*)COMMENT
MEDIUMconfig.example.yaml181# Deep / Plan-Execute / Supervisor 由对话页与 WebShell 所选模式在请求体 orchestration 中指定;机器人按 robot_default_agent_modeCOMMENT
MEDIUMdocs/README.md53### Concepts and orchestrationCOMMENT
MEDIUMdocs/en-US/README.md12## Concepts and orchestrationCOMMENT
MEDIUM…rpowers/plans/2026-07-13-local-workflow-package-mvp.md69### Task 4: Import orchestration, HTTP handlers, audit and routesCOMMENT
Structural Annotation Overuse6 hits · 11 pts
SeverityFileLineSnippetContext
LOW…/pent_claude_agent/.claude/skills/find-skills/SKILL.md36### Step 1: Understand What They NeedCOMMENT
LOW…/pent_claude_agent/.claude/skills/find-skills/SKILL.md44### Step 2: Check the Leaderboard FirstCOMMENT
LOW…/pent_claude_agent/.claude/skills/find-skills/SKILL.md52### Step 3: Search for SkillsCOMMENT
LOW…/pent_claude_agent/.claude/skills/find-skills/SKILL.md66### Step 4: Verify Quality Before RecommendingCOMMENT
LOW…/pent_claude_agent/.claude/skills/find-skills/SKILL.md74### Step 5: Present Options to the UserCOMMENT
LOW…/pent_claude_agent/.claude/skills/find-skills/SKILL.md96### Step 6: Offer to InstallCOMMENT
Over-Commented Block13 hits · 10 pts
SeverityFileLineSnippetContext
LOWconfig.example.yaml1# ============================================COMMENT
LOWconfig.example.yaml21 # --- 可选:HTTPS + HTTP/2(缓解浏览器对同源 HTTP/1.1 的并发连接数限制,多路 Deep 流式更稳)---COMMENT
LOWconfig.example.yaml41 enabled: trueCOMMENT
LOWconfig.example.yaml261# ============================================COMMENT
LOWconfig.example.yaml341 # true:索引时优先用知识项 file_path 指向的磁盘文件内容(Eino FileLoader);false:用数据库里存的正文。读盘失败会回退 DBCOMMENT
LOWconfig.example.yaml421# 示例:skills/cyberstrike-eino-demo/COMMENT
LOWweb/static/js/dashboard.js1// 仪表盘页面:拉取运行中对话、漏洞统计、批量任务、工具与 Skills 统计并渲染。COMMENT
LOWinternal/attackchain/builder.go401COMMENT
LOWinternal/multiagent/orphan_tool_pruner_middleware.go21// 一旦孤儿 tool 消息进入 ChatModel,OpenAI 兼容 API(含 DashScope / 各类中转)会返回COMMENT
LOWinternal/multiagent/eino_chat_model_tail_middleware.go1package multiagentCOMMENT
LOWinternal/c2/types.go1// Package c2 实现 CyberStrikeAI 内置 C2(Command & Control)框架。COMMENT
LOWinternal/openai/eino_sse_sanitizer.go1package openaiCOMMENT
LOWinternal/openai/claude_bridge.go1package openaiCOMMENT
Excessive Try-Catch Wrapping9 hits · 10 pts
SeverityFileLineSnippetContext
LOWtools/zoomeye_search.yaml199 except Exception as e:CODE
LOWtools/shodan_search.yaml275 except Exception:CODE
LOWtools/shodan_search.yaml288 except Exception as e:CODE
LOWtools/quake_search.yaml207 except Exception as e:CODE
LOWtools/virustotal_search.yaml219 except Exception as e:CODE
LOWtools/fofa_search.yaml200 except Exception as e:CODE
LOWmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py79 except Exception:CODE
LOWmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py131 except Exception as e:CODE
LOWmcp-servers/reverse_shell/mcp_reverse_shell.py262 except Exception as e:CODE
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHweb/static/js/api-docs.js785 curlCommand += ` \\\n -H "Authorization: Bearer YOUR_TOKEN_HERE"`;CODE
Unused Imports4 hits · 4 pts
SeverityFileLineSnippetContext
LOWmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py12CODE
LOWmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py15CODE
LOWmcp-servers/reverse_shell/mcp_reverse_shell.py12CODE
LOWmcp-servers/reverse_shell/mcp_reverse_shell.py17CODE
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOWrun.sh39 # Check if the process existsCOMMENT
LOWrun.sh340 # Check if source changed since last buildCOMMENT
Deep Nesting2 hits · 2 pts
SeverityFileLineSnippetContext
LOWmcp-servers/pent_claude_agent/mcp_pent_claude_agent.py114CODE
LOWmcp-servers/reverse_shell/mcp_reverse_shell.py229CODE