Repository Analysis

justlovemaki/AIClient2API

Self-hosted multi-protocol AI API proxy for Antigravity, Codex, Grok, Kiro, OpenAI, Claude, and custom providers. Supports OpenAI-compatible API, Claude API, Gemini protocol conversion, GPT, Grok Build, Claude Opus, Gemini Pro, Kimi, MiniMax, provider pools, smart routing, and automatic failover.

5.2 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of justlovemaki/AIClient2API, a JavaScript project with 8,422 GitHub stars. SynthScan v2.0 examined 116,277 lines of code across 205 source files, recording 363 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 5.2 places this repository in the Low AI signal 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).

5.2
Adjusted Score
5.2
Raw Score
100%
Time Factor
2026-07-11
Last Push
8.4K
Stars
JavaScript
Language
116.3K
Lines of Code
205
Files
363
Pattern Hits
2026-07-14
Scan Date
0.18
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 36MEDIUM 41LOW 286

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 363 distinct pattern matches across 10 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 Identifiers272 hits · 278 pts
SeverityFileLineSnippetContext
LOWstatic/index.html100 function updateRoutingExamplesURLs() {CODE
LOWstatic/app/access-manager.js293function renderSnippetProviderOptions(data, configMap) {CODE
LOWstatic/app/provider-manager.js1680function getCodexExternalImportMeta(source) {CODE
LOWstatic/app/provider-manager.js41function updateProvidersHandoffSummary(providers = {}, supportedProviders = []) {CODE
LOWstatic/app/provider-manager.js90async function refreshProvidersHandoffSummary(providers = {}, supportedProviders = []) {CODE
LOWstatic/app/provider-manager.js583function renderProviderStatusOverview(providers, configMap, sortedProviderTypes) {CODE
LOWstatic/app/provider-manager.js685function updateProviderStatsDisplay(activeProviders, healthyProviders, totalAccounts) {CODE
LOWstatic/app/provider-manager.js943function showCodexAuthMethodSelector(providerType) {CODE
LOWstatic/app/provider-manager.js1035function showCodexBatchImportModal(providerType) {CODE
LOWstatic/app/provider-manager.js1331function showGrokCliAuthMethodSelector(providerType) {CODE
LOWstatic/app/provider-manager.js1400function showGrokCliBatchImportModal(providerType) {CODE
LOWstatic/app/provider-manager.js1716function getCodexExternalImportStats(source, data) {CODE
LOWstatic/app/provider-manager.js1749function showCodexExternalImportModal(providerType, source) {CODE
LOWstatic/app/provider-manager.js2004function showGrokAuthMethodSelector(providerType) {CODE
LOWstatic/app/provider-manager.js2351function showKiroAuthMethodSelector(providerType) {CODE
LOWstatic/app/provider-manager.js2448function showGeminiAuthMethodSelector(providerType) {CODE
LOWstatic/app/provider-manager.js2522function showGeminiBatchImportModal(providerType) {CODE
LOWstatic/app/provider-manager.js3474 function validateAndPreview() {CODE
LOWstatic/app/provider-manager.js3507 function validateAndShowResult() {CODE
LOWstatic/app/provider-manager.js4687async function restartServiceAfterUpdate() {CODE
LOWstatic/app/provider-manager.js4735function showAddProviderGroupModal(defaultBaseType = null) {CODE
LOWstatic/app/language-switcher.js45function bindLanguageSwitcherEvents() {CODE
LOWstatic/app/usage-manager.js15export function updateUsageProviderConfigs(configs) {CODE
LOWstatic/app/usage-manager.js149export async function refreshSingleInstanceUsage(providerType, uuid, displayName) {CODE
LOWstatic/app/usage-manager.js283function updateSingleProviderGroup(providerType, providerData) {CODE
LOWstatic/app/config-manager.js12function getSelectedModelProviders() {CODE
LOWstatic/app/config-manager.js39function updateConfigHandoffSummary() {CODE
LOWstatic/app/config-manager.js244function updateConfigProviderConfigs(configs) {CODE
LOWstatic/app/event-handlers.js288function handleGeminiCredsTypeChange(event) {CODE
LOWstatic/app/event-handlers.js306function handleKiroCredsTypeChange(event) {CODE
LOWstatic/app/event-handlers.js439function handleProviderPoolsConfigChange(event) {CODE
LOWstatic/app/event-handlers.js459function handleProviderPasswordToggle(button) {CODE
LOWstatic/app/upload-config-manager.js386function fallbackCopyTextToClipboard(text) {CODE
LOWstatic/app/upload-config-manager.js1365function updateProviderFilterOptions(providerConfigs) {CODE
LOWstatic/app/tutorial-manager.js23function updateTutorialProviderConfigs(configs) {CODE
LOWstatic/app/models-manager.js19function updateModelsProviderConfigs(configs) {CODE
LOWstatic/app/modal.js49function renderSupportedModelsValue(models = []) {CODE
LOWstatic/app/modal.js64function getSupportedModelsContainer(uuid) {CODE
LOWstatic/app/modal.js68function setSupportedModelsSelection(uuid, models, options = {}) {CODE
LOWstatic/app/modal.js91function resetSupportedModelsSelection(uuid) {CODE
LOWstatic/app/modal.js97function renderSupportedModelsSection(provider) {CODE
LOWstatic/app/modal.js129function collectDraftProviderConfig(providerDetail, providerType, uuid) {CODE
LOWstatic/app/modal.js161function closeSupportedModelsPicker(overlay) {CODE
LOWstatic/app/modal.js171function showSupportedModelsPickerModal(providerType, uuid, detectedModels, currentSelectedModels = []) {CODE
LOWstatic/app/modal.js339async function openSupportedModelsPicker(providerType, uuid, event) {CODE
LOWstatic/app/modal.js646function renderProviderListPaginated(providers, page) {CODE
LOWstatic/app/modal.js673async function loadModelsForProviderType(providerType, providers) {CODE
LOWstatic/app/modal.js1794function bindAddFormPasswordToggleListeners(form) {CODE
LOWstatic/app/modal.js2183function renderNotSupportedModelsSelector(uuid, models, notSupportedModels = []) {CODE
LOWsrc/core/config-manager.js26function normalizeRequestBodyMaxBytes(config) {CODE
LOWsrc/core/config-manager.js43function normalizeConfiguredProviders(config) {CODE
LOWsrc/core/config-manager.js336export async function getSystemPromptFileContent(filePath) {CODE
LOWsrc/core/plugin-security.js60export function normalizePluginArchiveEntryName(entryName, pluginId) {CODE
LOWsrc/core/plugin-security.js104export function validatePluginTextContent(content, label = 'plugin file') {CODE
LOWsrc/core/security-hardening.js232function handleProcessControlAttempt(target, operationName) {CODE
LOWsrc/core/security-hardening.js240function handleUserPluginProcessMutationAttempt(target, operationName) {CODE
LOWsrc/ui-modules/event-broadcast.js196export function handleUploadOAuthCredentials(req, res, options = {}) {CODE
LOWsrc/ui-modules/usage-api.js219function getProviderConfigFilePath(provider, providerType) {CODE
LOWsrc/ui-modules/usage-api.js293async function updateSingleInstanceInCache(providerType, uuid, instanceResult) {CODE
LOWsrc/ui-modules/usage-api.js332export async function handleGetSupportedProviders(req, res) {CODE
212 more matches not shown…
Magic Placeholder Names32 hits · 160 pts
SeverityFileLineSnippetContext
HIGHREADME-JA.md428 -H "Authorization: Bearer your-api-key" \CODE
HIGHREADME-JA.md441 -H "Authorization: Bearer your-api-key" \CODE
HIGHREADME-JA.md789- **リクエストヘッダー形式を確認**:リクエストに正しい形式のAuthorizationヘッダーが含まれていることを確認、例:`Authorization: Bearer your-api-key`CODE
HIGHREADME.md428 -H "Authorization: Bearer your-api-key" \CODE
HIGHREADME.md441 -H "Authorization: Bearer your-api-key" \CODE
HIGHREADME.md789- **Check Request Header Format**: Ensure the request contains the correct Authorization header format, such as `AuthoriCODE
HIGHREADME-ZH.md427 -H "Authorization: Bearer your-api-key" \CODE
HIGHREADME-ZH.md440 -H "Authorization: Bearer your-api-key" \CODE
HIGHREADME-ZH.md813- **检查请求头格式**:确保请求中包含正确格式的 Authorization 头,如 `Authorization: Bearer your-api-key`CODE
HIGHdocs/OPENCLAW_CONFIG_GUIDE.md27 AICLIENT2API_KEY: "your-api-key"CODE
HIGHdocs/OPENCLAW_CONFIG_GUIDE.md68 AICLIENT2API_KEY: "your-api-key"CODE
HIGHdocs/OPENCLAW_CONFIG_GUIDE-JA.md27 AICLIENT2API_KEY: "your-api-key"CODE
HIGHdocs/OPENCLAW_CONFIG_GUIDE-JA.md68 AICLIENT2API_KEY: "your-api-key"CODE
HIGHdocs/OPENCLAW_CONFIG_GUIDE-ZH.md27 AICLIENT2API_KEY: "your-api-key"CODE
HIGHdocs/OPENCLAW_CONFIG_GUIDE-ZH.md68 AICLIENT2API_KEY: "your-api-key"CODE
HIGHdocs/skills/aiclient-cli-usage.md44- **Header**: `Authorization: Bearer <YOUR_API_KEY>`CODE
HIGHdocs/skills/aiclient-cli-usage.md44- **Header**: `Authorization: Bearer <YOUR_API_KEY>`CODE
HIGHstatic/app/access-manager.js319 const resolvedApiKey = apiKey || 'YOUR_API_KEY';CODE
HIGHstatic/app/access-manager.js352 const resolvedApiKey = apiKey || 'YOUR_API_KEY';CODE
HIGHstatic/app/access-manager.js382 const resolvedApiKey = apiKey || 'YOUR_API_KEY';CODE
HIGHstatic/app/routing-examples.js366 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js394 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js403 -H "X-API-Key: YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js438 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js447 -H "X-API-Key: YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js459 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js468 -H "X-API-Key: YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js480 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js644 -H "Authorization: Bearer YOUR_API_KEY" \\CODE
HIGHstatic/app/routing-examples.js660 -H "X-API-Key: YOUR_API_KEY" \\CODE
HIGHstatic/components/section-guide.html161 -H "Authorization: Bearer YOUR_API_KEY" \CODE
HIGHstatic/components/section-tutorial.html227 "REQUIRED_API_KEY": "your-api-key",CODE
AI Slop Vocabulary20 hits · 60 pts
SeverityFileLineSnippetContext
MEDIUM…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
MEDIUM…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
MEDIUM…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
MEDIUM…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
MEDIUM…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
MEDIUM…/openaiResponses/originalRequestBody1762500856556.json1{"model":"gpt-5-codex","instructions":"You are Codex, based on GPT-5. You are running as a coding agent in the Codex CLICODE
MEDIUM…/openaiResponses/originalRequestBody1762500856556.json1{"model":"gpt-5-codex","instructions":"You are Codex, based on GPT-5. You are running as a coding agent in the Codex CLICODE
MEDIUM…c/example/claude/originalRequestBody1762501795790.json1{"model":"claude-sonnet-4-5-20250929","messages":[{"role":"user","content":[{"type":"text","text":"<ide_opened_file>The CODE
MEDIUM…c/example/claude/originalRequestBody1762501795790.json1{"model":"claude-sonnet-4-5-20250929","messages":[{"role":"user","content":[{"type":"text","text":"<ide_opened_file>The CODE
MEDIUM…c/example/claude/originalRequestBody1762501795790.json1{"model":"claude-sonnet-4-5-20250929","messages":[{"role":"user","content":[{"type":"text","text":"<ide_opened_file>The CODE
MEDIUM…c/example/openai/originalRequestBody1762501497434.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"system","content":"You are a coding agent running in the Codex CLI, a teCODE
MEDIUM…c/example/openai/originalRequestBody1762501497434.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"system","content":"You are a coding agent running in the Codex CLI, a teCODE
MEDIUM…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
MEDIUM…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
MEDIUM…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
MEDIUM…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
MEDIUM…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
MEDIUM…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
MEDIUMsrc/convert/convert-old.js1670 // A more robust solution would involve tracking tool_use_ids to function names.COMMENT
MEDIUMsrc/convert/convert-old.js1832 // A more robust solution would involve tracking the function name from the tool_use block.COMMENT
Decorative Section Separators14 hits · 42 pts
SeverityFileLineSnippetContext
MEDIUMtls-sidecar/main.go25// ──────────────────────────────────────────────COMMENT
MEDIUMtls-sidecar/main.go38// ──────────────────────────────────────────────COMMENT
MEDIUMtls-sidecar/main.go66// ──────────────── uTLS RoundTripper ────────────────COMMENT
MEDIUMtls-sidecar/main.go174// ──────────────── Main ────────────────COMMENT
MEDIUMtls-sidecar/main.go216// ──────────────── Health ────────────────COMMENT
MEDIUMtls-sidecar/main.go224// ──────────────── Proxy Handler ────────────────COMMENT
MEDIUMtls-sidecar/main.go316// ──────────────── uTLS Dial ────────────────COMMENT
MEDIUMtls-sidecar/main.go360// ──────────────── Proxy Dialer ────────────────COMMENT
MEDIUMstatic/app/playground-manager.js14// ── DOM helpers ──────────────────────────────────────────────────────────────COMMENT
MEDIUMstatic/app/playground-manager.js35// ── Initialisation ───────────────────────────────────────────────────────────COMMENT
MEDIUMstatic/app/playground-manager.js125// ── Events ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMstatic/app/playground-manager.js281// ── Chat logic ────────────────────────────────────────────────────────────────COMMENT
MEDIUMstatic/app/playground-manager.js644// ── UI helpers ────────────────────────────────────────────────────────────────COMMENT
MEDIUMstatic/app/playground-manager.js859// ── File handling ─────────────────────────────────────────────────────────────COMMENT
AI Response Leakage4 hits · 30 pts
SeverityFileLineSnippetContext
HIGH…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
HIGH…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
HIGH…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
HIGH…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
Slop Phrases7 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
LOW…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
LOW…/openaiResponses/originalRequestBody1762500856556.json1{"model":"gpt-5-codex","instructions":"You are Codex, based on GPT-5. You are running as a coding agent in the Codex CLICODE
MEDIUM…c/example/claude/originalRequestBody1762501795790.json1{"model":"claude-sonnet-4-5-20250929","messages":[{"role":"user","content":[{"type":"text","text":"<ide_opened_file>The CODE
LOW…c/example/openai/originalRequestBody1762501497434.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"system","content":"You are a coding agent running in the Codex CLI, a teCODE
MEDIUM…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
LOW…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
Over-Commented Block6 hits · 6 pts
SeverityFileLineSnippetContext
LOWtls-sidecar/main.go21 "golang.org/x/net/http2"COMMENT
LOWsrc/providers/gemini/gemini-core.js141 // .map(p => p.text)COMMENT
LOWsrc/converters/strategies/OpenAIConverter.js481 const delta = choice.delta;COMMENT
LOWsrc/converters/strategies/OpenAIConverter.js501 // }COMMENT
LOWsrc/converters/strategies/OpenAIConverter.js521 // type: "content_block_start",COMMENT
LOWsrc/converters/strategies/ClaudeConverter.js661COMMENT
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…c/example/gemini/originalRequestBody1762502075001.json1{"contents":[{"parts":[{"text":"<task>\n你好\n</task>"},{"text":"<environment_details>\n# VSCode Visible Files\nsrc\\conveCODE
MEDIUM…c/example/openai/originalRequestBody1762501665376.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"user","content":"You are Kilo Code, a highly skilled software engineer wCODE
Modern AI Meta-Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…c/example/openai/originalRequestBody1762501497434.json1{"model":"ZhipuAI/GLM-4.6","messages":[{"role":"system","content":"You are a coding agent running in the Codex CLI, a teCODE
MEDIUMsrc/providers/claude/claude-kiro.js69// 描述里明确禁止调用它:否则模型(尤其被 agentic system prompt 引导时)会先说一句COMMENT
Fake / Example Data4 hits · 5 pts
SeverityFileLineSnippetContext
LOWstatic/app/provider-manager.js1685 "email": "user@example.com",CODE
LOWstatic/app/provider-manager.js1695 "name": "user@example.com",CODE
LOWstatic/app/provider-manager.js1443 "email": "user@example.com",CODE
LOWstatic/app/i18n.js2536 const attributes = ['placeholder', 'title', 'aria-label'];CODE