The system of action for AI-native cybersecurity—where intent becomes governed execution, evidence becomes operational memory, and every operation improves the next.
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).
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/http-framework-test.yaml | 130 | def quote_form_component_preserving_pct(value: str) -> str: | CODE |
| LOW | tools/http-framework-test.yaml | 219 | def extract_charset_from_content_type(content_type: str) -> str: | CODE |
| LOW | tools/http-framework-test.yaml | 230 | def extract_declared_charset_from_body(data: bytes) -> str: | CODE |
| LOW | tools/http-framework-test.yaml | 598 | def format_response_body_output( | CODE |
| LOW | tools/http-framework-test.yaml | 648 | def print_response_body_summary(meta: Dict[str, object]): | CODE |
| LOW | tools/virustotal_search.yaml | 47 | def query_virustotal_subdomains(domain, api_key, limit=100, include_ips=False): | CODE |
| LOW | web/static/js/chat-scroll.js | 53 | function isChatMessagesPinnedToBottom() { | CODE |
| LOW | web/static/js/chat-scroll.js | 58 | function resumeFollowingIfAtBottom() { | CODE |
| LOW | web/static/js/chat-scroll.js | 94 | function scrollChatToBottomInstant() { | CODE |
| LOW | web/static/js/chat-scroll.js | 147 | function scheduleChatScrollToBottomIfFollowing(wasPinnedBeforeDomUpdate) { | CODE |
| LOW | web/static/js/chat-scroll.js | 157 | function scrollChatMessagesToBottomIfPinned(wasPinned) { | CODE |
| LOW | web/static/js/chat-scroll.js | 193 | function markProcessDetailsStreaming(active, assistantDomId) { | CODE |
| LOW | web/static/js/chat-scroll.js | 246 | function scrollElementIntoViewIfFollowing(el, options) { | CODE |
| LOW | web/static/js/agents.js | 9 | function bindAgentsMdListDelegation() { | CODE |
| LOW | web/static/js/agents.js | 88 | function showAddMarkdownAgentModal() { | CODE |
| LOW | web/static/js/wechat-robot.js | 92 | function clearWechatBindSuccessNotice() { | CODE |
| LOW | web/static/js/wechat-robot.js | 105 | function showWechatBindSuccessNotice(message) { | CODE |
| LOW | web/static/js/wechat-robot.js | 403 | function refreshWechatRobotBoundUI(wechat) { | CODE |
| LOW | web/static/js/rbac-guards.js | 245 | function wrapHandlerWithPermission(fn, permission) { | CODE |
| LOW | web/static/js/rbac-guards.js | 259 | function installWriteHandlerGuards() { | CODE |
| LOW⚡ | web/static/js/rbac.js | 310 | function closeRbacPermissionsPopover() { | CODE |
| LOW⚡ | web/static/js/rbac.js | 314 | function toggleRbacEffectivePermissions(ev) { | CODE |
| LOW⚡ | web/static/js/rbac.js | 324 | function onRbacPermissionsPopoverPointerDown(ev) { | CODE |
| LOW⚡ | web/static/js/rbac.js | 333 | function bindRbacPermissionsPopoverDismiss() { | CODE |
| LOW | web/static/js/rbac.js | 79 | function rbacPermissionModuleLabel(module) { | CODE |
| LOW | web/static/js/rbac.js | 132 | function rbacPendingSelectionCount() { | CODE |
| LOW | web/static/js/rbac.js | 137 | function rbacRememberSelectedResource(resource) { | CODE |
| LOW | web/static/js/rbac.js | 161 | function clearRbacResourceSelection() { | CODE |
| LOW | web/static/js/rbac.js | 188 | function renderRbacPendingSelection() { | CODE |
| LOW | web/static/js/rbac.js | 254 | function resolveUserEffectiveAccess(user) { | CODE |
| LOW | web/static/js/rbac.js | 278 | function positionRbacPermissionsPopover() { | CODE |
| LOW | web/static/js/rbac.js | 295 | function onRbacPermissionsPopoverReposition() { | CODE |
| LOW | web/static/js/rbac.js | 299 | function setRbacPermissionsPopoverOpen(open) { | CODE |
| LOW | web/static/js/rbac.js | 344 | function renderRbacEffectivePermissionsContent(user) { | CODE |
| LOW | web/static/js/rbac.js | 371 | function renderRbacEffectivePermissions(user) { | CODE |
| LOW | web/static/js/rbac.js | 760 | function selectedUserRolesAreDirty() { | CODE |
| LOW | web/static/js/rbac.js | 909 | function renderRbacAssignmentPagination(total, totalPages) { | CODE |
| LOW | web/static/js/rbac.js | 937 | function changeRbacAssignmentFilter(value) { | CODE |
| LOW | web/static/js/rbac.js | 1034 | function syncRbacResourcePagination(loading) { | CODE |
| LOW | web/static/js/rbac.js | 1060 | function toggleRbacResourceSelection(resourceId, checked) { | CODE |
| LOW | web/static/js/rbac.js | 1121 | function renderRbacAuditPagination() { | CODE |
| LOW | web/static/js/rbac.js | 1246 | function renderRbacUserRolesReadonly(user) { | CODE |
| LOW | web/static/js/rbac.js | 1260 | function openRbacRolesFromUserModal() { | CODE |
| LOW | web/static/js/rbac.js | 1265 | function openRbacUserModalForSelected() { | CODE |
| LOW | web/static/js/rbac.js | 1277 | function renderRbacUserRoleCheckboxes(selected) { | CODE |
| LOW | web/static/js/rbac.js | 1379 | function renderRbacPermissionCheckboxes() { | CODE |
| LOW | web/static/js/rbac.js | 1412 | function setRbacPermissionSelected(key, checked) { | CODE |
| LOW | web/static/js/rbac.js | 1422 | function selectVisibleRbacPermissions(checked) { | CODE |
| LOW | web/static/js/auth.js | 446 | function permissionAllowedForElement(el) { | CODE |
| LOW | web/static/js/auth.js | 475 | function installPermissionClickGuard() { | CODE |
| LOW⚡ | web/static/js/auth.js | 762 | function resetRobotBindingGenerateButton() { | CODE |
| LOW⚡ | web/static/js/auth.js | 770 | function startRobotBindingCountdown() { | CODE |
| LOW⚡ | web/static/js/auth.js | 776 | function updateRobotBindingCountdown() { | CODE |
| LOW | web/static/js/auth.js | 876 | async function deleteRobotAccountBinding(id) { | CODE |
| LOW | web/static/js/roles.js | 177 | function initSelectionDetailTooltip() { | CODE |
| LOW | web/static/js/roles.js | 346 | function updateRoleSelectorDisplay() { | CODE |
| LOW | web/static/js/roles.js | 393 | function renderRoleSelectionSidebar() { | CODE |
| LOW | web/static/js/roles.js | 478 | function getChatRoleSelectorWrapper() { | CODE |
| LOW | web/static/js/roles.js | 709 | function mergeToolIntoRoleStateMap(tool) { | CODE |
| LOW | web/static/js/roles.js | 749 | function computeRoleLinkFilteredTools() { | CODE |
| 646 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | config.example.yaml | 1 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 3 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 6 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 8 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 10 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 256 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 258 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 261 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 263 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 416 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 418 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 423 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 425 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 430 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 432 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 437 | # ============================================ | COMMENT |
| MEDIUM⚡ | config.example.yaml | 439 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 48 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 50 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 88 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 90 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 274 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 276 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 293 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 295 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 321 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 323 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 347 | # ============================================ | COMMENT |
| MEDIUM | config.example.yaml | 349 | # ============================================ | COMMENT |
| MEDIUM | tools/zoomeye_search.yaml | 17 | # ================================================== | COMMENT |
| MEDIUM | tools/shodan_search.yaml | 17 | # ================================================== | COMMENT |
| MEDIUM | tools/quake_search.yaml | 16 | # ================================================== | COMMENT |
| MEDIUM | tools/virustotal_search.yaml | 17 | # ======================================================= | COMMENT |
| MEDIUM | tools/fofa_search.yaml | 18 | # ================================================== | COMMENT |
| MEDIUM | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 31 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 33 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 157 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 159 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | mcp-servers/reverse_shell/mcp_reverse_shell.py | 22 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | mcp-servers/reverse_shell/mcp_reverse_shell.py | 24 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | mcp-servers/reverse_shell/mcp_reverse_shell.py | 266 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | mcp-servers/reverse_shell/mcp_reverse_shell.py | 268 | # --------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | web/static/js/chat.js | 888 | const placeholderText = chatInput ? (chatInput.getAttribute('placeholder') || '').trim() : ''; | CODE |
| LOW | web/static/js/chat.js | 911 | const placeholderText = (chatInput.getAttribute('placeholder') || '').trim(); | CODE |
| LOW | web/static/js/chat.js | 6791 | searchInput.setAttribute('data-i18n-attr', 'placeholder'); | CODE |
| LOW | web/static/js/webshell.js | 4822 | connSearchEl.setAttribute('placeholder', ph); | CODE |
| LOW | web/static/js/workflows.js | 457 | searchInput.setAttribute('data-i18n-attr', 'placeholder'); | CODE |
| LOW | web/static/js/i18n.js | 96 | const ph = (chatInput.getAttribute('placeholder') || '').trim(); | CODE |
| LOW | web/static/i18n/zh-CN.json | 2772 | "placeholder": "{\n \"my-server\": {\n \"command\": \"python3\",\n \"args\": [\"${HOME}/mcp/server.py\"],\n | CODE |
| LOW | web/static/i18n/en-US.json | 2784 | "placeholder": "{\n \"my-server\": {\n \"command\": \"python3\",\n \"args\": [\"${HOME}/mcp/server.py\"],\n | CODE |
| LOW⚡ | web/templates/index.html | 2265 | data-i18n="vulnerabilityPage.filterExactId" data-i18n-attr=" | CODE |
| LOW⚡ | web/templates/index.html | 2270 | data-i18n="vulnerabilityPage.filterConversation" data-i18n-a | CODE |
| LOW⚡ | web/templates/index.html | 2275 | data-i18n="vulnerabilityPage.filterTaskOrQueue" data-i18n-at | CODE |
| LOW⚡ | web/templates/index.html | 2280 | data-i18n="vulnerabilityPage.filterConversationTag" data-i18 | CODE |
| LOW⚡ | web/templates/index.html | 2285 | data-i18n="vulnerabilityPage.filterTaskTag" data-i18n-attr=" | CODE |
| LOW⚡ | web/templates/index.html | 2989 | <input type="text" id="openai-base-url" data-i18n="settingsBasic.openaiBaseU | CODE |
| LOW⚡ | web/templates/index.html | 2993 | <input type="password" id="openai-api-key" data-i18n="settingsBasic.openaiAp | CODE |
| LOW⚡ | web/templates/index.html | 2998 | <input type="text" id="openai-model" class="model-pick-input" data-i18n= | CODE |
| LOW⚡ | web/templates/index.html | 3075 | <input type="text" id="vision-base-url" data-i18n="settingsBasic.visionB | CODE |
| LOW⚡ | web/templates/index.html | 3079 | <input type="password" id="vision-api-key" data-i18n="settingsBasic.visi | CODE |
| LOW⚡ | web/templates/index.html | 3084 | <input type="text" id="vision-model" class="model-pick-input" data-i | CODE |
| LOW⚡ | web/templates/index.html | 3238 | <input type="text" id="hitl-audit-model-base-url" data-i18n="settings.hitl.a | CODE |
| LOW⚡ | web/templates/index.html | 3242 | <input type="password" id="hitl-audit-model-api-key" data-i18n="settings.hit | CODE |
| LOW⚡ | web/templates/index.html | 3247 | <input type="text" id="hitl-audit-model-name" class="model-pick-input" d | CODE |
| LOW⚡ | web/templates/index.html | 3307 | <input type="text" id="fofa-base-url" data-i18n="settingsBasic.fofaBaseUrlPl | CODE |
| LOW⚡ | web/templates/index.html | 3312 | <input type="text" id="fofa-email" data-i18n="settingsBasic.fofaEmailPlaceho | CODE |
| LOW⚡ | web/templates/index.html | 3316 | <input type="password" id="fofa-api-key" data-i18n="settingsBasic.fofaApiKey | CODE |
| LOW⚡ | web/templates/index.html | 3360 | <input type="text" id="knowledge-embedding-base-url" data-i18n="settingsBasi | CODE |
| LOW⚡ | web/templates/index.html | 3365 | <input type="password" id="knowledge-embedding-api-key" data-i18n="settingsB | CODE |
| LOW⚡ | web/templates/index.html | 3371 | <input type="text" id="knowledge-embedding-model" class="model-pick-inpu | CODE |
| LOW⚡ | web/templates/index.html | 3386 | <input type="number" id="knowledge-retrieval-top-k" min="1" max="20" data-i1 | CODE |
| LOW⚡ | web/templates/index.html | 3391 | <input type="number" id="knowledge-retrieval-similarity-threshold" min="0" m | CODE |
| LOW⚡ | web/templates/index.html | 3396 | <input type="text" id="knowledge-retrieval-sub-index-filter" data-i18n="sett | CODE |
| LOW⚡ | web/templates/index.html | 3406 | <input type="number" id="knowledge-multi-query-max-queries" min="1" max="8" | CODE |
| LOW⚡ | web/templates/index.html | 3420 | <input type="text" id="knowledge-rerank-model" data-i18n="settingsBasic.rera | CODE |
| LOW⚡ | web/templates/index.html | 3424 | <input type="text" id="knowledge-rerank-base-url" data-i18n="settingsBasic.r | CODE |
| LOW⚡ | web/templates/index.html | 3428 | <input type="password" id="knowledge-rerank-api-key" data-i18n="settingsBasi | CODE |
| LOW⚡ | web/templates/index.html | 3438 | <input type="number" id="knowledge-post-retrieve-prefetch-top-k" min="0" max | CODE |
| LOW⚡ | web/templates/index.html | 3443 | <input type="number" id="knowledge-post-retrieve-max-chars" min="0" max="100 | CODE |
| LOW⚡ | web/templates/index.html | 3448 | <input type="number" id="knowledge-post-retrieve-max-tokens" min="0" max="10 | CODE |
| LOW⚡ | web/templates/index.html | 3482 | <input type="text" id="knowledge-indexing-sub-indexes" data-i18n="settingsBa | CODE |
| LOW⚡ | web/templates/index.html | 3487 | <input type="number" id="knowledge-indexing-chunk-size" min="128" max="4096" | CODE |
| LOW⚡ | web/templates/index.html | 3492 | <input type="number" id="knowledge-indexing-chunk-overlap" min="0" max="512" | CODE |
| LOW⚡ | web/templates/index.html | 3497 | <input type="number" id="knowledge-indexing-max-chunks-per-item" min="0" max | CODE |
| LOW⚡ | web/templates/index.html | 3502 | <input type="number" id="knowledge-indexing-max-rpm" min="0" max="1000" data | CODE |
| LOW⚡ | web/templates/index.html | 3507 | <input type="number" id="knowledge-indexing-rate-limit-delay-ms" min="0" max | CODE |
| LOW⚡ | web/templates/index.html | 3512 | <input type="number" id="knowledge-indexing-max-retries" min="0" max="10" da | CODE |
| LOW⚡ | web/templates/index.html | 3517 | <input type="number" id="knowledge-indexing-retry-delay-ms" min="0" max="100 | CODE |
| LOW⚡ | web/templates/index.html | 3802 | <input type="text" id="robot-wecom-token" data-i18n="settings.robots.wecom.t | CODE |
| LOW⚡ | web/templates/index.html | 3806 | <input type="text" id="robot-wecom-encoding-aes-key" data-i18n="settings.rob | CODE |
| LOW⚡ | web/templates/index.html | 3810 | <input type="text" id="robot-wecom-corp-id" data-i18n="settings.robots.wecom | CODE |
| LOW⚡ | web/templates/index.html | 3814 | <input type="password" id="robot-wecom-secret" data-i18n="settings.robots.we | CODE |
| LOW⚡ | web/templates/index.html | 3818 | <input type="number" id="robot-wecom-agent-id" data-i18n="settings.robots.we | CODE |
| LOW⚡ | web/templates/index.html | 3859 | <input type="text" id="robot-lark-app-id" data-i18n="settings.robots.lark.ap | CODE |
| LOW⚡ | web/templates/index.html | 3863 | <input type="password" id="robot-lark-app-secret" data-i18n="settings.robots | CODE |
| LOW⚡ | web/templates/index.html | 3867 | <input type="text" id="robot-lark-verify-token" data-i18n="settings.robots.l | CODE |
| LOW⚡ | web/templates/index.html | 4247 | <input type="password" id="auth-current-password" data-i18n="settingsSecurit | CODE |
| LOW⚡ | web/templates/index.html | 4251 | <input type="password" id="auth-new-password" data-i18n="settingsSecurity.ne | CODE |
| LOW⚡ | web/templates/index.html | 4255 | <input type="password" id="auth-confirm-password" data-i18n="settingsSecurit | CODE |
| LOW⚡ | web/templates/index.html | 5067 | <input type="text" id="skill-new-file-path" data-i18n="skillModal.newFilePlaceholder" da | CODE |
| LOW⚡ | web/templates/index.html | 5071 | <textarea id="skill-content" rows="18" data-i18n="skillModal.contentPlaceholder" data-i18n-a | CODE |
| LOW⚡ | web/templates/index.html | 5078 | <textarea id="skill-content-add" rows="18" data-i18n="skillModal.contentPlaceholderAdd" data-i18n-at | CODE |
| 101 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 110 | ### Agents and orchestration | COMMENT |
| MEDIUM | config.example.yaml | 179 | # 多代理与 Eino 单代理(CloudWeGo Eino ADK;单代理入口 /api/eino-agent*,多代理 /api/multi-agent*) | COMMENT |
| MEDIUM | config.example.yaml | 181 | # Deep / Plan-Execute / Supervisor 由对话页与 WebShell 所选模式在请求体 orchestration 中指定;机器人按 robot_default_agent_mode | COMMENT |
| MEDIUM | docs/README.md | 53 | ### Concepts and orchestration | COMMENT |
| MEDIUM | docs/en-US/README.md | 12 | ## Concepts and orchestration | COMMENT |
| MEDIUM | …rpowers/plans/2026-07-13-local-workflow-package-mvp.md | 69 | ### Task 4: Import orchestration, HTTP handlers, audit and routes | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …/pent_claude_agent/.claude/skills/find-skills/SKILL.md | 36 | ### Step 1: Understand What They Need | COMMENT |
| LOW⚡ | …/pent_claude_agent/.claude/skills/find-skills/SKILL.md | 44 | ### Step 2: Check the Leaderboard First | COMMENT |
| LOW⚡ | …/pent_claude_agent/.claude/skills/find-skills/SKILL.md | 52 | ### Step 3: Search for Skills | COMMENT |
| LOW | …/pent_claude_agent/.claude/skills/find-skills/SKILL.md | 66 | ### Step 4: Verify Quality Before Recommending | COMMENT |
| LOW | …/pent_claude_agent/.claude/skills/find-skills/SKILL.md | 74 | ### Step 5: Present Options to the User | COMMENT |
| LOW | …/pent_claude_agent/.claude/skills/find-skills/SKILL.md | 96 | ### Step 6: Offer to Install | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | config.example.yaml | 1 | # ============================================ | COMMENT |
| LOW | config.example.yaml | 21 | # --- 可选:HTTPS + HTTP/2(缓解浏览器对同源 HTTP/1.1 的并发连接数限制,多路 Deep 流式更稳)--- | COMMENT |
| LOW | config.example.yaml | 41 | enabled: true | COMMENT |
| LOW | config.example.yaml | 261 | # ============================================ | COMMENT |
| LOW | config.example.yaml | 341 | # true:索引时优先用知识项 file_path 指向的磁盘文件内容(Eino FileLoader);false:用数据库里存的正文。读盘失败会回退 DB | COMMENT |
| LOW | config.example.yaml | 421 | # 示例:skills/cyberstrike-eino-demo/ | COMMENT |
| LOW | web/static/js/dashboard.js | 1 | // 仪表盘页面:拉取运行中对话、漏洞统计、批量任务、工具与 Skills 统计并渲染。 | COMMENT |
| LOW | internal/attackchain/builder.go | 401 | COMMENT | |
| LOW | internal/multiagent/orphan_tool_pruner_middleware.go | 21 | // 一旦孤儿 tool 消息进入 ChatModel,OpenAI 兼容 API(含 DashScope / 各类中转)会返回 | COMMENT |
| LOW | internal/multiagent/eino_chat_model_tail_middleware.go | 1 | package multiagent | COMMENT |
| LOW | internal/c2/types.go | 1 | // Package c2 实现 CyberStrikeAI 内置 C2(Command & Control)框架。 | COMMENT |
| LOW | internal/openai/eino_sse_sanitizer.go | 1 | package openai | COMMENT |
| LOW | internal/openai/claude_bridge.go | 1 | package openai | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/zoomeye_search.yaml | 199 | except Exception as e: | CODE |
| LOW | tools/shodan_search.yaml | 275 | except Exception: | CODE |
| LOW | tools/shodan_search.yaml | 288 | except Exception as e: | CODE |
| LOW | tools/quake_search.yaml | 207 | except Exception as e: | CODE |
| LOW | tools/virustotal_search.yaml | 219 | except Exception as e: | CODE |
| LOW | tools/fofa_search.yaml | 200 | except Exception as e: | CODE |
| LOW | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 79 | except Exception: | CODE |
| LOW | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 131 | except Exception as e: | CODE |
| LOW⚡ | mcp-servers/reverse_shell/mcp_reverse_shell.py | 262 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | web/static/js/api-docs.js | 785 | curlCommand += ` \\\n -H "Authorization: Bearer YOUR_TOKEN_HERE"`; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 12 | CODE | |
| LOW | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 15 | CODE | |
| LOW | mcp-servers/reverse_shell/mcp_reverse_shell.py | 12 | CODE | |
| LOW | mcp-servers/reverse_shell/mcp_reverse_shell.py | 17 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | run.sh | 39 | # Check if the process exists | COMMENT |
| LOW | run.sh | 340 | # Check if source changed since last build | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | mcp-servers/pent_claude_agent/mcp_pent_claude_agent.py | 114 | CODE | |
| LOW | mcp-servers/reverse_shell/mcp_reverse_shell.py | 229 | CODE |