Open source agentic operating system
This report presents the forensic synthetic code analysis of elizaOS/eliza, a TypeScript project with 18,740 GitHub stars. SynthScan v2.0 examined 7,006,368 lines of code across 31619 source files, recording 37223 pattern matches distributed across 28 syntactic categories. The overall adjusted score of 7.8 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).
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 37223 distinct pattern matches across 28 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 |
|---|---|---|---|---|
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3694 | // ── Settings card prop contracts ───────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3712 | // ── Occurrence action results ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3718 | // ── Sleep history / regularity / baseline responses ────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3786 | // ── Message channels ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3802 | // ── Follow-up statuses ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3813 | // ── X feed types ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3827 | // ── Relationship ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3873 | // ── Cross-channel drafting ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3888 | // ── X read ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 3930 | // ── Screen time ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 4150 | // ── iMessage connector ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-health/src/contracts/lifeops.ts | 4213 | // ── Knowledge-graph: Entity + Relationship (W1-E) ────────────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 88 | // ── Lifecycle ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 135 | // ── Plugin methods ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 328 | // ── Permission callbacks ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 349 | // ── Activity result (MediaProjection permission) ──────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 424 | // ── Screenshot capture ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 555 | // ── Screen recording ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 748 | // ── Recording config parsing ──────────────────────────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 763 | // ── Helpers ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/ai/eliza/plugins/screencapture/ScreenCapturePlugin.kt | 806 | // ── Lifecycle ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/src/main/java/ai/elizaos/computeruse/Camera2Source.kt | 60 | // ── Camera enumeration ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/src/main/java/ai/elizaos/computeruse/Camera2Source.kt | 82 | // ── Open session ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/src/main/java/ai/elizaos/computeruse/Camera2Source.kt | 178 | // ── Capture ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/src/main/java/ai/elizaos/computeruse/Camera2Source.kt | 214 | // ── Close ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/src/main/java/ai/elizaos/computeruse/Camera2Source.kt | 226 | // ── Background thread ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/src/main/java/ai/elizaos/computeruse/Camera2Source.kt | 240 | // ── Helpers ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 37 | // ── Component lifecycle — onTrimMemory → MemoryArbiter pressure ─────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 75 | // ── MediaProjection ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 140 | // ── AccessibilityService ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 222 | // ── UsageStats / app enumeration ────────────────────────────────────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 242 | // ── Memory pressure (one-shot snapshot) ─────────────────────────────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 282 | // ── Camera (MobileCameraSource implementation) ──────────────────────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 337 | // ── Probe ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 358 | // ── AOSP privileged path skeleton (consumer build — disabled) ───────────── | COMMENT |
| MEDIUM | …/main/java/ai/elizaos/computeruse/ComputerUsePlugin.kt | 363 | // ── Helpers ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …in/java/ai/elizaos/computeruse/AospPrivilegedBridge.kt | 61 | // ── Consumer-flavor unavailable implementation ──────────────────────────────── | COMMENT |
| MEDIUM | …in/java/ai/elizaos/computeruse/ScreenCaptureService.kt | 78 | // ── Service lifecycle ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …in/java/ai/elizaos/computeruse/ScreenCaptureService.kt | 116 | // ── Capture pipeline ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …in/java/ai/elizaos/computeruse/ScreenCaptureService.kt | 207 | // ── Notification (required for foreground service) ──────────────────────── | COMMENT |
| MEDIUM | …va/ai/elizaos/computeruse/ElizaAccessibilityService.kt | 41 | // ── Lifecycle ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …va/ai/elizaos/computeruse/ElizaAccessibilityService.kt | 72 | // ── Accessibility tree snapshot ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …va/ai/elizaos/computeruse/ElizaAccessibilityService.kt | 126 | // ── Gesture dispatch ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …va/ai/elizaos/computeruse/ElizaAccessibilityService.kt | 205 | // ── Global actions ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …capacitor-bridge/src/mobile-device-bridge-bootstrap.ts | 1209 | // ── Bionic-host GPU delegation (abstract-namespace UDS) ──────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/shared/fs-shim.ts | 603 | // ── Synchronous API ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/shared/fs-shim.ts | 718 | // ── Callback (async) API ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/shared/fs-shim.ts | 815 | // ── fs.promises (promise-based API) ───────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/model-grind.ts | 198 | // ── 1. Text LLM (load + generate, MTP if available) ───────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/model-grind.ts | 289 | // ── 2. TTS (synthesize; RTF) ──────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/model-grind.ts | 315 | // ── 3. ASR round-trip (TTS → ASR; WER) ────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 551 | // ── Mobile filesystem sandbox ──────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 889 | // ── Canonical path: in-process dispatchRoute (no loopback hop) ────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 1115 | // ── Query-param helpers (mirror @elizaos/shared parsePositiveInteger) ───────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 1134 | // ── Memory Viewer routes (mirror packages/agent/src/api/memory-routes.ts) ───── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 1368 | // ── Transcript routes (mirror plugin-local-inference TranscriptStore) ───────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 1580 | // ── Browser workspace routes (mirror the WebView kernel's web workspace) ────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 4362 | // ── Memory Viewer ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 4375 | // ── Transcripts ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | plugins/plugin-capacitor-bridge/src/ios/bridge.ts | 4391 | // ── Browser workspace (the app is the browser on iOS) ────────────────── | COMMENT |
| 5829 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/tsup.plugin-packages.shared.ts | 79 | function resolveRelativeRuntimeSpecifier( | CODE |
| LOW | plugins/plugin-linear/src/accounts.ts | 180 | export function resolveLinearDefaultAccount( | CODE |
| LOW | plugins/plugin-linear/src/search-category.ts | 83 | export function registerLinearSearchCategory(runtime: IAgentRuntime): void { | CODE |
| LOW | plugins/plugin-linear/src/connector-account-provider.ts | 175 | export function createLinearConnectorAccountProvider( | CODE |
| LOW | plugins/plugin-linear/src/actions/parseLinearPrompt.ts | 40 | export function parseLinearPromptResponse(response: string): Record<string, unknown> { | CODE |
| LOW | …ns/plugin-linear/src/actions/validate-linear-intent.ts | 8 | export async function validateLinearActionIntent( | CODE |
| LOW | plugins/plugin-bluesky/connector-account-provider.ts | 62 | export function createBlueSkyConnectorAccountProvider( | CODE |
| LOW | plugins/plugin-bluesky/utils/config.ts | 141 | export function normalizeBlueSkyAccountId(accountId?: unknown): string { | CODE |
| LOW | plugins/plugin-bluesky/utils/config.ts | 164 | export function resolveDefaultBlueSkyAccountId(runtime: IAgentRuntime): string { | CODE |
| LOW | plugins/plugin-health/src/connectors/index.ts | 134 | function buildConnectorContribution( | CODE |
| LOW | plugins/plugin-health/src/connectors/index.ts | 371 | function buildBusFamilyContribution(family: string): BusFamilyContribution { | CODE |
| LOW | plugins/plugin-health/src/connectors/index.ts | 456 | export function registerHealthBusFamilies( | CODE |
| LOW | plugins/plugin-health/src/screen-time/mobile-signals.ts | 54 | export function androidUsageRowsFromSignals( | CODE |
| LOW | plugins/plugin-health/src/screen-time/mobile-signals.ts | 93 | function coarseCategoryTotalSeconds( | CODE |
| LOW | plugins/plugin-health/src/screen-time/mobile-signals.ts | 120 | export function iosCoarseUsageRowsFromSignals( | CODE |
| LOW | plugins/plugin-health/src/screen-time/mobile-signals.ts | 167 | export function mobileScreenTimeDataSourceFromSignals( | CODE |
| LOW | …s/plugin-health/src/screen-time/mobile-signal-setup.ts | 28 | export function mobileSignalSetupActionBadge( | CODE |
| LOW | …s/plugin-health/src/screen-time/mobile-signal-setup.ts | 54 | export function mobileSignalSetupPrimaryActionLabel( | CODE |
| LOW | …s/plugin-health/src/screen-time/mobile-signal-setup.ts | 66 | export function mobileSignalPermissionTargetForAction( | CODE |
| LOW | plugins/plugin-health/src/screen-time/ranges.ts | 73 | export function computePriorScreenTimeRange( | CODE |
| LOW | plugins/plugin-health/src/screen-time/ranges.ts | 89 | export function enumerateScreenTimeHistoryDays( | CODE |
| LOW | plugins/plugin-health/src/screen-time/builders.ts | 36 | export function mergeScreenTimeAggregateRows( | CODE |
| LOW | plugins/plugin-health/src/screen-time/builders.ts | 87 | export function buildScreenTimeWeeklyAverageItems( | CODE |
| LOW | plugins/plugin-health/src/screen-time/builders.ts | 333 | export function buildScreenTimeVisibleBuckets( | CODE |
| LOW | plugins/plugin-health/src/util/token-encryption.ts | 77 | export function resolveTokenEncryptionKey( | CODE |
| LOW | plugins/plugin-health/src/util/normalize.ts | 51 | export function normalizeOptionalIsoString( | CODE |
| LOW | plugins/plugin-health/src/util/normalize.ts | 67 | export function normalizeOptionalFiniteNumber( | CODE |
| LOW | plugins/plugin-health/src/util/time.ts | 112 | export function buildUtcDateFromLocalParts( | CODE |
| LOW | plugins/plugin-health/src/health-bridge/health-oauth.ts | 116 | function isWrappedHealthTokenResponse( | CODE |
| LOW | plugins/plugin-health/src/health-bridge/health-oauth.ts | 122 | function unwrapHealthTokenResponse( | CODE |
| LOW | plugins/plugin-health/src/health-bridge/health-oauth.ts | 171 | export function healthConnectorCapabilities( | CODE |
| LOW | plugins/plugin-health/src/health-bridge/health-oauth.ts | 183 | export function healthScopesToCapabilities( | CODE |
| LOW | plugins/plugin-health/src/health-bridge/health-oauth.ts | 504 | export function startHealthConnectorOAuth(args: { | CODE |
| LOW | plugins/plugin-health/src/health-bridge/health-oauth.ts | 572 | export async function completeHealthConnectorOAuth( | CODE |
| LOW | …n-health/src/health-bridge/health-provider-registry.ts | 204 | export function requireHealthProviderSpec( | CODE |
| LOW | …n-health/src/health-bridge/health-provider-registry.ts | 226 | export function resetHealthProviderRegistry(): void { | CODE |
| LOW | …s/plugin-health/src/health-bridge/health-connectors.ts | 430 | function fitbitUsesImperialDistance(distanceUnit: string | null): boolean { | CODE |
| LOW | …lth/src/health-bridge/service-normalize-health.test.ts | 13 | function expectCanonicalHealthSignal(value: LifeOpsHealthSignal): void { | CODE |
| LOW | …ugins/plugin-health/src/health-bridge/health-bridge.ts | 121 | function isFixtureHealthBackendEnabled(): boolean { | CODE |
| LOW | …ugins/plugin-health/src/health-bridge/health-bridge.ts | 297 | function resolveGoogleFitAccessToken( | CODE |
| LOW | …gins/plugin-health/src/health-bridge/health-records.ts | 22 | export function createLifeOpsHealthMetricSample( | CODE |
| LOW | …gins/plugin-health/src/health-bridge/health-records.ts | 34 | export function createLifeOpsHealthWorkout( | CODE |
| LOW | …gins/plugin-health/src/health-bridge/health-records.ts | 46 | export function createLifeOpsHealthSleepEpisode( | CODE |
| LOW | …gins/plugin-health/src/health-bridge/health-records.ts | 58 | export function createLifeOpsHealthSyncState( | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-episode-store.ts | 81 | export async function listHistoricalSleepEpisodes(args: { | CODE |
| LOW | plugins/plugin-health/src/sleep/source-reliability.ts | 117 | function normalizeMessageReliabilityChannel( | CODE |
| LOW | plugins/plugin-health/src/sleep/source-reliability.ts | 136 | function connectorActivityReliabilityKey( | CODE |
| LOW | plugins/plugin-health/src/sleep/source-reliability.ts | 158 | export function resolveActivitySignalReliability( | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-wake-events.ts | 88 | export function healthBusFamilyForDerivedEventKind( | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-episode-types.ts | 50 | export function createLifeOpsSleepEpisode( | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-cycle.ts | 194 | function isFreshCurrentHealthSleep(args: { | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-cycle.ts | 463 | function selectLatestCompletedSleep( | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-cycle.ts | 505 | export function classifyLifeOpsSleepCycleType(args: { | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-cycle.ts | 653 | export function resolveLifeOpsDayBoundary(args: { | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-regularity.ts | 119 | function computeSleepRegularityIndex(args: { | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-service.ts | 114 | export function createHealthSleepServiceMethods( | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-cycle-dispatch.ts | 101 | export function shouldRunMorningCheckinFromSleepCycle(args: { | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-cycle-dispatch.ts | 134 | export function shouldRunNightCheckinFromSleepCycle(args: { | CODE |
| LOW | plugins/plugin-health/src/sleep/sleep-cycle-dispatch.ts | 205 | export function buildSleepRecapFromSchedule( | CODE |
| LOW | plugins/plugin-health/src/contracts/circadian.ts | 117 | export function registerCircadianInsightContract( | CODE |
| 17865 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/plugin-local-inference/native/verify/mmproj_verify.py | 26 | CODE | |
| LOW | …local-inference/native/kokoro_training/test_overfit.py | 20 | CODE | |
| LOW | …local-inference/native/kokoro_training/test_overfit.py | 22 | CODE | |
| LOW | …/native/kokoro_training/test_english_implementation.py | 60 | CODE | |
| LOW | …/native/kokoro_training/test_english_implementation.py | 83 | CODE | |
| LOW | …/native/kokoro_training/test_english_implementation.py | 189 | CODE | |
| LOW | …l-inference/native/kokoro_training/training_english.py | 23 | CODE | |
| LOW | …l-inference/native/kokoro_training/training_english.py | 23 | CODE | |
| LOW | …l-inference/native/kokoro_training/training_english.py | 23 | CODE | |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 7 | CODE | |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 15 | CODE | |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 15 | CODE | |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 20 | CODE | |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 22 | CODE | |
| LOW | …-inference/native/kokoro_training/training/__init__.py | 2 | CODE | |
| LOW | …-inference/native/kokoro_training/training/__init__.py | 2 | CODE | |
| LOW | …-inference/native/kokoro_training/training/__init__.py | 2 | CODE | |
| LOW | …-inference/native/kokoro_training/training/__init__.py | 3 | CODE | |
| LOW | …erence/native/kokoro_training/audio/hifigan_vocoder.py | 19 | CODE | |
| LOW | …erence/native/kokoro_training/audio/hifigan_vocoder.py | 19 | CODE | |
| LOW | …erence/native/kokoro_training/audio/vocoder_manager.py | 12 | CODE | |
| LOW | …erence/native/kokoro_training/audio/vocoder_manager.py | 13 | CODE | |
| LOW | …cal-inference/native/kokoro_training/audio/__init__.py | 2 | CODE | |
| LOW | …cal-inference/native/kokoro_training/audio/__init__.py | 2 | CODE | |
| LOW | …cal-inference/native/kokoro_training/audio/__init__.py | 3 | CODE | |
| LOW | …ference/native/kokoro_training/eliza_adapter/runner.py | 15 | CODE | |
| LOW | …ference/native/kokoro_training/eliza_adapter/runner.py | 184 | CODE | |
| LOW | …ference/native/kokoro_training/eliza_adapter/runner.py | 185 | CODE | |
| LOW | …ference/native/kokoro_training/eliza_adapter/runner.py | 186 | CODE | |
| LOW | …ference/native/kokoro_training/eliza_adapter/config.py | 32 | CODE | |
| LOW | …rence/native/kokoro_training/eliza_adapter/__init__.py | 19 | CODE | |
| LOW | …rence/native/kokoro_training/eliza_adapter/__init__.py | 20 | CODE | |
| LOW | …rence/native/kokoro_training/eliza_adapter/__init__.py | 20 | CODE | |
| LOW | …rence/native/kokoro_training/eliza_adapter/__init__.py | 21 | CODE | |
| LOW | …rence/native/kokoro_training/eliza_adapter/__init__.py | 21 | CODE | |
| LOW | …ce/native/kokoro_training/eliza_adapter/environment.py | 8 | CODE | |
| LOW | …al-inference/native/kokoro_training/kokoro/__init__.py | 2 | CODE | |
| LOW | …gins/plugin-vision/native/doctr.cpp/scripts/convert.py | 69 | CODE | |
| LOW | …gins/plugin-vision/native/doctr.cpp/scripts/convert.py | 69 | CODE | |
| LOW | …gins/plugin-vision/native/doctr.cpp/scripts/convert.py | 78 | CODE | |
| LOW | …ugins/plugin-vision/native/yolo.cpp/verify/make_ref.py | 12 | CODE | |
| LOW | …/plugins/silero-vad-cpp/test/silero_vad_parity_test.py | 23 | CODE | |
| LOW | …/plugins/silero-vad-cpp/test/silero_vad_parity_test.py | 27 | CODE | |
| LOW | …/plugins/silero-vad-cpp/test/silero_vad_parity_test.py | 28 | CODE | |
| LOW | …e/plugins/silero-vad-cpp/scripts/silero_vad_to_gguf.py | 76 | CODE | |
| LOW | …e/plugins/turboquant-cpu/scripts/turboquant_to_gguf.py | 17 | CODE | |
| LOW | packages/native/plugins/qjl-cpu/scripts/gen_fixtures.py | 21 | CODE | |
| LOW | packages/native/plugins/qjl-cpu/scripts/gen_fixtures.py | 25 | CODE | |
| LOW | …kages/native/plugins/yolo-cpp/test/yolo_parity_test.py | 33 | CODE | |
| LOW | …kages/native/plugins/yolo-cpp/test/yolo_parity_test.py | 38 | CODE | |
| LOW | …ckages/native/plugins/yolo-cpp/scripts/yolo_to_gguf.py | 38 | CODE | |
| LOW | …kages/native/plugins/face-cpp/test/face_parity_test.py | 27 | CODE | |
| LOW | …kages/native/plugins/face-cpp/test/face_parity_test.py | 30 | CODE | |
| LOW | …kages/native/plugins/face-cpp/test/face_parity_test.py | 31 | CODE | |
| LOW | …kages/native/plugins/face-cpp/test/face_parity_test.py | 32 | CODE | |
| LOW | …/native/plugins/face-cpp/scripts/face_embed_to_gguf.py | 43 | CODE | |
| LOW | …s/native/plugins/face-cpp/scripts/blazeface_to_gguf.py | 38 | CODE | |
| LOW | …ages/native/plugins/doctr-cpp/scripts/doctr_to_gguf.py | 39 | CODE | |
| LOW | …e/plugins/polarquant-cpu/scripts/polarquant_to_gguf.py | 43 | CODE | |
| LOW | …native/plugins/polarquant-cpu/scripts/gen_centroids.py | 18 | CODE | |
| 3257 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …gins/plugin-computeruse/src/platform/wayland-portal.ts | 107 | except Exception: | CODE |
| LOW⚡ | plugins/plugin-computeruse/src/platform/a11y.ts | 195 | except Exception as e: | CODE |
| LOW | …ugins/plugin-computeruse/src/sandbox/docker-backend.ts | 221 | except Exception as e: | CODE |
| LOW | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 169 | except Exception: | CODE |
| LOW⚡ | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 189 | except Exception: | CODE |
| LOW⚡ | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 199 | except Exception: pass | CODE |
| LOW⚡ | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 200 | except Exception: | CODE |
| LOW⚡ | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 208 | except Exception: | CODE |
| LOW⚡ | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 211 | except Exception as e: | CODE |
| LOW | …local-inference/native/kokoro_training/test_overfit.py | 774 | except Exception as e: | CODE |
| LOW | …local-inference/native/kokoro_training/test_overfit.py | 787 | except Exception as e: | CODE |
| LOW | …ference/native/kokoro_training/test_training_health.py | 133 | except Exception as e: | CODE |
| LOW | …/native/kokoro_training/test_english_implementation.py | 149 | except Exception as e: | CODE |
| LOW | …/native/kokoro_training/test_english_implementation.py | 177 | except Exception as e: | CODE |
| LOW | …/native/kokoro_training/test_english_implementation.py | 233 | except Exception as e: | CODE |
| LOW | …/native/kokoro_training/test_english_implementation.py | 291 | except Exception as e: | CODE |
| LOW | …/native/kokoro_training/test_english_implementation.py | 449 | except Exception as e: | CODE |
| LOW | …cal-inference/native/kokoro_training/test_dual_loss.py | 97 | except Exception as e: | CODE |
| LOW | …cal-inference/native/kokoro_training/test_dual_loss.py | 130 | except Exception as e: | CODE |
| LOW | …cal-inference/native/kokoro_training/test_dual_loss.py | 182 | except Exception as e: | CODE |
| LOW | …inference/native/kokoro_training/test_spike_samples.py | 150 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 79 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 119 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 156 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 350 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 366 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 465 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 493 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 505 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 528 | except Exception as e: | CODE |
| LOW | …l-inference/native/kokoro_training/training_english.py | 357 | except Exception as e: | CODE |
| LOW | …l-inference/native/kokoro_training/training_english.py | 374 | except Exception as e: | CODE |
| LOW⚡ | …nce/native/kokoro_training/training/english_trainer.py | 1141 | except Exception as e: | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 349 | except Exception as e: | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 365 | except Exception as e: | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 556 | except Exception: | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 856 | except Exception as e: | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 1037 | except Exception as e: | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 1097 | except Exception as e: | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 1573 | except Exception: | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 1610 | except Exception as e: | CODE |
| LOW | …ence/native/kokoro_training/training/config_english.py | 267 | except Exception as e: | CODE |
| MEDIUM | …ence/native/kokoro_training/training/config_english.py | 269 | print(f"Error optimizing checkpointing: {e}") | CODE |
| LOW | …/native/kokoro_training/training/checkpoint_manager.py | 100 | except Exception as e: | CODE |
| LOW⚡ | …/native/kokoro_training/training/checkpoint_manager.py | 123 | except Exception as e: | CODE |
| LOW⚡ | …/native/kokoro_training/training/checkpoint_manager.py | 130 | except Exception as e2: | CODE |
| LOW⚡ | …/native/kokoro_training/training/checkpoint_manager.py | 139 | except Exception as e: | CODE |
| LOW⚡ | …/native/kokoro_training/training/checkpoint_manager.py | 160 | except Exception as e: | CODE |
| LOW⚡ | …/native/kokoro_training/training/checkpoint_manager.py | 177 | except Exception as e: | CODE |
| LOW | …/native/kokoro_training/training/checkpoint_manager.py | 255 | except Exception as e: | CODE |
| LOW | …/native/kokoro_training/training/checkpoint_manager.py | 289 | except Exception as e: | CODE |
| LOW | …erence/native/kokoro_training/audio/hifigan_vocoder.py | 184 | except Exception as e: | CODE |
| LOW | …erence/native/kokoro_training/audio/hifigan_vocoder.py | 223 | except Exception as e: | CODE |
| LOW | …erence/native/kokoro_training/audio/hifigan_vocoder.py | 230 | except Exception as e2: | CODE |
| LOW | …erence/native/kokoro_training/audio/vocoder_manager.py | 83 | except Exception as e: | CODE |
| LOW | …erence/native/kokoro_training/audio/vocoder_manager.py | 103 | except Exception as e: | CODE |
| LOW | …erence/native/kokoro_training/audio/vocoder_manager.py | 113 | except Exception as e: | CODE |
| LOW | …erence/native/kokoro_training/audio/vocoder_manager.py | 135 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/audio/audio_utils.py | 67 | except Exception as e: | CODE |
| LOW | …-inference/native/kokoro_training/audio/audio_utils.py | 78 | except Exception as e: | CODE |
| 2602 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .gitleaks.toml | 221 | # `public/` dir (and `.well-known/` mirrors) — a concatenated dump of the public | COMMENT |
| LOW | .gitleaks.toml | 241 | '''(^|/)packages/benchmarks/.*/(fixtures|config|configs|data|assets|task-configs|task_configs|test_files|envs|gem)/.*\ | COMMENT |
| LOW | plugins/plugin-health/src/index.ts | 141 | // that already have proper `./<name>/index.js` re-exports above (lines | COMMENT |
| LOW | …ugins/plugin-health/src/health-bridge/health-bridge.ts | 661 | } | COMMENT |
| LOW | …/Sources/NetworkPolicyPlugin/NetworkPolicyPlugin.swift | 1 | import Foundation | COMMENT |
| LOW | …/src/main/java/ai/elizaos/computeruse/Camera2Source.kt | 1 | // Device behavior scope: checklist in ANDROID_CONSTRAINTS.md. | COMMENT |
| LOW | …in/java/ai/elizaos/computeruse/AospPrivilegedBridge.kt | 1 | // Device behavior scope: checklist in ANDROID_CONSTRAINTS.md. | COMMENT |
| LOW | …in/java/ai/elizaos/computeruse/AospPrivilegedBridge.kt | 61 | // ── Consumer-flavor unavailable implementation ──────────────────────────────── | COMMENT |
| LOW | …c/main/java/ai/elizaos/computeruse/UsageStatsHelper.kt | 1 | // Device behavior scope: checklist in ANDROID_CONSTRAINTS.md. | COMMENT |
| LOW | …in/java/ai/elizaos/computeruse/ScreenCaptureService.kt | 1 | // Device behavior scope: checklist in ANDROID_CONSTRAINTS.md. | COMMENT |
| LOW | …va/ai/elizaos/computeruse/ElizaAccessibilityService.kt | 1 | // Device behavior scope: checklist in ANDROID_CONSTRAINTS.md. | COMMENT |
| LOW | …capacitor-bridge/src/mobile-device-bridge-bootstrap.ts | 1201 | ? role | COMMENT |
| LOW | …capacitor-bridge/src/mobile-device-bridge-bootstrap.ts | 1561 | COMMENT | |
| LOW | …capacitor-bridge/src/mobile-device-bridge-bootstrap.ts | 2161 | COMMENT | |
| LOW | plugins/plugin-capacitor-bridge/src/android/bridge.ts | 221 | COMMENT | |
| LOW | …ns/plugin-computeruse/ci-templates/cua-parity-real.yml | 1 | # cua-parity-real.yml — 3-OS real-driver lane for the cua-parity input verbs. | COMMENT |
| LOW | plugins/plugin-computeruse/src/platform/permissions.ts | 21 | COMMENT | |
| LOW | plugins/plugin-computeruse/src/platform/windows-list.ts | 41 | // floor #10100 had applied at each call site; reapplying it once here restores | COMMENT |
| LOW | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 141 | // back to compositor-specific IPC. Scan stats come from the AT-SPI tier | COMMENT |
| LOW | plugins/plugin-local-inference/native/README.md | 341 | # SDK (https://vulkan.lunarg.com/sdk/home) or the Android NDK shader tools. | COMMENT |
| LOW | plugins/plugin-local-inference/native/README.md | 361 | # bin dir containing libggml-vulkan.so. Override only for explicit prebuilts: | COMMENT |
| LOW | …in-local-inference/native/eliza-generic-llama/shim.cpp | 1 | // eliza-generic-llama shim (#8808 C3) | COMMENT |
| LOW | …in-local-inference/native/verify/nebius_h200_runner.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …plugin-local-inference/native/verify/dispatch_smoke.mm | 1 | // Metal graph-dispatch smoke for the shipped Eliza-1 attention-score ops. | COMMENT |
| LOW | …/plugin-local-inference/native/verify/mul_mm_bench.cpp | 1 | // mul_mm_bench.cpp — Mali mul_mm optimization R&D harness (#9584 / #9715). | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/cuda_runner.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …-local-inference/native/verify/metal_upscale_probe.cpp | 1 | #include "ggml.h" | COMMENT |
| LOW | …/plugin-local-inference/native/verify/istft-verify.cpp | 1 | // SPDX-License-Identifier: MIT | COMMENT |
| LOW | …/plugin-local-inference/native/verify/istft-verify.cpp | 81 | norm[(size_t) idx] += w * w; | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/metal_bench.mm | 1 | // metal_bench.mm — Metal performance harness for the Eliza-1 KV-cache | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/metal_bench.mm | 21 | // dispatch shape). What this harness has always done. | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/metal_bench.mm | 41 | // is visible in the output). | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/metal_bench.mm | 61 | #include <random> | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/metal_bench.mm | 481 | // shipping if we did NOT quantize" baseline — used to compute the speedup | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/metal_bench.mm | 661 | // What this mode measures, for each kernel × N ∈ {1, 4, 16, 64, 128, 256}: | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/metal_bench.mm | 961 | } | COMMENT |
| LOW | …ocal-inference/native/verify/vulkan_dispatch_smoke.cpp | 1 | // Vulkan graph-dispatch smoke for the shipped Eliza-1 attention-score ops. | COMMENT |
| LOW | …plugin-local-inference/native/verify/vulkan_verify.cpp | 1 | // Host-side Vulkan verification harness for the turbo3 / turbo4 / turbo3_tcq / | COMMENT |
| LOW | …plugin-local-inference/native/verify/vulkan_verify.cpp | 21 | #include "qjl_polar_ref.h" | COMMENT |
| LOW | …s/plugin-local-inference/native/verify/gh200_runner.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …s/plugin-local-inference/native/verify/metal_verify.mm | 1 | // Host-side Metal verification harness for the turbo3 / turbo4 / turbo3_tcq / | COMMENT |
| LOW | …n-local-inference/native/verify/runtime_graph_smoke.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/rocm_runner.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …ugins/plugin-local-inference/native/verify/cpu_bench.c | 21 | */ | COMMENT |
| LOW | …/plugin-local-inference/native/verify/vulkan_bench.cpp | 1 | // Host-side Vulkan **benchmark** harness for the Eliza-1 KV-score / fused-attn | COMMENT |
| LOW | …/plugin-local-inference/native/verify/vulkan_bench.cpp | 21 | // | COMMENT |
| LOW | …cal-inference/native/verify/cuttlefish_x86_64_smoke.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …lugin-local-inference/native/verify/gpu/verify_h200.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/gpu/_common.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …ocal-inference/native/verify/.cuda-shim/cuda_runtime.h | 21 | #define __device__ | COMMENT |
| LOW | …ocal-inference/native/kokoro_training/requirements.txt | 41 | COMMENT | |
| LOW | …ence/native/kokoro_training/training/config_english.py | 21 | batch_size: int = 32 # Optimal for RTX 4090 with BF16 | COMMENT |
| LOW | …ence/native/kokoro_training/training/config_english.py | 41 | # - Batch 32: 6e-5 (recommended, validated) | COMMENT |
| LOW | …ence/native/kokoro_training/training/config_english.py | 81 | COMMENT | |
| LOW | …ence/native/kokoro_training/training/config_english.py | 141 | # Scheduled Sampling - DISABLED for stability | COMMENT |
| LOW | …ugin-local-inference/native/docs/TOKEN_TRIE_SAMPLER.md | 61 | const char * (*name)(struct llama_sampler *); | COMMENT |
| LOW | …-local-inference/__tests__/voice-models-routes.test.ts | 381 | setVoiceModelsUpdater(new StubUpdater([status]) as unknown as VoiceModelUpdater); | COMMENT |
| LOW | …-inference/__tests__/W3-8-tts-cache-validation.test.ts | 101 | tmpRoot = mkdtempSync(path.join(tmpdir(), "w3-8-cache-")); | COMMENT |
| LOW | …-inference/__tests__/W3-8-tts-cache-validation.test.ts | 221 | // =========================================================================== | COMMENT |
| LOW | …-inference/__tests__/W3-8-tts-cache-validation.test.ts | 501 | }); | COMMENT |
| 1588 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/lifeops-bench/eliza_lifeops_bench/clients/cerebras.py | 0 | return the default backoff delay for the given 0-based attempt index. | STRING |
| HIGH | …benchmarks/openclaw-adapter/openclaw_adapter/_retry.py | 0 | return the default backoff delay for the given 0-based attempt index. | STRING |
| HIGH | …ges/benchmarks/hermes-adapter/hermes_adapter/_retry.py | 0 | return the default backoff delay for the given 0-based attempt index. | STRING |
| HIGH | packages/benchmarks/lib/base_benchmark_client.py | 0 | return the default backoff delay for the given 0-based attempt index. | STRING |
| HIGH | …ks/experience/elizaos_experience_bench/eliza_plugin.py | 0 | compatibility stub for the removed python eliza plugin. | STRING |
| HIGH | packages/benchmarks/social-alpha/benchmark/plugin.py | 0 | compatibility stub for the removed python eliza plugin. | STRING |
| HIGH | packages/benchmarks/mind2web/eliza_agent.py | 0 | compatibility stub for the removed python eliza plugin. | STRING |
| HIGH | …rks/openclaw-adapter/openclaw_adapter/context_bench.py | 0 | return an async llm query function compatible with context-bench. | STRING |
| HIGH | …chmarks/hermes-adapter/hermes_adapter/context_bench.py | 0 | return an async llm query function compatible with context-bench. | STRING |
| HIGH | …rks/smithers-adapter/smithers_adapter/context_bench.py | 0 | return an async llm query function compatible with context-bench. | STRING |
| HIGH | …benchmarks/openclaw-adapter/openclaw_adapter/_retry.py | 0 | return true for transient http statuses (429 + any 5xx). | STRING |
| HIGH | …ges/benchmarks/hermes-adapter/hermes_adapter/_retry.py | 0 | return true for transient http statuses (429 + any 5xx). | STRING |
| HIGH | packages/benchmarks/lib/base_benchmark_client.py | 0 | return true for transient http statuses (429 + any 5xx). | STRING |
| HIGH | packages/benchmarks/OSWorld/run.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | …kages/benchmarks/OSWorld/scripts/python/run_autoglm.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | …ges/benchmarks/OSWorld/scripts/python/run_autoglm_v.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | …nchmarks/OSWorld/scripts/python/run_multienv_aguvis.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | …chmarks/OSWorld/scripts/python/run_multienv_autoglm.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | …marks/OSWorld/scripts/python/run_multienv_autoglm_v.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | …nchmarks/OSWorld/scripts/python/run_multienv_claude.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | …/benchmarks/OSWorld/scripts/python/run_multienv_owl.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | …/OSWorld/scripts/python/run_multienv_mobileagent_v3.py | 0 | script to run evaluation on the benchmark. utils and basic architecture credit to https://github.com/web-arena-x/webaren | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/o3_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/uitars15_v1.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/jedi_3b_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/uitars_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/owl_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/aguvis_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/qwen25vl_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/mano_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/jedi_7b_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | …kages/benchmarks/OSWorld/mm_agents/openai_cua_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | …ckages/benchmarks/OSWorld/mm_agents/gta1/gta1_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/autoglm_v/main.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | …/benchmarks/OSWorld/mm_agents/opencua/opencua_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/autoglm/main.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | …enchmarks/OSWorld/mm_agents/aworldguiagent/workflow.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | …chmarks/OSWorld/mm_agents/os_symphony/agents/worker.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | …ckages/benchmarks/OSWorld/mm_agents/kimi/kimi_agent.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/eliza-adapter/osworld_adapter.py | 0 | predict the next action(s) based on the current observation. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/o3_agent.py | 0 | please generate the next move according to the ui screenshot and instruction. and you can refer to the previous actions | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/jedi_3b_agent.py | 0 | please generate the next move according to the ui screenshot and instruction. and you can refer to the previous actions | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/jedi_7b_agent.py | 0 | please generate the next move according to the ui screenshot and instruction. and you can refer to the previous actions | STRING |
| HIGH | …ckages/benchmarks/OSWorld/mm_agents/gta1/gta1_agent.py | 0 | please generate the next move according to the ui screenshot and instruction. and you can refer to the previous actions | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/qwen3vl_agent.py | 0 | please generate the next move according to the ui screenshot, instruction and previous actions. instruction: {instructio | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/qwen25vl_agent.py | 0 | please generate the next move according to the ui screenshot, instruction and previous actions. instruction: {instructio | STRING |
| HIGH | …es/benchmarks/OSWorld/mm_agents/evocua/evocua_agent.py | 0 | please generate the next move according to the ui screenshot, instruction and previous actions. instruction: {instructio | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/prompts.py | 0 | please generate the next move according to the ui screenshot, instruction and previous actions. instruction: {instructio | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/qwen3vl_agent.py | 0 | parse the llm response and convert it to low level action and pyautogui code. | STRING |
| HIGH | …es/benchmarks/OSWorld/mm_agents/evocua/evocua_agent.py | 0 | parse the llm response and convert it to low level action and pyautogui code. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/jedi_3b_agent.py | 0 | parse the llm response and convert it to low level action and pyautogui code. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/jedi_7b_agent.py | 0 | parse the llm response and convert it to low level action and pyautogui code. | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/uitars15_v1.py | 0 | click(start_box='<|box_start|>(x1,y1)<|box_end|>') left_double(start_box='<|box_start|>(x1,y1)<|box_end|>') right_single | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/prompts.py | 0 | click(start_box='<|box_start|>(x1,y1)<|box_end|>') left_double(start_box='<|box_start|>(x1,y1)<|box_end|>') right_single | STRING |
| HIGH | …kages/benchmarks/OSWorld/mm_agents/dart_gui/prompts.py | 0 | click(start_box='<|box_start|>(x1,y1)<|box_end|>') left_double(start_box='<|box_start|>(x1,y1)<|box_end|>') right_single | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/uitars15_v1.py | 0 | click(start_box='<|box_start|>(x1,y1)<|box_end|>') left_double(start_box='<|box_start|>(x1,y1)<|box_end|>') right_single | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/prompts.py | 0 | click(start_box='<|box_start|>(x1,y1)<|box_end|>') left_double(start_box='<|box_start|>(x1,y1)<|box_end|>') right_single | STRING |
| HIGH | …kages/benchmarks/OSWorld/mm_agents/dart_gui/prompts.py | 0 | click(start_box='<|box_start|>(x1,y1)<|box_end|>') left_double(start_box='<|box_start|>(x1,y1)<|box_end|>') right_single | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/uitars15_v1.py | 0 | click(start_box='<|box_start|>(x1,y1)<|box_end|>') left_double(start_box='<|box_start|>(x1,y1)<|box_end|>') right_single | STRING |
| 208 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …local-inference/native/kokoro_training/test_overfit.py | 40 | CODE | |
| LOW | …/native/kokoro_training/test_english_implementation.py | 456 | CODE | |
| LOW | …-inference/native/kokoro_training/inference_english.py | 454 | CODE | |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 222 | CODE | |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 454 | CODE | |
| LOW | …nce/native/kokoro_training/training/mps_grad_scaler.py | 31 | CODE | |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 368 | CODE | |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 699 | CODE | |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 1145 | CODE | |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 1452 | CODE | |
| LOW | …ence/native/kokoro_training/training/config_english.py | 218 | CODE | |
| LOW | …erence/native/kokoro_training/audio/vocoder_manager.py | 49 | CODE | |
| LOW | …-inference/native/kokoro_training/audio/audio_utils.py | 139 | CODE | |
| LOW | …ference/native/kokoro_training/eliza_adapter/runner.py | 150 | CODE | |
| LOW | …local-inference/native/kokoro_training/kokoro/model.py | 164 | CODE | |
| LOW | …local-inference/native/kokoro_training/kokoro/model.py | 337 | CODE | |
| LOW | …local-inference/native/kokoro_training/kokoro/model.py | 442 | CODE | |
| LOW | …local-inference/native/kokoro_training/kokoro/model.py | 631 | CODE | |
| LOW | …ugins/plugin-vision/native/yolo.cpp/scripts/convert.py | 63 | CODE | |
| LOW | …kages/native/plugins/yolo-cpp/test/yolo_parity_test.py | 154 | CODE | |
| LOW | …kages/native/plugins/face-cpp/test/face_parity_test.py | 146 | CODE | |
| LOW | …kages/native/plugins/face-cpp/test/face_parity_test.py | 194 | CODE | |
| LOW | …e/plugins/polarquant-cpu/scripts/polarquant_to_gguf.py | 156 | CODE | |
| LOW | …/voice-classifier-cpp/scripts/voice_speaker_to_gguf.py | 102 | CODE | |
| LOW | …tive/plugins/wakeword-cpp/test/wakeword_parity_test.py | 131 | CODE | |
| LOW | …ative/plugins/wakeword-cpp/scripts/wakeword_to_gguf.py | 300 | CODE | |
| LOW | packages/training/tests/test_apollo_default.py | 86 | CODE | |
| LOW | packages/training/tests/test_apollo_default.py | 110 | CODE | |
| LOW | packages/training/tests/rl/conftest.py | 47 | CODE | |
| LOW | packages/training/tests/rl/test_tokenization_utils.py | 74 | CODE | |
| LOW | …ckages/training/scripts/synthesize_reasoning_round3.py | 99 | CODE | |
| LOW | packages/training/scripts/synthesize_routing.py | 90 | CODE | |
| LOW | packages/training/scripts/synthesize_routing.py | 228 | CODE | |
| LOW | packages/training/scripts/synthesize_routing.py | 345 | CODE | |
| LOW | …ages/training/scripts/transform_strip_think_in_text.py | 22 | CODE | |
| LOW | packages/training/scripts/append_voice_model_version.py | 155 | CODE | |
| LOW | packages/training/scripts/emit_eliza1_catalog.py | 227 | CODE | |
| LOW | packages/training/scripts/translate_corpus.py | 327 | CODE | |
| LOW | packages/training/scripts/translate_corpus.py | 435 | CODE | |
| LOW | packages/training/scripts/translate_corpus.py | 605 | CODE | |
| LOW | packages/training/scripts/translate_corpus.py | 629 | CODE | |
| LOW | …/training/scripts/synthesize_should_respond_routing.py | 95 | CODE | |
| LOW | …/training/scripts/synthesize_should_respond_routing.py | 612 | CODE | |
| LOW | packages/training/scripts/validate_corpus.py | 305 | CODE | |
| LOW | packages/training/scripts/build_eliza1_fullcorpus.py | 60 | CODE | |
| LOW | …s/training/scripts/test_format_for_training_privacy.py | 425 | CODE | |
| LOW | packages/training/scripts/analyze_corpus.py | 153 | CODE | |
| LOW | packages/training/scripts/validate_eliza_schema.py | 59 | CODE | |
| LOW | packages/training/scripts/validate_eliza_schema.py | 146 | CODE | |
| LOW | packages/training/scripts/transform_cap_distribution.py | 172 | CODE | |
| LOW | packages/training/scripts/transform_cap_distribution.py | 346 | CODE | |
| LOW | packages/training/scripts/audit_eliza_coverage.py | 75 | CODE | |
| LOW | packages/training/scripts/audit_eliza_coverage.py | 202 | CODE | |
| LOW | packages/training/scripts/audit_eliza_coverage.py | 313 | CODE | |
| LOW | packages/training/scripts/audit_eliza_coverage.py | 439 | CODE | |
| LOW | …kages/training/scripts/synthesize_messaging_actions.py | 1462 | CODE | |
| LOW | packages/training/scripts/build_prompts.py | 64 | CODE | |
| LOW | …ckages/training/scripts/synthesize_reasoning_round2.py | 86 | CODE | |
| LOW | packages/training/scripts/benchmark_vs_cerebras.py | 137 | CODE | |
| LOW | packages/training/scripts/benchmark_vs_cerebras.py | 279 | CODE | |
| 1450 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/Sources/ScreenCapturePlugin/ScreenCapturePlugin.swift | 452 | /// This is more robust than pre-calculating from UIScreen (classic ScreenRecordService pattern). | COMMENT |
| MEDIUM | …ns/plugin-local-inference/native/verify/rocm_runner.sh | 5 | # model. There is not yet a standalone HIP fixture harness equivalent to | COMMENT |
| MEDIUM | …-inference/native/kokoro_training/inference_english.py | 129 | """Loads the trained Kokoro model with robust error handling.""" | STRING |
| MEDIUM | …ve/kokoro_training/training/adaptive_memory_manager.py | 447 | """Get comprehensive memory management statistics""" | STRING |
| MEDIUM | …native/kokoro_training/training/interbatch_profiler.py | 85 | """Get comprehensive profiling statistics""" | STRING |
| MEDIUM | …native/kokoro_training/training/interbatch_profiler.py | 132 | """Print a comprehensive profiling report""" | STRING |
| MEDIUM⚡ | …nce/native/kokoro_training/training/english_trainer.py | 1146 | """Print comprehensive memory management report""" | STRING |
| MEDIUM | …nce/native/kokoro_training/training/english_trainer.py | 1248 | """Start PyTorch profiler with comprehensive settings""" | STRING |
| MEDIUM | …nce/native/kokoro_training/training/english_trainer.py | 1356 | """Generate comprehensive profiling report including mixed precision stats""" | STRING |
| MEDIUM | …/native/kokoro_training/training/checkpoint_manager.py | 112 | """Load checkpoint with robust error handling for optimizer/scheduler state""" | STRING |
| MEDIUM | …local-inference/native/kokoro_training/kokoro/model.py | 854 | """Get comprehensive profiling report""" | STRING |
| MEDIUM | …in-local-inference/__tests__/metal-perf-matrix.test.ts | 2 | * Unit coverage for the #9580 / #9608 per-tier Metal throughput matrix harness' | COMMENT |
| MEDIUM | …nference/src/runtime/ensure-local-inference-handler.ts | 987 | // sink structurally so this stays robust to the core param type surface. | COMMENT |
| MEDIUM | …n-local-inference/src/routes/live-diarization-route.ts | 242 | // `devicectl device copy from` — the robust, bridge-free retrieval path. | COMMENT |
| MEDIUM | …gins/plugin-local-inference/src/services/downloader.ts | 1235 | // robust. Measured at ~400 MB/s on an NVMe so even the 20 GB | COMMENT |
| MEDIUM | …/plugin-local-inference/src/services/voice/barge-in.ts | 209 | // Definitely not speech — resume immediately. | COMMENT |
| MEDIUM | …n-openrouter/__tests__/keyless-harness.harness.test.ts | 2 | * Keyless model-provider e2e (#8801, gap 5 — per-plugin harness adoption). | COMMENT |
| MEDIUM | plugins/plugin-sql/src/migrations.ts | 225 | // Use robust conversion: valid UUIDs are cast directly, others get md5 hash | COMMENT |
| MEDIUM | plugins/plugin-sql/src/pglite/manager.ts | 526 | // Definitely gone -> reclaim. | COMMENT |
| MEDIUM | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 585 | # Create comprehensive verification script | COMMENT |
| MEDIUM | …in-anthropic/__tests__/keyless-harness.harness.test.ts | 2 | * Keyless model-provider e2e (#8801, gap 5 — per-plugin harness adoption). | COMMENT |
| MEDIUM | plugins/plugin-hyperliquid/__tests__/smoke.test.ts | 331 | // effective leverage = totalNtlPos 4000 / accountValue 5000 = 0.8. | COMMENT |
| MEDIUM | plugins/plugin-hyperliquid/src/HyperliquidView.test.tsx | 238 | // Read-ready header + market leverage decoration. | COMMENT |
| MEDIUM | …lugin-discord/__tests__/connector-loop.harness.test.ts | 2 | * Keyless Discord connector loop e2e (#8801, gap 5 — per-plugin harness adoption). | COMMENT |
| MEDIUM | plugins/plugin-goals/src/actions/goals.harness.test.ts | 2 | * Keyless OWNER_GOALS e2e (#8801, gap 5 — per-plugin harness adoption). | COMMENT |
| MEDIUM | …/plugin-groq/__tests__/keyless-harness.harness.test.ts | 2 | * Keyless model-provider e2e (#8801, gap 5 — per-plugin harness adoption). | COMMENT |
| MEDIUM | …lugin-openai/__tests__/keyless-harness.harness.test.ts | 2 | * Keyless model-provider e2e (#8801, gap 5 — per-plugin harness adoption). | COMMENT |
| MEDIUM | …assistant/test/connector-adversarial-injection.test.ts | 14 | * via the #10835 simulation harness. The claims proven: | COMMENT |
| MEDIUM | …personal-assistant/test/connector-payload-fuzz.test.ts | 9 | * connector `send` chain (via the #10835 simulation harness). The typed | COMMENT |
| MEDIUM | …st/scenarios/_catalogs/comms-flood-triage.catalog.json | 30 | "notes": "Live-only, adversarial. The #12283 prompt-injection forwarded-email exemplar, landed byte-for-byte. A fo | CODE |
| MEDIUM | plugins/plugin-video/src/services/video.ts | 574 | // Simple SRT parser (replace with a more robust solution if needed) | COMMENT |
| MEDIUM | …gin-telegram/__tests__/keyless-harness.harness.test.ts | 2 | * Keyless Telegram connector loop e2e (#8801, gap 5 — per-plugin harness adoption). | COMMENT |
| MEDIUM | …gin-telegram/src/messageManager.outbound-media.test.ts | 17 | // string literals (not the ContentType enum) to stay robust to a stale core | COMMENT |
| MEDIUM | …google-genai/__tests__/keyless-harness.harness.test.ts | 2 | * Keyless model-provider e2e (#8801, gap 5 — per-plugin harness adoption). | COMMENT |
| MEDIUM | plugins/plugin-registry/src/api/plugin-routes.ts | 1818 | // Build a set of loaded plugin names for robust matching. | COMMENT |
| MEDIUM | …gent-orchestrator/src/services/transcript-sanitizer.ts | 9 | * AND the swarm-synthesis path (issue elizaOS/eliza#11578) — shares one robust | COMMENT |
| MEDIUM⚡ | scripts/check-riscv64-artifacts.sh | 5 | # One-shot harness: walks the known cross-build outputs (native plugins | COMMENT |
| MEDIUM⚡ | scripts/check-riscv64-artifacts.sh | 10 | # tiny C harness (also run under QEMU). | COMMENT |
| MEDIUM⚡ | scripts/check-riscv64-artifacts.sh | 219 | # etc.) that the smoke harness doesn't supply. Treat as | COMMENT |
| MEDIUM⚡ | scripts/check-riscv64-artifacts.sh | 229 | # Dlopen-verify a .so under QEMU: compiles a tiny C harness for the | COMMENT |
| MEDIUM⚡ | scripts/check-riscv64-artifacts.sh | 235 | # which is not assumed available. The harness therefore does: | COMMENT |
| MEDIUM | scripts/check-riscv64-artifacts.sh | 380 | # We probe all three locations; the harness reports SKIP only if none | COMMENT |
| MEDIUM⚡ | scripts/build-riscv64-artifacts.sh | 3 | # the QEMU smoke harness consumes. | COMMENT |
| MEDIUM⚡ | scripts/build-riscv64-artifacts.sh | 11 | # harness). Unset = skip all builds. | COMMENT |
| MEDIUM | packages/ui/src/App.screen-background-fuzz.test.tsx | 782 | // while the chunk loads (same color — the seamless-swap design), so a | COMMENT |
| MEDIUM | packages/ui/src/state/switch-runtime.ts | 67 | // Cloud / remote runtimes get the seamless in-place base + token swap. | COMMENT |
| MEDIUM | packages/ui/src/backgrounds/AppBackground.tsx | 25 | // the Suspense fallback so the swap is seamless. | COMMENT |
| MEDIUM | …es/ui/src/components/chat/AccountConnectBlock.test.tsx | 185 | // text content so the check is robust to how the title node is split. | COMMENT |
| MEDIUM | …ages/ui/src/components/shell/ContinuousChatOverlay.tsx | 2991 | // height reaches 0 (robust to the [baseH] effect re-issuing the spring). | COMMENT |
| MEDIUM | …ages/ui/src/components/shell/ContinuousChatOverlay.tsx | 4782 | // so the switch is seamless) — at rest it stays the plain calc so the | COMMENT |
| MEDIUM | packages/ui/src/voice/aec-loop-harness.test.ts | 2 | * `#aec-loop?...` hash-trigger parsing for the on-device AEC evidence harness | COMMENT |
| MEDIUM | packages/ui/src/hooks/resource-cache.test.ts | 4 | * (#9141). In-memory store, no harness. | COMMENT |
| MEDIUM | packages/ui/src/cloud/handoff/silent-repoint.test.ts | 66 | // The whole point of PR3: a seamless in-place WS swap, NOT the global | COMMENT |
| MEDIUM | …kages/ui/src/cloud/applications/lib/utils.uuid.test.ts | 3 | * routes key on (#9145). Pure function, no harness. | COMMENT |
| MEDIUM | …es/ui/src/first-run/clear-first-run-transcript.test.ts | 39 | // the robust superset so a future turn that sets only one is still caught. | COMMENT |
| MEDIUM | packages/ui/src/api/client-base-websocket.test.ts | 291 | // The seamless swap must NOT surface a "disconnected" connection state | COMMENT |
| MEDIUM | packages/ui/src/services/local-inference/downloader.ts | 574 | // robust. Measured at ~400 MB/s on an NVMe so even the 20 GB | COMMENT |
| MEDIUM | packages/corpus-tools/src/pipeline/rewrite.test.ts | 2 | * Stage-3 gray-area rewrite coverage for #14770. The deterministic harness | COMMENT |
| MEDIUM | packages/core/src/types/surface-manifest.test.ts | 4 | * wallpaper by accident (#13452). Pure deterministic logic; no harness. | COMMENT |
| MEDIUM | packages/core/src/testing/no-agent-reverse-edge.test.ts | 3 | * edge into `@elizaos/agent` (#12091 item 6): greps the harness source for | COMMENT |
| 322 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/plugin-linear/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-bluesky/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | …al-inference/native/include/eliza_token_trie_sampler.h | 87 | * ## Return value | COMMENT |
| LOW | …local-inference/native/kokoro_training/test_overfit.py | 485 | # Check if predictions are stuck at a constant value | COMMENT |
| LOW | …local-inference/native/kokoro_training/test_overfit.py | 527 | # Check if overfitting succeeded (use refined loss for final quality check) | COMMENT |
| LOW | …inference/native/kokoro_training/test_spike_samples.py | 110 | # Check if this is a spike | COMMENT |
| LOW⚡ | …-inference/native/kokoro_training/inference_english.py | 312 | # Check if mel is all zeros or constant | COMMENT |
| LOW | …-inference/native/kokoro_training/inference_english.py | 212 | model.eval() # Set model to evaluation mode | CODE |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 54 | # Check if already downloaded | COMMENT |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 123 | # Check if alignments already exist | COMMENT |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 169 | # Check if files were extracted to a grids subdirectory | COMMENT |
| LOW⚡ | …cal-inference/native/kokoro_training/setup_ljspeech.py | 244 | # Check if MFA is installed | COMMENT |
| LOW | …ve/kokoro_training/training/adaptive_memory_manager.py | 306 | # Check if enough batches have passed | COMMENT |
| LOW | …ence/native/kokoro_training/training/config_english.py | 196 | # Check if we should suppress output (only during testing) | COMMENT |
| LOW⚡ | …/native/kokoro_training/training/checkpoint_manager.py | 152 | # Check if state dict is valid | COMMENT |
| LOW⚡ | …/native/kokoro_training/training/checkpoint_manager.py | 169 | # Check if state dict is valid | COMMENT |
| LOW | …gins/plugin-farcaster/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | …ins/plugin-openrouter/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-vision/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-elizacloud/.github/workflows/publish.yml | 35 | # Check if package.json changed | COMMENT |
| LOW | …ins/plugin-elizacloud/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-ollama/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-discord/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | …ins/plugin-elevenlabs/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-groq/.github/workflows/crates-deploy.yml | 33 | # Check if Cargo.toml changed | COMMENT |
| LOW | plugins/plugin-groq/.github/workflows/npm-deploy.yml | 37 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-groq/.github/workflows/pypi-deploy.yml | 33 | # Check if pyproject.toml changed | COMMENT |
| LOW | plugins/plugin-openai/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-x/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-pdf/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-xai/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-mcp/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | …ugins/plugin-telegram/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | …s/plugin-google-genai/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-tee/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | …let/src/chains/solana/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | …wallet/src/chains/evm/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | plugins/plugin-shell/.github/workflows/npm-deploy.yml | 34 | # Check if package.json changed | COMMENT |
| LOW | …kages/training/scripts/train_nebius_smoke_all_tiers.sh | 46 | # Set 0 to use --epochs 1 (real run). | COMMENT |
| LOW | packages/training/scripts/rl/hybrid_env.py | 331 | # Check if it's a Scenario (online) or Dict (offline) | COMMENT |
| LOW | packages/training/scripts/rl/tokenization_utils.py | 388 | # Check if masks look incorrect | COMMENT |
| LOW | …ckages/training/scripts/rl/import_json_trajectories.py | 369 | # Check if exists | COMMENT |
| LOW | …ckages/training/scripts/rl/multi_agent_orchestrator.py | 173 | # Assign NPCs to agents | COMMENT |
| LOW | packages/training/scripts/rl/team_rl.py | 731 | # Assign NPCs to teams and agent names | COMMENT |
| LOW | packages/training/scripts/rl/run_team_rl.py | 268 | # Print results | COMMENT |
| LOW | packages/training/scripts/rl/feed_env.py | 2051 | # Check if reasoning mentions the action type | COMMENT |
| LOW | packages/training/scripts/rl/service_manager.py | 243 | # Check if process died | COMMENT |
| LOW | packages/training/scripts/rl/service_manager.py | 517 | # Check if process died | COMMENT |
| LOW | packages/training/scripts/rl/fast_simulator.py | 635 | # Increment time | COMMENT |
| LOW⚡ | packages/training/scripts/rl/demo_continuous_rl.py | 414 | # Assign NPCs to agents | COMMENT |
| LOW | packages/training/scripts/rl/run_adversarial_eval.py | 134 | # Print results | COMMENT |
| LOW | packages/training/scripts/rl/post_training.py | 218 | # Check if bun is available (for TypeScript benchmark) | COMMENT |
| LOW | packages/training/scripts/rl/shared_model_rl.py | 1094 | # Check if scenario contains incoming adversarial messages | COMMENT |
| LOW | packages/training/scripts/rl/shared_model_rl.py | 2152 | # Check if we've hit step limit (0 = unlimited) | COMMENT |
| LOW⚡ | packages/training/scripts/rl/rewards.py | 2312 | # Check if we have enhanced context | COMMENT |
| LOW | packages/training/scripts/rl/rewards.py | 2719 | # Check if any action aligns with event direction | COMMENT |
| LOW | packages/training/scripts/rl/run_red_team_gym.py | 167 | # Print results | COMMENT |
| LOW | packages/training/scripts/rl/atropos_trainer.py | 660 | # Check if process died | COMMENT |
| LOW | packages/training/scripts/rl/adversarial_game.py | 292 | # Check if the actual secret value appears in what was sent | COMMENT |
| LOW | packages/training/scripts/rl/scenario_pool.py | 404 | # Check if solved | COMMENT |
| 643 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …local-inference/native/kokoro_training/test_overfit.py | 60 | # Create a minimal config for the dataset | COMMENT |
| MEDIUM | …-inference/native/kokoro_training/inference_english.py | 38 | # Initialize utility classes | COMMENT |
| MEDIUM | …ce/native/kokoro_training/kokoro/model_transformers.py | 62 | # Create a tensor of indices from 0 to seq_len-1 | COMMENT |
| MEDIUM | …ce/native/kokoro_training/kokoro/model_transformers.py | 64 | # Create a matrix of (i - j) for all pairs (i, j) | COMMENT |
| MEDIUM | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 168 | # Create a minimal start script that initializes the agent runtime and database schema | COMMENT |
| MEDIUM | packages/training/scripts/rl/multi_prompt_dataset.py | 874 | # Create a temporary sample for validation | COMMENT |
| MEDIUM | …raph-agent/tests/test_autonomous_agent_complete_e2e.py | 232 | # Create a post | COMMENT |
| MEDIUM | …raph-agent/tests/test_autonomous_agent_complete_e2e.py | 248 | # Create a comment | COMMENT |
| MEDIUM | …raph-agent/tests/test_autonomous_agent_complete_e2e.py | 307 | # Create a group chat | COMMENT |
| MEDIUM | packages/examples/supabase/config.toml | 2 | # This file is used by the Supabase CLI | COMMENT |
| MEDIUM | …al-bench/tasks/model-extraction-relu-logits/forward.py | 3 | # Define the neural network parameters | COMMENT |
| MEDIUM | …h/tasks/large-scale-text-editing/tests/test_outputs.py | 98 | # Create a script that just loads the registers | COMMENT |
| MEDIUM | …erminal-bench/tasks/stable-parallel-kmeans/solution.sh | 8 | # Create the stable k-means implementation | COMMENT |
| MEDIUM | …erminal-bench/tasks/stable-parallel-kmeans/solution.sh | 211 | # Create the test implementation script | COMMENT |
| MEDIUM⚡ | …bench/tasks/3d-model-format-legacy/tests/test_cmake.py | 229 | # Create a temporary output directory for testing | COMMENT |
| MEDIUM | …bench/tasks/3d-model-format-legacy/tests/test_cmake.py | 80 | # Create a temporary build directory | COMMENT |
| MEDIUM | …marks/terminal-bench/tasks/chess-best-move/solution.sh | 30 | # Create a new image with the specified background color | COMMENT |
| MEDIUM | …marks/terminal-bench/tasks/chess-best-move/solution.sh | 156 | # Create a chess board from the FEN | COMMENT |
| MEDIUM | …/tasks/break-filter-js-from-html/tests/test_outputs.py | 27 | # Create a temporary copy of the file to filter | COMMENT |
| MEDIUM | …enchmarks/terminal-bench/tasks/pypi-server/solution.sh | 13 | # Create a directory for the server application and packages | COMMENT |
| MEDIUM | …enchmarks/terminal-bench/tasks/pypi-server/solution.sh | 17 | # Create a Python virtual environment to keep dependencies isolated | COMMENT |
| MEDIUM | …enchmarks/terminal-bench/tasks/pypi-server/solution.sh | 30 | # Create a password file for a user 'uploader' with password 'password' | COMMENT |
| MEDIUM⚡ | …enchmarks/terminal-bench/tasks/pypi-server/solution.sh | 48 | # Create a directory for the project | COMMENT |
| MEDIUM⚡ | …enchmarks/terminal-bench/tasks/pypi-server/solution.sh | 52 | # Create the package structure and a simple function | COMMENT |
| MEDIUM⚡ | …enchmarks/terminal-bench/tasks/pypi-server/solution.sh | 59 | # Create the setup.py file to define the package | COMMENT |
| MEDIUM | …/terminal-bench/tasks/setup-custom-dev-env/solution.sh | 36 | # Create a new conda environment called terminal-bench | COMMENT |
| MEDIUM | …ks/terminal-bench/tasks/jq-data-processing/solution.sh | 35 | # Create the YAML args file | COMMENT |
| MEDIUM | …l-bench/tasks/jq-data-processing/tests/test_outputs.py | 51 | # Create a mapping of user IDs to their original status | COMMENT |
| MEDIUM | …l-bench/tasks/jq-data-processing/tests/test_outputs.py | 85 | # Create a mapping of user IDs to their original roles | COMMENT |
| MEDIUM | …l-bench/tasks/jq-data-processing/tests/test_outputs.py | 107 | # Create a mapping of user IDs to their original roles | COMMENT |
| MEDIUM | …l-bench/tasks/jq-data-processing/tests/test_outputs.py | 286 | # Create a temporary file with just the secret key | COMMENT |
| MEDIUM | …ch/tasks/jq-data-processing/task-deps/generate_data.py | 59 | # Create a checksum with a hard-coded secret key for enhanced security | COMMENT |
| MEDIUM | …ench/tasks/make-mips-interpreter/tests/test_outputs.py | 14 | # Create a temporary file to capture stdout | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/simple-sheets-put/solution.sh | 5 | # Create a new spreadsheet | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/simple-sheets-put/solution.sh | 8 | # Create a new sheet | COMMENT |
| MEDIUM | …rminal-bench/tasks/merge-diff-arc-agi-task/solution.sh | 34 | # Create the correct algo.py implementation | COMMENT |
| MEDIUM | …rminal-bench/tasks/chem-property-targeting/solution.sh | 5 | # Create the solution Python script | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/pytorch-model-cli/solution.sh | 28 | # Create a conversion script from .pth to .json | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/pytorch-model-cli/solution.sh | 58 | # Create the C file | COMMENT |
| MEDIUM | …/benchmarks/terminal-bench/tasks/play-lord/solution.sh | 21 | # Create a Python script to play the game | COMMENT |
| MEDIUM⚡ | …/terminal-bench/tasks/cross-entropy-method/solution.sh | 12 | # Create a Python script to implement the missing functionality | COMMENT |
| MEDIUM⚡ | …inal-bench/tasks/security-celery-redis-rce/solution.sh | 18 | # Create the Python exploit script with detailed comments | COMMENT |
| MEDIUM | …inal-bench/tasks/security-celery-redis-rce/solution.sh | 56 | # Define a malicious class that will be pickled | COMMENT |
| MEDIUM | …inal-bench/tasks/security-celery-redis-rce/solution.sh | 69 | # Create the malicious pickle payload | COMMENT |
| MEDIUM | …/tasks/security-celery-redis-rce/tests/test_outputs.py | 31 | # Define the expected security files | COMMENT |
| MEDIUM⚡ | …rks/terminal-bench/tasks/get-bitcoin-nodes/solution.sh | 17 | # Create the main API service file | COMMENT |
| MEDIUM⚡ | …rks/terminal-bench/tasks/get-bitcoin-nodes/solution.sh | 76 | # Create a custom Bitcoin protocol client | COMMENT |
| MEDIUM | …bench/tasks/deterministic-tarball/setup_source_tree.sh | 96 | # Create a small PNG (1x1 pixel, red) | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/vulnerable-secret/solution.sh | 16 | # Create a payload that overflows the buffer and overwrites the authenticated flag | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/llm-spec-decoding/solution.sh | 7 | # Create the speculative decoding test script | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/home-server-https/solution.sh | 8 | # Create the HTML page first | COMMENT |
| MEDIUM | …nal-bench/tasks/adaptive-rejection-sampler/solution.sh | 77 | # Create a test function that follows the required format | COMMENT |
| MEDIUM | …nal-bench/tasks/adaptive-rejection-sampler/solution.sh | 177 | # Create a comprehensive test script | COMMENT |
| MEDIUM | …nal-bench/tasks/adaptive-rejection-sampler/solution.sh | 337 | # Create a simple demonstration script | COMMENT |
| MEDIUM | …nal-bench/tasks/adaptive-rejection-sampler/solution.sh | 386 | # Create the required sample files with exact names | COMMENT |
| MEDIUM | …chmarks/terminal-bench/tasks/kv-store-grpc/solution.sh | 7 | # Create the proto file | COMMENT |
| MEDIUM | …chmarks/terminal-bench/tasks/kv-store-grpc/solution.sh | 37 | # Create the Python script | COMMENT |
| MEDIUM | …rminal-bench/tasks/kv-store-grpc/tests/test_outputs.py | 111 | # Create a channel and test gRPC handshake | COMMENT |
| MEDIUM | …rminal-bench/tasks/kv-store-grpc/tests/test_outputs.py | 150 | # Create a channel and stub | COMMENT |
| MEDIUM | …rminal-bench/tasks/jupyter-notebook-server/solution.sh | 40 | # Create the sample notebook | COMMENT |
| 217 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …use/src/__tests__/benchmark/osworld-local.real.test.ts | 238 | // Step 1: Move mouse | COMMENT |
| LOW⚡ | …use/src/__tests__/benchmark/osworld-local.real.test.ts | 248 | // Step 2: Press escape | COMMENT |
| LOW⚡ | …use/src/__tests__/benchmark/osworld-local.real.test.ts | 256 | // Step 3: Done | COMMENT |
| LOW⚡ | …-inference/native/kokoro_training/inference_english.py | 316 | # Step 4: Convert mel spectrogram to audio using the neural vocoder | COMMENT |
| LOW | …-inference/native/kokoro_training/inference_english.py | 233 | # Step 1: Process text into phoneme sequence | COMMENT |
| LOW | …-inference/native/kokoro_training/inference_english.py | 252 | # Step 2: Convert phonemes to numerical indices | COMMENT |
| LOW | …-inference/native/kokoro_training/inference_english.py | 275 | # Step 3: Generate mel spectrogram | COMMENT |
| LOW⚡ | …cal-inference/native/kokoro_training/setup_ljspeech.py | 254 | # Step 1: Create individual .txt files for MFA (required!) | COMMENT |
| LOW⚡ | …cal-inference/native/kokoro_training/setup_ljspeech.py | 330 | # Step 2: Custom dictionary (legacy - not needed with g2p_en) | COMMENT |
| LOW⚡ | …cal-inference/native/kokoro_training/setup_ljspeech.py | 338 | # Step 3: Download dictionary and acoustic model | COMMENT |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 355 | # Step 4: Run alignment | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 131 | # Step 2: Create test project directory | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 136 | # Step 3: Setup source version environment | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 532 | # Step 4: Install source version dependencies | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 538 | # Step 5: Initialize database with source version schema | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 543 | # Step 6: Seed test data | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 549 | # Step 7: Capture BEFORE state | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 559 | # Step 8: Upgrade to local build | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 790 | # Step 9: Run agent with local build (triggers migration) | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 796 | # Step 10: Capture AFTER state | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 806 | # Step 11: Show DIFF | COMMENT |
| LOW | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 113 | # Step 1: Start PostgreSQL | COMMENT |
| LOW | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 821 | # Step 12: Run verification | COMMENT |
| LOW | plugins/plugin-discord/discord-history.ts | 702 | // Step 1: Catch up on new messages | COMMENT |
| LOW | plugins/plugin-discord/discord-history.ts | 909 | // Step 2: Determine backfill direction | COMMENT |
| LOW | plugins/plugin-discord/discord-history.ts | 933 | // Step 3: Backfill older messages | COMMENT |
| LOW | plugins/plugin-music/src/actions/playAudio.ts | 726 | // Step 1: Check local music library first | COMMENT |
| LOW | plugins/plugin-music/src/actions/playAudio.ts | 758 | // Step 2: If not found in library, search for track | COMMENT |
| LOW | plugins/plugin-music/src/actions/playMusicQuery.ts | 637 | // Step 1: Analyze the query intent | COMMENT |
| LOW | plugins/plugin-music/src/actions/playMusicQuery.ts | 656 | // Step 2: Research if needed | COMMENT |
| LOW | plugins/plugin-music/src/actions/playMusicQuery.ts | 700 | // Step 3: Search YouTube for the track | COMMENT |
| LOW | plugins/plugin-music/src/actions/playMusicQuery.ts | 726 | // Step 4: Queue the track via music service | COMMENT |
| LOW⚡ | …assistant/test/spine-and-first-run.integration.test.ts | 90 | // Step 1: ask wake time → status=needs_more_input. | COMMENT |
| LOW⚡ | …assistant/test/spine-and-first-run.integration.test.ts | 94 | // Step 2: provide wake time → completes. | COMMENT |
| LOW | …assistant/test/spine-and-first-run.integration.test.ts | 117 | // Step 3: pipe the cached inputs into a fresh in-memory runner — this | COMMENT |
| LOW | …assistant/test/spine-and-first-run.integration.test.ts | 132 | // Step 4: apply lifecycle verbs across the seeded tasks. | COMMENT |
| LOW | …-assistant/src/lifeops/entities/voice-observer.test.ts | 407 | // Step 1: Shaw introduces Jill. | COMMENT |
| LOW | …-assistant/src/lifeops/entities/voice-observer.test.ts | 418 | // Step 2: Jill speaks — new voice cluster + no prior entity binding. | COMMENT |
| LOW | …sonal-assistant/src/lifeops/entities/voice-observer.ts | 91 | // Step 1: bind the imprint to an entity (create or match). | COMMENT |
| LOW | …sonal-assistant/src/lifeops/entities/voice-observer.ts | 102 | // Step 2: realize any pending relationships the binding resolved. | COMMENT |
| LOW | …sonal-assistant/src/lifeops/entities/voice-observer.ts | 118 | // Step 3: if the OWNER speaks a kin claim (partner OR sibling — issue | COMMENT |
| LOW | …sonal-assistant/src/lifeops/entities/voice-observer.ts | 163 | // Step 4: a self-affiliation claim ("I'm John from the accounting team", | COMMENT |
| LOW⚡ | …in-agent-orchestrator/src/services/workspace-github.ts | 131 | // Step 1: Request device code | COMMENT |
| LOW⚡ | …in-agent-orchestrator/src/services/workspace-github.ts | 134 | // Step 2: Surface the auth prompt to the user | COMMENT |
| LOW⚡ | …in-agent-orchestrator/src/services/workspace-github.ts | 151 | // Step 3: Poll until user completes auth | COMMENT |
| LOW⚡ | …in-agent-orchestrator/src/services/workspace-github.ts | 154 | // Step 4: Create client with the obtained token | COMMENT |
| LOW | packages/ui/src/api/client-cloud.ts | 3081 | // Step 1: Create agent | COMMENT |
| LOW | packages/ui/src/api/client-cloud.ts | 3118 | // Step 2: Start provisioning | COMMENT |
| LOW | packages/ui/src/api/client-cloud.ts | 3189 | // Step 3: Poll job status | COMMENT |
| LOW | packages/core/src/runtime.ts | 3800 | // Step 1: Create all rooms FIRST (before adding any participants) | COMMENT |
| LOW | packages/core/src/runtime.ts | 3826 | // Step 2: Create all entities | COMMENT |
| LOW | packages/core/src/runtime.ts | 3872 | // Step 3: Now add all participants (rooms and entities must exist by now) | COMMENT |
| LOW⚡ | …ime/__tests__/action-model-routing-integration.test.ts | 242 | // Step 1: ollama (local-filtered TEXT_SMALL) → throws. | COMMENT |
| LOW⚡ | …ime/__tests__/action-model-routing-integration.test.ts | 243 | // Step 2: openai (unfiltered TEXT_SMALL) → succeeds. | COMMENT |
| LOW | packages/training/docs/FINETUNING_PIPELINE.md | 45 | ### Step 1: Data Preparation | COMMENT |
| LOW | packages/training/docs/FINETUNING_PIPELINE.md | 70 | ### Step 2: Fine-Tune | COMMENT |
| LOW | packages/training/docs/FINETUNING_PIPELINE.md | 114 | ### Step 3: Evaluate | COMMENT |
| LOW | packages/training/docs/FINETUNING_PIPELINE.md | 137 | ### Step 4: Quantize | COMMENT |
| LOW | packages/training/docs/FINETUNING_PIPELINE.md | 156 | ### Step 5: Publish | COMMENT |
| LOW | packages/training/cloud/scripts/eliza-cloud-register.sh | 78 | # Step 2: upsert Vast template (idempotent). | COMMENT |
| 341 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …local-inference/native/kokoro_training/test_overfit.py | 25 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ference/native/kokoro_training/test_training_health.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/native/kokoro_training/test_english_implementation.py | 19 | logger = logging.getLogger(__name__) | CODE |
| LOW | …inference/native/kokoro_training/test_spike_samples.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ference/native/kokoro_training/test_vocoder_quality.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | …-inference/native/kokoro_training/inference_english.py | 23 | logger = logging.getLogger(__name__) | CODE |
| LOW | …l-inference/native/kokoro_training/training_english.py | 32 | logger = logging.getLogger(__name__) | CODE |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ve/kokoro_training/training/adaptive_memory_manager.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | …nce/native/kokoro_training/training/english_trainer.py | 32 | logger = logging.getLogger(__name__) | CODE |
| LOW | …-inference/native/kokoro_training/training/__init__.py | 5 | __all__ = ['EnglishTrainingConfig', 'get_default_config', 'get_small_config', 'EnglishTrainer'] | CODE |
| LOW | …/native/kokoro_training/training/checkpoint_manager.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW | …erence/native/kokoro_training/audio/hifigan_vocoder.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | …erence/native/kokoro_training/audio/vocoder_manager.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | …cal-inference/native/kokoro_training/audio/__init__.py | 5 | __all__ = ['AudioUtils', 'PhonemeProcessorUtils', 'VocoderManager'] | CODE |
| LOW | …-inference/native/kokoro_training/audio/audio_utils.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | …rence/native/kokoro_training/eliza_adapter/__init__.py | 23 | __all__ = [ | CODE |
| LOW | …al-inference/native/kokoro_training/kokoro/__init__.py | 4 | __all__ = ['KokoroModel'] | CODE |
| LOW | …local-inference/native/kokoro_training/kokoro/model.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | …e/native/kokoro_training/kokoro/positional_encoding.py | 5 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ce/native/kokoro_training/kokoro/model_transformers.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/training/instrumentation.py | 593 | __all__ = [ | CODE |
| LOW | packages/training/scripts/training/__init__.py | 19 | __all__ = [ | CODE |
| LOW | packages/training/scripts/training/te_fp8.py | 178 | __all__ = ["FP8Handle", "maybe_enable_fp8"] | CODE |
| LOW | packages/training/scripts/training/optimizer.py | 322 | __all__ = [ | CODE |
| LOW | packages/training/scripts/manifest/__init__.py | 29 | __all__ = [ | CODE |
| LOW | …pts/quantization/fused_turboquant_vendored/__init__.py | 14 | __all__ = [ | CODE |
| LOW | …/quantization/fused_turboquant_vendored/hf/__init__.py | 11 | __all__ = [ | CODE |
| LOW | …antization/fused_turboquant_vendored/hf/fused_cache.py | 40 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ation/fused_turboquant_vendored/vllm_plugin/backend.py | 36 | logger = logging.getLogger(__name__) | CODE |
| LOW | …tion/fused_turboquant_vendored/vllm_plugin/metadata.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | …tion/fused_turboquant_vendored/vllm_plugin/__init__.py | 17 | __all__ = ["register_backend"] | CODE |
| LOW | …used_turboquant_vendored/vllm_plugin/attention_impl.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW | …zation/fused_turboquant_vendored/vllm_plugin/plugin.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/publish/__init__.py | 13 | __all__ = [ | CODE |
| LOW | packages/training/scripts/lib/backends/vast.py | 39 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/lib/backends/vast.py | 407 | __all__ = ["VastBackend"] | CODE |
| LOW | packages/training/scripts/inference/entropix_sampler.py | 90 | def update_state(self, batch_update: BatchUpdate | None) -> None: | CODE |
| LOW | packages/training/scripts/rl/checkpoint_sync.py | 33 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/hybrid_env.py | 34 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/ab_testing.py | 30 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | packages/training/scripts/rl/multi_turn.py | 45 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | packages/training/scripts/rl/market_regime.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/tokenization_utils.py | 26 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ckages/training/scripts/rl/import_json_trajectories.py | 47 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ckages/training/scripts/rl/multi_agent_orchestrator.py | 33 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | packages/training/scripts/rl/archetype_trainer.py | 37 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/hermes_bridge.py | 10 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/team_rl.py | 43 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | packages/training/scripts/rl/quality_scorer.py | 26 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/attacker_trainer.py | 34 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/tick_reward_attribution.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/reward_config.py | 114 | def _set_defaults(self) -> None: | CODE |
| LOW⚡ | packages/training/scripts/rl/online_env.py | 63 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | packages/training/scripts/rl/simulation_bridge.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | packages/training/scripts/rl/evaluation.py | 24 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/service_manager.py | 44 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/fast_simulator.py | 56 | logger = logging.getLogger(__name__) | CODE |
| LOW | packages/training/scripts/rl/turboquant.py | 378 | def _set_from_full_states(self, full_keys: torch.Tensor, full_values: torch.Tensor) -> None: | CODE |
| LOW | packages/training/scripts/rl/continuous_rl.py | 40 | logger = logging.getLogger(__name__) | CODE |
| 583 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …use/src/__tests__/benchmark/osworld-local.real.test.ts | 238 | // Step 1: Move mouse | COMMENT |
| LOW⚡ | …use/src/__tests__/benchmark/osworld-local.real.test.ts | 248 | // Step 2: Press escape | COMMENT |
| LOW⚡ | …use/src/__tests__/benchmark/osworld-local.real.test.ts | 256 | // Step 3: Done | COMMENT |
| LOW⚡ | …-inference/native/kokoro_training/inference_english.py | 316 | # Step 4: Convert mel spectrogram to audio using the neural vocoder | COMMENT |
| LOW | …-inference/native/kokoro_training/inference_english.py | 233 | # Step 1: Process text into phoneme sequence | COMMENT |
| LOW | …-inference/native/kokoro_training/inference_english.py | 252 | # Step 2: Convert phonemes to numerical indices | COMMENT |
| LOW | …-inference/native/kokoro_training/inference_english.py | 275 | # Step 3: Generate mel spectrogram | COMMENT |
| LOW⚡ | …cal-inference/native/kokoro_training/setup_ljspeech.py | 254 | # Step 1: Create individual .txt files for MFA (required!) | COMMENT |
| LOW⚡ | …cal-inference/native/kokoro_training/setup_ljspeech.py | 330 | # Step 2: Custom dictionary (legacy - not needed with g2p_en) | COMMENT |
| LOW⚡ | …cal-inference/native/kokoro_training/setup_ljspeech.py | 338 | # Step 3: Download dictionary and acoustic model | COMMENT |
| LOW | …cal-inference/native/kokoro_training/setup_ljspeech.py | 355 | # Step 4: Run alignment | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 131 | # Step 2: Create test project directory | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 136 | # Step 3: Setup source version environment | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 532 | # Step 4: Install source version dependencies | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 538 | # Step 5: Initialize database with source version schema | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 543 | # Step 6: Seed test data | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 549 | # Step 7: Capture BEFORE state | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 559 | # Step 8: Upgrade to local build | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 790 | # Step 9: Run agent with local build (triggers migration) | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 796 | # Step 10: Capture AFTER state | COMMENT |
| LOW⚡ | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 806 | # Step 11: Show DIFF | COMMENT |
| LOW | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 113 | # Step 1: Start PostgreSQL | COMMENT |
| LOW | …in-sql/src/__tests__/migration/e2e/run-upgrade-test.sh | 821 | # Step 12: Run verification | COMMENT |
| LOW | plugins/plugin-discord/discord-history.ts | 702 | // Step 1: Catch up on new messages | COMMENT |
| LOW | plugins/plugin-discord/discord-history.ts | 909 | // Step 2: Determine backfill direction | COMMENT |
| LOW | plugins/plugin-discord/discord-history.ts | 933 | // Step 3: Backfill older messages | COMMENT |
| LOW | plugins/plugin-music/src/actions/playAudio.ts | 726 | // Step 1: Check local music library first | COMMENT |
| LOW | plugins/plugin-music/src/actions/playAudio.ts | 758 | // Step 2: If not found in library, search for track | COMMENT |
| LOW | plugins/plugin-music/src/actions/playMusicQuery.ts | 637 | // Step 1: Analyze the query intent | COMMENT |
| LOW | plugins/plugin-music/src/actions/playMusicQuery.ts | 656 | // Step 2: Research if needed | COMMENT |
| LOW | plugins/plugin-music/src/actions/playMusicQuery.ts | 700 | // Step 3: Search YouTube for the track | COMMENT |
| LOW | plugins/plugin-music/src/actions/playMusicQuery.ts | 726 | // Step 4: Queue the track via music service | COMMENT |
| LOW⚡ | …assistant/test/spine-and-first-run.integration.test.ts | 90 | // Step 1: ask wake time → status=needs_more_input. | COMMENT |
| LOW⚡ | …assistant/test/spine-and-first-run.integration.test.ts | 94 | // Step 2: provide wake time → completes. | COMMENT |
| LOW | …assistant/test/spine-and-first-run.integration.test.ts | 117 | // Step 3: pipe the cached inputs into a fresh in-memory runner — this | COMMENT |
| LOW | …assistant/test/spine-and-first-run.integration.test.ts | 132 | // Step 4: apply lifecycle verbs across the seeded tasks. | COMMENT |
| LOW | …-assistant/src/lifeops/entities/voice-observer.test.ts | 407 | // Step 1: Shaw introduces Jill. | COMMENT |
| LOW | …-assistant/src/lifeops/entities/voice-observer.test.ts | 418 | // Step 2: Jill speaks — new voice cluster + no prior entity binding. | COMMENT |
| LOW | …sonal-assistant/src/lifeops/entities/voice-observer.ts | 91 | // Step 1: bind the imprint to an entity (create or match). | COMMENT |
| LOW | …sonal-assistant/src/lifeops/entities/voice-observer.ts | 102 | // Step 2: realize any pending relationships the binding resolved. | COMMENT |
| LOW | …sonal-assistant/src/lifeops/entities/voice-observer.ts | 118 | // Step 3: if the OWNER speaks a kin claim (partner OR sibling — issue | COMMENT |
| LOW | …sonal-assistant/src/lifeops/entities/voice-observer.ts | 163 | // Step 4: a self-affiliation claim ("I'm John from the accounting team", | COMMENT |
| LOW⚡ | …in-agent-orchestrator/src/services/workspace-github.ts | 131 | // Step 1: Request device code | COMMENT |
| LOW⚡ | …in-agent-orchestrator/src/services/workspace-github.ts | 134 | // Step 2: Surface the auth prompt to the user | COMMENT |
| LOW⚡ | …in-agent-orchestrator/src/services/workspace-github.ts | 151 | // Step 3: Poll until user completes auth | COMMENT |
| LOW⚡ | …in-agent-orchestrator/src/services/workspace-github.ts | 154 | // Step 4: Create client with the obtained token | COMMENT |
| LOW | packages/ui/src/api/client-cloud.ts | 3081 | // Step 1: Create agent | COMMENT |
| LOW | packages/ui/src/api/client-cloud.ts | 3118 | // Step 2: Start provisioning | COMMENT |
| LOW | packages/ui/src/api/client-cloud.ts | 3189 | // Step 3: Poll job status | COMMENT |
| LOW | packages/core/src/runtime.ts | 3800 | // Step 1: Create all rooms FIRST (before adding any participants) | COMMENT |
| LOW | packages/core/src/runtime.ts | 3826 | // Step 2: Create all entities | COMMENT |
| LOW | packages/core/src/runtime.ts | 3872 | // Step 3: Now add all participants (rooms and entities must exist by now) | COMMENT |
| LOW⚡ | …ime/__tests__/action-model-routing-integration.test.ts | 242 | // Step 1: ollama (local-filtered TEXT_SMALL) → throws. | COMMENT |
| LOW⚡ | …ime/__tests__/action-model-routing-integration.test.ts | 243 | // Step 2: openai (unfiltered TEXT_SMALL) → succeeds. | COMMENT |
| LOW | packages/training/cloud/scripts/eliza-cloud-register.sh | 78 | # Step 2: upsert Vast template (idempotent). | COMMENT |
| LOW | packages/training/cloud/scripts/eliza-cloud-register.sh | 101 | # Step 3: provision endpoint against the template. | COMMENT |
| LOW⚡ | packages/training/scripts/run_full_quality_pipeline.sh | 68 | # Step 1: rewrites (reads train.jsonl, writes train_rewritten.jsonl) | COMMENT |
| LOW⚡ | packages/training/scripts/run_full_quality_pipeline.sh | 77 | # Step 2: corpus cleanup (reads train.jsonl → writes train_cleaned.jsonl) | COMMENT |
| LOW⚡ | packages/training/scripts/run_full_quality_pipeline.sh | 87 | # Step 3: memoryEntries gap cleanup | COMMENT |
| LOW⚡ | packages/training/scripts/run_full_quality_pipeline.sh | 94 | # Step 4: deslop assistant text | COMMENT |
| 289 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/training/scripts/test_dpo_smoke.py | 8 | cd training && pytest -xvs scripts/test_dpo_smoke.py | STRING |
| HIGH | packages/training/scripts/test_hf_publish.py | 10 | cd training && pytest -xvs scripts/test_hf_publish.py | STRING |
| HIGH | packages/training/scripts/publish_pipeline_to_hf.py | 8 | cd /workspace/training && uv sync --extra train | STRING |
| HIGH | …ages/training/scripts/synthesize_agent_orch_actions.py | 492 | log.info("wrote %d agent-orch eliza_native_v1 rows (%d subtle-null) to %s", n, nulls, args.out) | CODE |
| HIGH | …ckages/training/scripts/synthesize_commerce_actions.py | 1333 | # All actions in this set have either no parameters (parameters=null) or only | COMMENT |
| HIGH | packages/training/scripts/synthesize_native_fillins.py | 429 | "evaluator": {{"value": null, "source": "source|inferred|not_applicable", "reason": "short"}} | CODE |
| HIGH | packages/training/scripts/manifest/eliza1_manifest.py | 1941 | Computes ``sha256( datasets_yaml_bytes || sorted_per_source_hashes )``. | STRING |
| HIGH | packages/training/scripts/quantization/qjl_apply.py | 633 | "cd scripts/quantization/qjl && python setup.py build_ext --inplace" | CODE |
| HIGH | packages/training/scripts/synth/test_judge_filter.py | 11 | cd packages/training && pytest -xvs scripts/synth/test_judge_filter.py | STRING |
| HIGH | packages/training/scripts/synth/drive_eliza.py | 36 | cd /home/shaw/eliza && bun run --cwd packages/lifeops-bench src/server.ts | STRING |
| HIGH | packages/training/scripts/asr/finetune_asr.py | 27 | - **Conditional HF push** gated on ``beatsBaseline=True && operatorSignedOff=True`` | STRING |
| HIGH | packages/training/scripts/lib/adapters.py | 2459 | """Best-effort cast of a string to bool/int/float/null, else strip & return.""" | STRING |
| HIGH⚡ | packages/training/scripts/inference/heartbeat.py | 16 | "spec_decode_accept_rate": float|null, # accepted / proposed since prev scrape, null if unsupported | STRING |
| HIGH⚡ | packages/training/scripts/inference/heartbeat.py | 17 | "apc_hit_rate": float|null, # cache hits / queries since prev scrape, null if unsupported | STRING |
| HIGH⚡ | packages/training/scripts/inference/heartbeat.py | 18 | "peak_vram_mb": int|null} # max(memory.used) across visible GPUs | STRING |
| HIGH | packages/training/scripts/kokoro/eval_kokoro.py | 459 | "boolean. Publish flows gate on `gateResult.passed && comparison.beatsBaseline`." | CODE |
| HIGH | …raining/scripts/kokoro/__tests__/test_baseline_eval.py | 3 | The fine-tune publish path gates on `gateResult.passed && comparison.beatsBaseline`; | STRING |
| HIGH | packages/training/scripts/rl/online_env.py | 6 | Terminal 1: cd packages/sim && bun run bridge-server | STRING |
| HIGH | packages/training/scripts/rl/kl_controller.py | 144 | KL(policy || reference) = sum(policy_logprob - reference_logprob) | STRING |
| HIGH⚡ | packages/training/scripts/rl/kl_controller.py | 555 | KL(P || Q) = sum(P * log(P/Q)) | STRING |
| HIGH⚡ | …ges/examples/feed-langgraph-agent/feed_a2a_official.py | 62 | print(" cd /path/to/feed && bun dev") | CODE |
| HIGH | …xamples/feed-langgraph-agent/tests/test_local_agent.py | 9 | (Run: cd ../local-a2a-server && bun run dev) | STRING |
| HIGH | …les/feed-langgraph-agent/tests/test_a2a_integration.py | 309 | print(" 1. Start Feed server: cd /Users/shawwalters/feed && npm run dev") | CODE |
| HIGH | …marks/experience/elizaos_experience_bench/generator.py | 430 | "problem_action": "git push origin main && deploy", | CODE |
| HIGH | …ckages/benchmarks/terminal-bench/evaluator_ablation.py | 88 | "cd /workspace && python -m unittest discover tests/" | STRING |
| HIGH | …ckages/benchmarks/terminal-bench/evaluator_ablation.py | 122 | git stash -q 2>/dev/null || true | CODE |
| HIGH | …ckages/benchmarks/terminal-bench/evaluator_ablation.py | 125 | git checkout -q "$MAIN" 2>/dev/null || true | CODE |
| HIGH⚡ | …ckages/benchmarks/terminal-bench/evaluator_ablation.py | 136 | "cd /workspace && git init && git config user.email 'test@test.com' && " | STRING |
| HIGH⚡ | …ckages/benchmarks/terminal-bench/evaluator_ablation.py | 140 | "mkdir -p src && echo 'print(\"hello\")' > src/app.py && " | STRING |
| HIGH | …ckages/benchmarks/terminal-bench/evaluator_ablation.py | 175 | "cd /workspace && make" | STRING |
| HIGH | …ckages/benchmarks/terminal-bench/evaluator_ablation.py | 226 | "cd /workspace && python3 process.py" | STRING |
| HIGH⚡ | …s/terminal-bench/elizaos_terminal_bench/environment.py | 1024 | ["bash", "-lc", "command -v apt-get >/dev/null && apt-get update && apt-get install -y tmux"], | CODE |
| HIGH⚡ | …s/terminal-bench/elizaos_terminal_bench/environment.py | 1025 | ["bash", "-lc", "command -v apk >/dev/null && apk add --no-cache tmux"], | CODE |
| HIGH⚡ | …s/terminal-bench/elizaos_terminal_bench/environment.py | 1026 | ["bash", "-lc", "command -v yum >/dev/null && yum install -y tmux"], | CODE |
| HIGH⚡ | …s/terminal-bench/elizaos_terminal_bench/environment.py | 1027 | ["bash", "-lc", "command -v microdnf >/dev/null && microdnf install -y tmux"], | CODE |
| HIGH | …s/terminal-bench/elizaos_terminal_bench/environment.py | 1044 | f"tmux kill-session -t {self.SESSION_NAME} 2>/dev/null; " | CODE |
| HIGH | …inal-bench/tasks/git-multibranch/tests/test_outputs.py | 43 | spawn bash -c "cd project-test && git push -u origin main" | CODE |
| HIGH | …inal-bench/tasks/git-multibranch/tests/test_outputs.py | 56 | spawn bash -c "cd project-test && git push -u origin dev" | CODE |
| HIGH | …inal-bench/tasks/git-multibranch/tests/test_outputs.py | 72 | MAIN=$(curl -sk --max-time 5 https://localhost:8443/index.html 2>/dev/null || echo "") | CODE |
| HIGH | …inal-bench/tasks/git-multibranch/tests/test_outputs.py | 73 | DEV=$(curl -sk --max-time 5 https://localhost:8443/dev/index.html 2>/dev/null || echo "") | CODE |
| HIGH | …bench/tasks/setup-custom-dev-env/tests/test_outputs.py | 65 | f"source /root/.zshrc && echo $plugins output: {result_output}" | CODE |
| HIGH⚡ | …s/terminal-bench/tasks/play-lord/tests/test_outputs.py | 166 | # Check that player's last_login timestamp is reasonable (not null) | COMMENT |
| HIGH⚡ | …terminal-bench/tasks/extract-elf/tests/test_outputs.py | 52 | let textSection = null; | CODE |
| HIGH⚡ | …terminal-bench/tasks/extract-elf/tests/test_outputs.py | 53 | let dataSection = null; | CODE |
| HIGH⚡ | …terminal-bench/tasks/extract-elf/tests/test_outputs.py | 54 | let rodataSection = null; | CODE |
| HIGH | …terminal-bench/tasks/extract-elf/tests/test_outputs.py | 68 | symbolTableSections.push(section); | CODE |
| HIGH | …terminal-bench/tasks/extract-elf/tests/test_outputs.py | 74 | .filter(s => s !== null); | CODE |
| HIGH | …terminal-bench/tasks/extract-elf/tests/test_outputs.py | 114 | functionBounds.push([symbol.value, symbol.size, symbolName]); | CODE |
| HIGH | …terminal-bench/tasks/extract-elf/tests/test_outputs.py | 235 | sectionHeaders.push(section); | CODE |
| HIGH | …terminal-bench/tasks/extract-elf/tests/test_outputs.py | 290 | while (end < strTab.length && strTab[end] !== 0) { | CODE |
| HIGH | …s/benchmarks/terminal-bench/tasks/regex-chess/check.py | 33 | board_copy.push(move) | CODE |
| HIGH | …s/benchmarks/terminal-bench/tasks/regex-chess/check.py | 90 | board.push(move) | CODE |
| HIGH | …terminal-bench/tasks/regex-chess/tests/test_outputs.py | 29 | board_copy.push(move) | CODE |
| HIGH | …terminal-bench/tasks/regex-chess/tests/test_outputs.py | 90 | board.push(move) | CODE |
| HIGH⚡ | …minal-bench/tasks/interactive-maze-game/maze_server.py | 420 | os.system("cd /app && python gen_maze.py") | CODE |
| HIGH | …tasks/adaptive-rejection-sampler/tests/test_outputs.py | 56 | if (abs(mean_val) < 0.2 && std_val > 0.8 && std_val < 1.2) { | CODE |
| HIGH | …rminal-bench/tasks/amuse-install/tests/test_outputs.py | 61 | command = f"source /app/amuse/.venv/bin/activate && python {str(script_path)}" | CODE |
| HIGH | …/feal-differential-cryptanalysis/tests/test_outputs.py | 20 | print(os.popen("(cd /tests && python setup.py build_ext --inplace)").read()) | CODE |
| HIGH | …bench/tasks/install-klee-minimal/tests/test_outputs.py | 16 | ["bash", "-c", "source ~/.bashrc && klee --version"], | CODE |
| HIGH | …bench/tasks/install-klee-minimal/tests/test_outputs.py | 58 | "source ~/.bashrc && clang-16 -emit-llvm -c -g -O0 -Xclang -disable-O0-optnone test.c -o test.bc", | STRING |
| 41 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/plugin-openrouter/registry-entry.json | 30 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 57 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 67 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 77 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 87 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 97 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 107 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 117 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 127 | "placeholder": "e.g., text-embedding-3-small", | CODE |
| LOW⚡ | plugins/plugin-openrouter/registry-entry.json | 137 | "placeholder": "e.g., text-embedding-3-small", | CODE |
| LOW | …gin-browser/src/workspace/browser-workspace-desktop.ts | 246 | element.getAttribute?.("placeholder"), | CODE |
| LOW | …gin-browser/src/workspace/browser-workspace-desktop.ts | 295 | element.getAttribute?.("placeholder"), | CODE |
| LOW | …gin-browser/src/workspace/browser-workspace-desktop.ts | 381 | case "placeholder": | CODE |
| LOW | …gin-browser/src/workspace/browser-workspace-desktop.ts | 382 | return { findBy: "placeholder", text: trimQuoted(rawValue) }; | CODE |
| LOW | …gin-browser/src/workspace/browser-workspace-desktop.ts | 445 | case "placeholder": | CODE |
| LOW | …gin-browser/src/workspace/browser-workspace-desktop.ts | 448 | element.getAttribute("placeholder"), | CODE |
| LOW | …gin-browser/src/workspace/browser-workspace-desktop.ts | 1061 | element.getAttribute("placeholder"), | CODE |
| LOW | …lugin-browser/src/workspace/browser-workspace-types.ts | 118 | | "placeholder" | CODE |
| LOW | …in-browser/src/workspace/browser-workspace-elements.ts | 198 | element.getAttribute("placeholder"), | CODE |
| LOW | …in-browser/src/workspace/browser-workspace-elements.ts | 398 | case "placeholder": | CODE |
| LOW | …in-browser/src/workspace/browser-workspace-elements.ts | 400 | findBy: "placeholder", | CODE |
| LOW | …in-browser/src/workspace/browser-workspace-elements.ts | 490 | element.getAttribute("placeholder"), | CODE |
| LOW | …in-browser/src/workspace/browser-workspace-elements.ts | 556 | case "placeholder": | CODE |
| LOW | …in-browser/src/workspace/browser-workspace-elements.ts | 560 | element.getAttribute("placeholder") ?? "", | CODE |
| LOW | …gin-training/src/dspy/__tests__/privacy-filter.test.ts | 49 | expect(expected).not.toContain("bob@example.org"); | CODE |
| LOW | plugins/plugin-embeddings/registry-entry.json | 16 | "placeholder": "e.g., https://api.openai.com/v1", | CODE |
| LOW | plugins/plugin-embeddings/registry-entry.json | 34 | "placeholder": "e.g., text-embedding-3-small", | CODE |
| LOW | …s__/integration/connector-account-storage.real.test.ts | 73 | email: "user@example.com", | CODE |
| LOW | …/src/__tests__/integration/entity-methods.real.test.ts | 660 | names: ["John Doe", "Johnny"], | CODE |
| LOW | …/src/__tests__/integration/entity-methods.real.test.ts | 667 | names: ["Jane Doe", "Janet"], | CODE |
| LOW | …/src/__tests__/integration/entity-methods.real.test.ts | 683 | names: ["John Doe", "Jane Doe"], | CODE |
| LOW | …/src/__tests__/integration/entity-methods.real.test.ts | 683 | names: ["John Doe", "Jane Doe"], | CODE |
| LOW | …sql/src/__tests__/integration/entity-crud.real.test.ts | 116 | names: ["John Doe", "JD"], | CODE |
| LOW | …sql/src/__tests__/integration/entity-crud.real.test.ts | 122 | names: ["Jane Doe", "JD2"], | CODE |
| LOW⚡ | …sql/src/__tests__/integration/entity-crud.real.test.ts | 139 | names: ["John Doe", "Jane Doe"], | CODE |
| LOW⚡ | …sql/src/__tests__/integration/entity-crud.real.test.ts | 139 | names: ["John Doe", "Jane Doe"], | CODE |
| LOW⚡ | …sql/src/__tests__/integration/entity-crud.real.test.ts | 145 | expect(names).toContain("John Doe"); | CODE |
| LOW⚡ | …sql/src/__tests__/integration/entity-crud.real.test.ts | 146 | expect(names).toContain("Jane Doe"); | CODE |
| LOW | …on-tests/02-drop-table-with-relationships.real.test.ts | 144 | names: ["John Doe"], | CODE |
| LOW⚡ | plugins/plugin-elizacloud/registry-entry.json | 38 | "placeholder": "gemma-4-31b", | CODE |
| LOW⚡ | plugins/plugin-elizacloud/registry-entry.json | 48 | "placeholder": "gemma-4-31b", | CODE |
| LOW⚡ | plugins/plugin-elizacloud/registry-entry.json | 58 | "placeholder": "gemma-4-31b", | CODE |
| LOW⚡ | plugins/plugin-elizacloud/registry-entry.json | 68 | "placeholder": "gemma-4-31b", | CODE |
| LOW⚡ | plugins/plugin-elizacloud/registry-entry.json | 78 | "placeholder": "e.g., text-embedding-3-small", | CODE |
| LOW | plugins/plugin-elizacloud/registry-entry.json | 113 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW | plugins/plugin-elizacloud/registry-entry.json | 132 | "placeholder": "e.g., tts-1, eleven_multilingual_v2", | CODE |
| LOW | …plugin-elizacloud/__tests__/unit/duffel-client.test.ts | 128 | process.env.DUFFEL_API_KEY = "fake-key"; | CODE |
| LOW | …plugin-elizacloud/__tests__/unit/duffel-client.test.ts | 212 | process.env.DUFFEL_API_KEY = "fake-key"; | CODE |
| LOW | …plugin-elizacloud/__tests__/unit/duffel-client.test.ts | 251 | process.env.DUFFEL_API_KEY = "fake-key"; | CODE |
| LOW | …plugin-elizacloud/__tests__/unit/duffel-client.test.ts | 277 | process.env.DUFFEL_API_KEY = "fake-key"; | CODE |
| LOW | …plugin-elizacloud/__tests__/unit/duffel-client.test.ts | 347 | process.env.DUFFEL_API_KEY = "fake-key"; | CODE |
| LOW | …plugin-elizacloud/__tests__/unit/duffel-client.test.ts | 367 | process.env.DUFFEL_API_KEY = "fake-key"; | CODE |
| LOW | …plugin-elizacloud/__tests__/unit/duffel-client.test.ts | 421 | process.env.DUFFEL_API_KEY = "fake-key"; | CODE |
| LOW | …plugin-elizacloud/__tests__/unit/duffel-client.test.ts | 455 | process.env.DUFFEL_API_KEY = "fake-key"; | CODE |
| LOW | plugins/plugin-calendar/test/calendar.real-db.test.ts | 65 | location: "123 Main St", | CODE |
| LOW | plugins/plugin-calendar/test/calendar.real-db.test.ts | 258 | expect(dentist?.location).toBe("123 Main St"); | CODE |
| LOW | …gin-calendar/test/calendar-service.integration.test.ts | 35 | location: "123 Main St", | CODE |
| LOW | plugins/plugin-anthropic/registry-entry.json | 31 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW | plugins/plugin-anthropic/registry-entry.json | 41 | "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514", | CODE |
| LOW | plugins/plugin-trajectory-logger/test/phases.test.ts | 169 | extractShouldRespondDecision(makeLlmCall({ response: "lorem ipsum" })), | CODE |
| 454 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | plugins/plugin-vision/src/eliza1-bridge.test.ts | 181 | imageDescriptionResult: { description: "I'm unable to analyze images" }, | CODE |
| MEDIUM | plugins/plugin-vision/src/service.ts | 1278 | * "I'm unable to analyze images" sentinel or empty. | COMMENT |
| MEDIUM | plugins/plugin-vision/src/service.ts | 1294 | description.includes("I'm unable to analyze images") || | CODE |
| MEDIUM | …ugin-cli-inference/__tests__/codex-sdk-session.test.ts | 136 | 'Sure, here is the action: {"action":"REPLY","params":"{\\"text\\":\\"4\\"}"} — let me know if you need anyt | CODE |
| MEDIUM | …__tests__/cerebras-spawn-subagent-refusal.live.test.ts | 7 | * `replyText` ("I'm unable to spawn a sub-agent in this context. I can | COMMENT |
| MEDIUM | …__tests__/cerebras-spawn-subagent-refusal.live.test.ts | 78 | replyText: brief acknowledgement on the planning path. NEVER refuse — the planner stage will handle the action. Refusal | CODE |
| MEDIUM | packages/core/src/types/components.ts | 129 | * Example content with associated user for demonstration purposes | COMMENT |
| MEDIUM | …ckages/training/scripts/validate_converted_datasets.py | 31 | "As an AI language model", | CODE |
| MEDIUM | packages/training/scripts/convert_openclaw_to_eliza.py | 49 | "As an AI language model", | CODE |
| MEDIUM | packages/training/scripts/convert_xlam_to_eliza.py | 50 | "As an AI language model", | CODE |
| MEDIUM | …ckages/training/scripts/transform_task_reply_deslop.py | 9 | - "Let me know if you need..." trailing offers (1,546 records) | STRING |
| MEDIUM | …ckages/training/scripts/transform_task_reply_deslop.py | 66 | # "Let me know if you need anything else / further help / more info." | COMMENT |
| LOW | …ining/scripts/transform_diversify_password_template.py | 27 | # Match: "Here is your new password: <pw>. Please make sure to save it in a | COMMENT |
| MEDIUM | packages/training/scripts/convert_hermes_to_eliza.py | 56 | "As an AI language model", | CODE |
| MEDIUM | …ges/training/scripts/transform_remove_system_tropes.py | 14 | - Leading "As an AI language model, " and variants | STRING |
| MEDIUM | …ges/training/scripts/transform_remove_system_tropes.py | 15 | - Trailing " Let me know if you need anything else!" and variants | STRING |
| MEDIUM⚡ | …ges/training/scripts/transform_remove_system_tropes.py | 82 | r"|(?:Please |Don't hesitate to )?let me know if you need anything else[.!?]?)" | CODE |
| MEDIUM | …kages/training/scripts/transform_diversify_refusals.py | 37 | # "I'm (sorry/afraid), (but) I'm unable to (assist|perform|help) ..." | COMMENT |
| MEDIUM | …ting/unit/world-facts/contamination-prevention.test.ts | 502 | "As a language model, I can analyze that the stock market trends suggest positive outcomes for quarterly earnings | CODE |
| LOW | packages/examples/supabase/scripts/deploy.sh | 72 | echo "Don't forget to set your secrets:" | CODE |
| MEDIUM | …os/_authoring/candidates/live/reminders_batch_001.json | 186 | "instruction": "Remind me to water the garden every Saturday morning. I'm usually up by 08:30, but let me know if yo | CODE |
| MEDIUM | …ios/_authoring/candidates/live/contacts_batch_001.json | 96 | "instruction": "I need Kai's university email for the group project. It's not in my contacts. Can you locate it from | CODE |
| MEDIUM | …s-bench/eliza_lifeops_bench/scenarios/live/contacts.py | 145 | instruction="I need Kai's university email for the group project. It's not in my contacts. Can you locate it fro | CODE |
| MEDIUM | …-bench/eliza_lifeops_bench/scenarios/live/reminders.py | 233 | instruction="Remind me to water the garden every Saturday morning. I'm usually up by 08:30, but let me know if y | CODE |
| MEDIUM | …/terminal-bench/tasks/dna-assembly/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …erminal-bench/tasks/gomoku-planner/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …rs-from-eigenvalues-research-paper/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/regex-log/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …nch/tasks/large-scale-text-editing/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …minal-bench/tasks/jsonl-aggregator/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …/terminal-bench/tasks/assign-seats/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …bench/tasks/3d-model-format-legacy/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …/terminal-bench/tasks/movie-helper/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …erminal-bench/tasks/speech-to-text/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …inal-bench/tasks/cpp-compatibility/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …ench/tasks/log-summary-date-ranges/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …terminal-bench/tasks/vertex-solver/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …bench/tasks/constraints-scheduling/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …al-bench/tasks/train-bpe-tokenizer/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …s/terminal-bench/tasks/pypi-server/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …l-bench/tasks/setup-custom-dev-env/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …inal-bench/tasks/sparql-university/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …nal-bench/tasks/cancel-async-tasks/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …sks/leelachess0-pytorch-conversion/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …ks/terminal-bench/tasks/ilp-solver/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …ench/tasks/merge-diff-arc-agi-task/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| LOW | …al-bench/tasks/pytorch-model-cli/task-deps/lodepng.cpp | 70 | lodepng source code. Don't forget to remove "static" if you copypaste them | CODE |
| MEDIUM | …al-bench/tasks/html-finance-verify/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …rminal-bench/tasks/code-from-image/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …minal-bench/tasks/protein-assembly/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …rks/terminal-bench/tasks/tune-mjcf/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …nal-bench/tasks/huarong-dao-solver/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …-bench/tasks/deterministic-tarball/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …inal-bench/tasks/vulnerable-secret/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …inal-bench/tasks/llm-spec-decoding/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …rminal-bench/tasks/pcap-to-netflow/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …-bench/tasks/hf-train-lora-adapter/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …al-bench/tasks/cobol-modernization/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …ch/tasks/mixed-integer-programming/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| MEDIUM | …/terminal-bench/tasks/sudo-llvm-ir/docker-compose.yaml | 1 | # You usually don't need to modify anything in this file, but you can use it to add | COMMENT |
| 87 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …lugin-local-inference/native/verify/PLATFORM_MATRIX.md | 14 | ## Verify status as of 2026-05-12 (post multi-agent wave) | COMMENT |
| MEDIUM | …ugin-local-inference/src/services/structured-output.ts | 381 | // per sampled token, including on the scaffold positions that the grammar | COMMENT |
| MEDIUM | …ugin-local-inference/src/services/structured-output.ts | 509 | // Tail scaffold after the last free span. | COMMENT |
| MEDIUM | …ference/src/services/__tests__/planner-grammar.test.ts | 188 | // plan derived from the skeleton so the engine fast-forwards the scaffold. | COMMENT |
| MEDIUM | …cal-inference/src/services/voice/transcript-service.ts | 2 | * TranscriptService (#8789) — orchestrates a finished recording into both homes: | COMMENT |
| MEDIUM | plugins/plugin-agent-skills/AGENTS.md | 156 | **Authoring a SKILL.md:** See the Agent Skills spec at https://agentskills.io/specification and the scaffold template at | CODE |
| MEDIUM | plugins/plugin-agent-skills/CLAUDE.md | 156 | **Authoring a SKILL.md:** See the Agent Skills spec at https://agentskills.io/specification and the scaffold template at | CODE |
| MEDIUM | plugins/plugin-calendar/src/plugin.ts | 28 | // should not register scaffold action handlers; PA registers the owner-gated | COMMENT |
| MEDIUM | …ervices/__tests__/app-verification.integration.test.ts | 114 | // Integration tests below scaffold a temp project that depends on `npm` / | COMMENT |
| MEDIUM | plugins/plugin-anthropic/AGENTS.md | 42 | │ └── evaluators.json # Evaluator prompt scaffolding (currently empty) | CODE |
| MEDIUM | plugins/plugin-anthropic/CLAUDE.md | 42 | │ └── evaluators.json # Evaluator prompt scaffolding (currently empty) | CODE |
| MEDIUM | plugins/plugin-documents/src/plugin.ts | 109 | // Do not register the scaffold action from this route/view plugin. | COMMENT |
| MEDIUM | …gins/plugin-inbox/test/triage-optimized-prompt.test.ts | 85 | // The dynamic message scaffold is preserved around the instructions. | COMMENT |
| MEDIUM | plugins/plugin-discord/README.md | 71 | # For heavy-context / multi-step agentic turns on cloud models, raise this | COMMENT |
| MEDIUM | plugins/plugin-cli-inference/index.ts | 342 | // Reframe the agentic SDK model as a pure completion engine (system) AND close | COMMENT |
| MEDIUM | plugins/plugin-cli-inference/index.ts | 367 | // the body the same way (the SDK model is agentic too) and run TEXT mode. | COMMENT |
| MEDIUM | …gin-cli-inference/__tests__/claude-sdk-session.test.ts | 252 | text: "I'll route this...", // agentic preamble, must be ignored | CODE |
| MEDIUM | plugins/plugin-cli-inference/src/claude-sdk-session.ts | 381 | // TEXT: default 1 — a one-shot answer leaves no room for the agentic | COMMENT |
| MEDIUM | plugins/plugin-goals/src/plugin.ts | 27 | // register their scaffold handlers here. | COMMENT |
| MEDIUM | …personal-assistant/test/brief-optimized-prompt.test.ts | 73 | // The dynamic header + data scaffold is preserved around the instructions. | COMMENT |
| MEDIUM | …sonal-assistant/test/decomposition-integration.test.ts | 31 | // topology without their standalone action arrays so their scaffold/standalone | COMMENT |
| MEDIUM | …catalogs/neurotypical-control-adversarial.catalog.json | 71 | "notes": "Live Cerebras gpt-oss-120b: FAILS 3/3 on develop (2026-07-06, #14356). The judge (no unsolicited scaffol | CODE |
| MEDIUM | …catalogs/neurotypical-control-adversarial.catalog.json | 119 | "notes": "Live Cerebras gpt-oss-120b verified (2026-07-06, #14356): 'call the dentist' reminder created at the lit | CODE |
| MEDIUM | …onal-assistant/src/lifeops/scheduled-task/scheduler.ts | 510 | // queries touch O(# due rows + # event-driven rows with NULL) instead of | COMMENT |
| MEDIUM | plugins/plugin-workflow/README.md | 25 | ## RAG Pipeline (workflow generation from natural language) | COMMENT |
| MEDIUM | plugins/plugin-wallet/src/sdk/index.ts | 683 | // ─── SpendingPolicy — Programmable spending guardrails ─────────────────────── | COMMENT |
| MEDIUM | …tor/docs/default-eliza-skills-and-agent-bridge-plan.md | 36 | ### Agent orchestration | COMMENT |
| MEDIUM | …agent-orchestrator/docs/multi-account-orchestration.md | 1 | # Multi-account coding-agent orchestration | COMMENT |
| MEDIUM | …ent-orchestrator/__tests__/unit/workspace-diff.test.ts | 324 | // 1. a fresh scaffold that runs `npm install` BEFORE writing .gitignore has | COMMENT |
| MEDIUM | …agent-orchestrator/__tests__/unit/repo-parsing.test.ts | 10 | // #9146 — coding-agent orchestration parses repo inputs from many surfaces | COMMENT |
| MEDIUM | …hestrator/__tests__/unit/resolve-spawn-workdir.test.ts | 51 | // `lockWorkdir` is only trusted after a scaffold-aware caller has created | COMMENT |
| MEDIUM | plugins/plugin-agent-orchestrator/src/actions/tasks.ts | 825 | // scaffold-aware caller opts out with lockWorkdir — see runSpawnAgent. | COMMENT |
| MEDIUM | plugins/plugin-agent-orchestrator/src/actions/tasks.ts | 1203 | // deliberate operator policy. A scaffold-aware caller that KNOWS its | COMMENT |
| MEDIUM | …ugin-agent-orchestrator/src/services/workspace-diff.ts | 194 | // Dependency/build directories a fresh scaffold populates BEFORE any | COMMENT |
| MEDIUM | …ugin-agent-orchestrator/src/services/workspace-diff.ts | 345 | // large scaffold floods `untracked`. Set dedupe keeps first-occurrence | COMMENT |
| MEDIUM | …-agent-orchestrator/src/services/sub-agent-identity.ts | 306 | // error-policy:J7 identity scaffold is best-effort; a failure warns and must | COMMENT |
| MEDIUM | packages/core/src/runtime/planner-loop.ts | 1610 | // scaffold. Opt out with `ELIZA_LOCAL_GUIDED_DECODE=0`. Cloud adapters | COMMENT |
| MEDIUM | …/src/__tests__/voice-group-multiagent-pipeline.test.ts | 2 | * C9 (#8786): multi-agent VOICE_GROUP turn-taking through the Stage-1 pipeline. | COMMENT |
| MEDIUM | packages/core/src/services/message.ts | 3329 | // (case-insensitive) — that reply is intentional, not the enum/scaffold | COMMENT |
| MEDIUM | packages/core/src/services/message.ts | 6553 | // envelope with it so the model never spends tokens on the scaffold; the | COMMENT |
| MEDIUM | packages/core/src/services/message.ts | 6617 | // forced scaffold spans. Opt out with `ELIZA_LOCAL_GUIDED_DECODE=0`. | COMMENT |
| MEDIUM | packages/core/src/services/message.ts | 6981 | // scaffold/fragment from strict-JSON generation — ship a clear deferral | COMMENT |
| MEDIUM | …ative/plugins/wakeword-cpp/scripts/wakeword_to_gguf.py | 140 | # Conv layers in the embedding model, ordered by graph traversal. Each | COMMENT |
| MEDIUM | …kages/test/cloud-e2e/tests/monetized-full-loop.spec.ts | 106 | "real-Hetzner monetized loop driver is a follow-up (#8935); the nightly runs as a scaffold — the mock-stack loop is | CODE |
| MEDIUM | packages/training/datasets.yaml | 1638 | # Agent / orchestration tool-call examples generated by | COMMENT |
| MEDIUM | packages/training/datasets.yaml | 1640 | # agent/orchestration plugin surface — plugin-agent-orchestrator (10), | COMMENT |
| MEDIUM | packages/training/scripts/translate_corpus.py | 501 | # protects against a single 30 kB JSON-encoded reasoning trace blowing up | COMMENT |
| MEDIUM | packages/training/scripts/validate_corpus.py | 633 | # ──────────────────────── orchestration ──────────────────────── | COMMENT |
| MEDIUM | packages/training/scripts/synthesize_action_pairs.py | 2432 | # ─── orchestration ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/training/scripts/synthesize_web3_actions.py | 1353 | # ───────────────────────────── orchestration ─────────────────────────── | COMMENT |
| MEDIUM | …ages/training/scripts/synthesize_agent_orch_actions.py | 53 | # ─── shared planner-stage scaffolding ──────────────────────────────────── | COMMENT |
| MEDIUM | …ckages/training/scripts/synthesize_commerce_actions.py | 1564 | # ──────────────────────────── orchestration ────────────────────────────── | COMMENT |
| MEDIUM | …kages/training/scripts/omnivoice/finetune_omnivoice.py | 544 | # scaffold. Real training requires the HF↔GGUF round-trip tooling which is | COMMENT |
| MEDIUM | …raining/scripts/manifest/stage_eliza1_bundle_assets.py | 121 | # embedding model) as GitHub release assets — they ship verbatim per bundle | COMMENT |
| MEDIUM | …/training/scripts/manifest/test_stage_turn_detector.py | 18 | # without the package install (mirrors sibling test scaffolding). | COMMENT |
| MEDIUM | …ng/scripts/manifest/test_stage_eliza1_bundle_assets.py | 71 | # which is independent of the asr_repo / VOICE_REPO test scaffolding. | COMMENT |
| MEDIUM | packages/training/scripts/synth/test_adaptive_synth.py | 500 | # ─────────────────────────── AdaptiveSynth orchestration ──────────────────────────── | COMMENT |
| MEDIUM | …es/training/scripts/publish/stage_base_v1_candidate.py | 573 | # required key. This bundle ships no dedicated embedding model | COMMENT |
| MEDIUM | packages/training/scripts/voice/build_sam_manifest.py | 347 | # Flag and optionally exclude the known hallucination on | COMMENT |
| MEDIUM | packages/training/scripts/voice/audit_sam.sh | 21 | # hallucination '641.' (R12 §3.5). Non-fatal — pass through | COMMENT |
| 74 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/training/scripts/rl/rewards.py | 975 | Compute counterfactual: what would have happened without action? This answers the question: "Did the agent's a | STRING |
| HIGH | …rks/terminal-bench/tasks/mailman/tests/test_outputs.py | 27 | Retry utility for a function call. Args: func: function to execute retries: number of retries | STRING |
| HIGH | …es/benchmarks/terminal-bench/tasks/mailman/src/eval.py | 24 | Retry utility for a function call. Args: func: function to execute retries: number of retries | STRING |
| HIGH | …ckages/benchmarks/nl2repo/test_files/deepdiff/start.md | 3985 | Find and load a class from a module Args: module: Module name name: Cl | STRING |
| HIGH | …ckages/benchmarks/nl2repo/test_files/deepdiff/start.md | 4729 | Determine if two objects should be considered equal Args: level: The comparison le | STRING |
| HIGH | …kages/benchmarks/nl2repo/test_files/databases/start.md | 1160 | Execute query and return all result records Args: query: SQL query statement or Cl | STRING |
| HIGH | …kages/benchmarks/nl2repo/test_files/databases/start.md | 1174 | Execute query and return single result record Args: query: SQL query statement or | STRING |
| HIGH | …kages/benchmarks/nl2repo/test_files/databases/start.md | 1188 | Execute SQL statement (INSERT/UPDATE/DELETE, etc.) Args: query: SQL statement or C | STRING |
| HIGH | …kages/benchmarks/nl2repo/test_files/databases/start.md | 1209 | Iterate query results as async generator Args: query: SQL query statement or Claus | STRING |
| HIGH | …arks/nl2repo/test_files/pythonprojecttemplate/start.md | 164 | Return the multiplication of self and left vector or number. Args: other: Other instance or scaler value (r | STRING |
| HIGH | …arks/nl2repo/test_files/pythonprojecttemplate/start.md | 191 | Return the multiplication of self and left vector or number. Args: other: Other instance or scaler value (r | STRING |
| HIGH | …ckages/benchmarks/nl2repo/test_files/arguably/start.md | 1995 | Example of using Google-style docstring Args: name: The user's name age: The user's age, d | STRING |
| HIGH | …benchmarks/nl2repo/test_files/coverage_shield/start.md | 422 | Use git to check if file provided has changed in repo Args: file_path (Path): path to file that want to che | STRING |
| HIGH | packages/benchmarks/nl2repo/test_files/tqdm/start.md | 2684 | Context manager redirecting stdout/stderr to tqdm.write() Parameters: None Returns: gener | STRING |
| HIGH | packages/benchmarks/nl2repo/test_files/tqdm/start.md | 2708 | Cast string values to appropriate types for CLI Parameters: val : str String value to cast | STRING |
| HIGH | …marks/nl2repo/test_files/unittest-parametrize/start.md | 84 | Args: kwargs: Keyword arguments Returns: None Raises: Typ | STRING |
| HIGH | …marks/nl2repo/test_files/unittest-parametrize/start.md | 125 | Args: self: The test case instance args | STRING |
| HIGH | …marks/nl2repo/test_files/unittest-parametrize/start.md | 148 | Args: self: The test case instance args: The argume | STRING |
| HIGH | …chmarks/OSWorld/desktop_env/evaluators/metrics/docs.py | 39 | Pure Python X11 (XWD) format reader that converts to PIL Image. No external dependencies required. Arg | STRING |
| HIGH | …chmarks/OSWorld/desktop_env/evaluators/metrics/gimp.py | 819 | Check if the structure of the two images are similar with customizable SSIM threshold. This function is based o | STRING |
| HIGH | …hmarks/OSWorld/desktop_env/evaluators/metrics/table.py | 127 | Safely read a file with multiple encoding attempts. Args: file_path: Path to the file to read Ret | STRING |
| HIGH | …kages/benchmarks/OSWorld/mm_agents/openai_cua_agent.py | 287 | Create a response from the OpenAI API. Args: **kwargs: Additional arguments to pass to the | STRING |
| HIGH | …kages/benchmarks/OSWorld/mm_agents/openai_cua_agent.py | 732 | Execute an action in the environment. Args: action: The action to execute | STRING |
| HIGH | …enchmarks/OSWorld/mm_agents/maestro/tools/new_tools.py | 196 | Create a tool instance based on the tool name. Args: tool_name: Name of the tool t | STRING |
| HIGH | …enchmarks/OSWorld/mm_agents/maestro/tools/new_tools.py | 788 | Execute a tool with the given input. Args: tool_name: Name of the tool to execute | STRING |
| HIGH | …hmarks/OSWorld/mm_agents/coact/autogen/import_utils.py | 87 | Parse a string to create a ModuleInfo object Args: module_info (str): A string containing the modul | STRING |
| HIGH | …SWorld/mm_agents/coact/autogen/tools/function_utils.py | 235 | Get a JSON schema for a function as defined by the OpenAI API Args: f: The function to get the JSON schema | STRING |
| HIGH | …oact/autogen/tools/experimental/wikipedia/wikipedia.py | 74 | Search Wikipedia for pages matching a query string. Args: query (str): The search keywords. | STRING |
| HIGH | …oact/autogen/tools/experimental/wikipedia/wikipedia.py | 106 | Retrieve a WikipediaPage object by title. Args: title (str): Title of the Wikipedia page. | STRING |
| HIGH | …oact/autogen/tools/experimental/wikipedia/wikipedia.py | 244 | Executes a Wikipedia search and returns page content plus metadata. Args: query (str): The | STRING |
| HIGH | …gen/tools/experimental/perplexity/perplexity_search.py | 178 | Executes a query by sending a POST request to the Perplexity API. Args: payload (dict[str, | STRING |
| HIGH | …gen/tools/experimental/perplexity/perplexity_search.py | 226 | Perform a search query using the Perplexity AI API. Constructs the payload, executes the query, and pa | STRING |
| HIGH | …act/autogen/tools/experimental/tavily/tavily_search.py | 149 | Performs a search using the Tavily API and returns formatted results. Args: qu | STRING |
| HIGH | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 1356 | Initiate a chat with the recipient agent. Reset the consecutive auto reply counter. If `clear_history` | STRING |
| HIGH | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 2910 | Check if the sender matches the trigger. Args: trigger (Union[None, str, type, Agent, Callable, Lis | STRING |
| HIGH | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 3522 | Decorator factory for registering a function to be used by an agent. It's return value is used to decorate a fu | STRING |
| HIGH | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 3565 | Decorator for registering a function to be used by an agent. Args: func_or_tool: The functi | STRING |
| HIGH | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 3671 | Decorator factory for registering a function to be executed by an agent. It's return value is used to decorate | STRING |
| HIGH | …rks/OSWorld/mm_agents/coact/autogen/agentchat/utils.py | 105 | Parses HTML style tags from message contents. The parsing is done by looking for patterns in the text that match th | STRING |
| HIGH | …ts/coact/autogen/agentchat/group/context_expression.py | 16 | A class to evaluate logical expressions using context variables. Args: expression (str): A string containin | STRING |
| HIGH | …ts/coact/autogen/agentchat/group/context_expression.py | 165 | Evaluate the expression using the provided context variables. Args: context_variables: Dictionary o | STRING |
| HIGH | …ld/mm_agents/coact/autogen/agentchat/group/handoffs.py | 202 | Add a single condition (OnContextCondition or OnCondition). Args: condition: The condition | STRING |
| HIGH | …ld/mm_agents/coact/autogen/agentchat/group/handoffs.py | 224 | Add multiple conditions of any supported types (OnContextCondition and OnCondition). Args: | STRING |
| HIGH | …mm_agents/coact/autogen/agentchat/contrib/img_utils.py | 355 | Calculate the number of tokens required to process an image based on its dimensions after scaling for different GPT | STRING |
| HIGH | …en/agentchat/contrib/capabilities/vision_capability.py | 105 | Processes the last received message content by normalizing and augmenting it with descriptions of any included i | STRING |
| HIGH | …ogen/agentchat/contrib/capabilities/generate_images.py | 41 | Generates an image based on the provided prompt. Args: prompt: A string describing the desired image. | STRING |
| HIGH | …ogen/agentchat/realtime/experimental/realtime_swarm.py | 55 | Parse a message into an OpenAI-compatible message format. Args: message: The message to parse. | STRING |
| HIGH | …ld/mm_agents/coact/autogen/interop/interoperability.py | 26 | Converts a given tool to an instance of a specified interoperability type. Args: tool (Any): The to | STRING |
| HIGH | …ld/mm_agents/coact/autogen/interop/interoperability.py | 44 | Retrieves the interoperability class corresponding to the specified type. Args: type (str): The typ | STRING |
| HIGH | …World/mm_agents/coact/autogen/interop/crewai/crewai.py | 37 | Converts a given CrewAI tool into a general `Tool` format. This method ensures that the provided tool is a vali | STRING |
| HIGH | …ents/coact/autogen/interop/langchain/langchain_tool.py | 33 | Converts a given Langchain tool into a general `Tool` format. This method verifies that the provided tool is a | STRING |
| HIGH | …gents/coact/autogen/interop/pydantic_ai/pydantic_ai.py | 43 | Wraps the tool's function to inject context parameters and handle retries. This method ensures that context par | STRING |
| HIGH | …gents/coact/autogen/interop/pydantic_ai/pydantic_ai.py | 96 | Converts a given Pydantic AI tool into a general `Tool` format. This method verifies that the provided tool is | STRING |
| HIGH | …ks/OSWorld/mm_agents/coact/autogen/oai/client_utils.py | 30 | Validates a given config parameter, checking its type, values, and setting defaults Parameters: params (Dict | STRING |
| HIGH | …ks/OSWorld/mm_agents/coact/autogen/oai/openai_utils.py | 213 | Get the first LLM config from the given LLM config. Args: llm_config (dict): The LLM config. Returns: | STRING |
| HIGH | …ks/OSWorld/mm_agents/coact/autogen/oai/openai_utils.py | 246 | Get a list of configs for OpenAI API client (including Azure or local model deployments that support OpenAI's chat compl | STRING |
| HIGH | …ks/OSWorld/mm_agents/coact/autogen/oai/openai_utils.py | 561 | Retrieves a list of API configurations from a JSON stored in an environment variable or a file. This function attem | STRING |
| HIGH | …ks/OSWorld/mm_agents/coact/autogen/oai/openai_utils.py | 672 | Load API configurations from a specified .env file or environment variables and construct a list of configurations. | STRING |
| HIGH | …arks/OSWorld/mm_agents/coact/autogen/coding/factory.py | 19 | (Experimental) Get a code executor based on the code execution config. Args: code_execution_config | STRING |
| HIGH | …ks/OSWorld/mm_agents/os_symphony/utils/common_utils.py | 17 | Attempts to evaluate the code into a pyautogui code snippet with grounded actions using the observation screenshot. | STRING |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | plugins/plugin-bluesky/client.ts | 365 | const response = await this.agent.api.chat.bsky.convo.listConvos( | CODE |
| CRITICAL | plugins/plugin-bluesky/client.ts | 383 | const response = await this.agent.api.chat.bsky.convo.getMessages( | CODE |
| CRITICAL | plugins/plugin-bluesky/client.ts | 399 | const response = await this.agent.api.chat.bsky.convo.sendMessage( | CODE |
| CRITICAL | plugins/plugin-training/src/ui/FineTuningView.tsx | 2912 | ? collectionResult.manifest.evidence.benchmarks.tiers.join( | CODE |
| CRITICAL⚡ | plugins/plugin-training/src/ui/FineTuningView.tsx | 3148 | {collectionResult.manifest.evidence.benchmarks.baselineProgress.tierOrder.join( | CODE |
| CRITICAL⚡ | plugins/plugin-training/src/ui/FineTuningView.tsx | 3152 | {collectionResult.manifest.evidence.benchmarks.baselineProgress.establishedTiers.join( | CODE |
| CRITICAL⚡ | plugins/plugin-training/src/ui/FineTuningView.tsx | 3159 | {collectionResult.manifest.evidence.benchmarks.baselineProgress.remainingTiers.join( | CODE |
| CRITICAL | …nal-assistant/src/lifeops/domains/reminders-service.ts | 1212 | this.ctx.runtime.character.name.trim().length > 0 | CODE |
| CRITICAL | …nal-assistant/src/lifeops/domains/reminders-service.ts | 1213 | ? this.ctx.runtime.character.name.trim() | CODE |
| CRITICAL | plugins/plugin-wallet/src/chains/solana/service.ts | 1955 | uiAmount: acc.account.data.parsed.info.tokenAmount.uiAmount.toString(), | CODE |
| CRITICAL | …t-orchestrator/__tests__/unit/progress-cadence.test.ts | 864 | rt.logger.warn.mock.calls.filter((c) => c[1] === "emitProgress failed") | CODE |
| CRITICAL | …t-orchestrator/__tests__/unit/progress-cadence.test.ts | 867 | rt.logger.debug.mock.calls.filter( | CODE |
| CRITICAL | …t-orchestrator/__tests__/unit/sub-agent-router.test.ts | 2539 | acp.service.updateSessionMetadata.mock.calls.some( | CODE |
| CRITICAL | plugins/plugin-relationships/test/entity-action.test.ts | 309 | const upsertArg = stores.entityStore.upsert.mock.calls.at( | CODE |
| CRITICAL | …ges/ui/src/state/useChatCallbacks.select-race.test.tsx | 359 | mocks.client.deleteConversation.mock.calls.map( | CODE |
| CRITICAL | …s/ui/src/state/useChatCallbacks.draft-handoff.test.tsx | 318 | mocks.client.deleteConversation.mock.calls.map( | CODE |
| CRITICAL | …nents/shell/__tests__/useShellController.fuzz.test.tsx | 202 | return appMock.value.sendChatText.mock.calls.map((c) => String(c[0])); | CODE |
| CRITICAL | …nents/shell/__tests__/useShellController.fuzz.test.tsx | 319 | const call = appMock.value.sendChatText.mock.calls.at(-1); | CODE |
| CRITICAL | …ges/training/scripts/quantization/test_abliteration.py | 127 | pre_o = [b.self_attn.o_proj.weight.data.clone() for b in model.transformer.h] | CODE |
| CRITICAL | …ges/training/scripts/quantization/test_abliteration.py | 128 | pre_d = [b.mlp.down_proj.weight.data.clone() for b in model.transformer.h] | CODE |
| CRITICAL | packages/agent/src/services/agent-backup.test.ts | 142 | snapshot.manifest.components.vault.files.map((file) => file.path).sort(), | CODE |
| CRITICAL | packages/agent/src/services/agent-backup.test.ts | 144 | const stateFilePaths = snapshot.manifest.components.stateFiles.files.map( | CODE |
| CRITICAL | …platforms/electrobun/src/native/desktop-window.test.ts | 781 | electrobunMock.Utils.setDockIconVisible.mock.calls.map( | CODE |
| CRITICAL | …hmarks/OSWorld/desktop_env/providers/azure/provider.py | 6 | from azure.core.exceptions import ResourceNotFoundError | CODE |
| CRITICAL | …ensions/status-menu-helper@tails.boum.org/extension.js | 75 | this.statusMenu._system._systemItem.child.get_children(); | CODE |
| CRITICAL | …es/os/linux/tails/wiki/src/install/inc/js/forge.min.js | 8037 | e.session.extensions.server_name.serverNameList.push( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | .gitleaks.toml | 61 | # `Authorization: Bearer YOUR_API_KEY` placeholders in documented curl | COMMENT |
| HIGH | .gitleaks.toml | 66 | '''YOUR_API_KEY''', | STRING |
| HIGH | plugins/plugin-elevenlabs/README.md | 55 | "ELEVENLABS_API_KEY": "your_api_key", | CODE |
| HIGH | plugins/plugin-elevenlabs/README.md | 66 | ELEVENLABS_API_KEY=your_api_key | CODE |
| HIGH | plugins/plugin-mcp/README.md | 30 | "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" } | CODE |
| HIGH | plugins/plugin-wechat/README.md | 40 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH | …cloud-ui/components/docs/api-route-explorer-client.tsx | 98 | curl += ` \\\n -H "Authorization: Bearer YOUR_API_KEY"`; | CODE |
| HIGH | …cloud-ui/components/docs/api-route-explorer-client.tsx | 490 | "Authorization: Bearer YOUR_API_KEY" | CODE |
| HIGH | …cloud-ui/components/docs/api-route-explorer-client.tsx | 522 | YOUR_API_KEY | CODE |
| HIGH | …cloud/monetization/affiliates/AffiliatesPageClient.tsx | 520 | -H "Authorization: Bearer YOUR_API_KEY" \\ | CODE |
| HIGH | …cloud/monetization/affiliates/AffiliatesPageClient.tsx | 551 | "Authorization: Bearer YOUR_API_KEY" | CODE |
| HIGH | packages/core/src/validation/secrets.ts | 372 | "your-api-key", | CODE |
| HIGH | packages/docs/connectors/wechat.md | 52 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH | packages/docs/connectors/wechat.md | 67 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH | packages/docs/plugins/skills.md | 214 | export ELIZA_SKILLSMP_API_KEY="your-api-key" | CODE |
| HIGH | packages/app-core/packaging/PUBLISHING_GUIDE.md | 44 | password = pypi-YOUR_TOKEN_HERE | CODE |
| HIGH | packages/app-core/packaging/PUBLISHING_GUIDE.md | 52 | export TWINE_PASSWORD=pypi-YOUR_TOKEN_HERE | CODE |
| HIGH | packages/feed/scripts/smoke-test-coordinator.sh | 10 | # export AUTH_COOKIE="privy-token=YOUR_TOKEN_HERE" | COMMENT |
| HIGH | packages/examples/moltbook/bags-claimer.ts | 12 | * "api_key": "your_api_key", | COMMENT |
| HIGH | …kages/benchmarks/nl2repo/test_files/verifiers/start.md | 865 | client = AsyncOpenAI(api_key="your-api-key") | STRING |
| HIGH | …kages/benchmarks/nl2repo/test_files/verifiers/start.md | 922 | client = AsyncOpenAI(api_key="your-api-key") | STRING |
| HIGH | …kages/benchmarks/nl2repo/test_files/verifiers/start.md | 969 | client = AsyncOpenAI(api_key="your-api-key") | STRING |
| HIGH | …kages/benchmarks/nl2repo/test_files/verifiers/start.md | 1008 | client = AsyncOpenAI(api_key="your-api-key") | STRING |
| HIGH | packages/benchmarks/OSWorld/mm_agents/agent.py | 581 | # AZURE_OPENAI_API_KEY={{YOUR_API_KEY}} | COMMENT |
| HIGH | …/benchmarks/OSWorld/mm_agents/aworldguiagent/README.md | 41 | --ground_api_key YOUR_API_KEY \ | CODE |
| HIGH | …/benchmarks/OSWorld/mm_agents/aworldguiagent/README.md | 45 | --model_api_key YOUR_API_KEY \ | CODE |
| HIGH | …ages/benchmarks/OSWorld/mm_agents/uipath/llm_client.py | 14 | # AZURE_OPENAI_API_KEY={{YOUR_API_KEY}} | COMMENT |
| HIGH | …aw-benchmark/my_opencode_setup/docs/firecrawl_skill.md | 44 | firecrawl login --api-key fc-YOUR-API-KEY | CODE |
| HIGH | …aw-benchmark/my_opencode_setup/docs/firecrawl_skill.md | 47 | export FIRECRAWL_API_KEY=fc-YOUR-API-KEY | CODE |
| HIGH | packages/cloud/api/mcp/info/route.ts | 154 | "Requires API key in Authorization header: Bearer YOUR_API_KEY", | CODE |
| HIGH | packages/skills/skills/trello/SKILL.md | 22 | export TRELLO_API_KEY="your-api-key" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …gins/plugin-computeruse/src/platform/wayland-portal.ts | 63 | print(call.stderr.strip() or call.stdout.strip() or "portal screenshot call failed", file=sys.stderr) | CODE |
| HIGH | …gins/plugin-computeruse/src/platform/wayland-portal.ts | 68 | print("portal screenshot call did not return a request handle: " + call.stdout.strip(), file=sys.stderr) | CODE |
| HIGH⚡ | …gins/plugin-computeruse/src/platform/wayland-portal.ts | 94 | print("portal screenshot request was denied or cancelled (response=%d)" % response_code, file=sys.stderr) | CODE |
| HIGH⚡ | …gins/plugin-computeruse/src/platform/wayland-portal.ts | 98 | print(uri.group(1)) | CODE |
| HIGH⚡ | …gins/plugin-computeruse/src/platform/wayland-portal.ts | 101 | print("timed out waiting for portal screenshot response", file=sys.stderr) | CODE |
| HIGH⚡ | plugins/plugin-computeruse/src/platform/a11y.ts | 194 | print("\\n".join(lines[:200])) | CODE |
| HIGH⚡ | plugins/plugin-computeruse/src/platform/a11y.ts | 196 | print(f"AT-SPI unavailable: {e}") | CODE |
| HIGH | plugins/plugin-computeruse/src/platform/windows-list.ts | 285 | print(out.joined(separator: "<<WIN>>"))`; | CODE |
| HIGH | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 170 | print(json.dumps({"nodes": [], "unavailable": True})) | CODE |
| HIGH⚡ | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 210 | print(json.dumps({"nodes": out, "failed": failed, "total": total})) | CODE |
| HIGH⚡ | plugins/plugin-computeruse/src/scene/a11y-provider.ts | 212 | print(json.dumps({"nodes": out, "failed": failed, "total": total, "error": str(e)})) | CODE |
| HIGH | plugins/plugin-vision/src/ocr-service-paddleocr.ts | 70 | print("[]") | CODE |
| HIGH⚡ | plugins/plugin-vision/src/ocr-service-paddleocr.ts | 109 | print(json.dumps(out)) | CODE |
| HIGH | …/src/cloud-ui/components/code/code-display.stories.tsx | 80 | print(fibonacci(10))`, | CODE |
| HIGH | …ages/core/src/__tests__/message-runtime-stage1.test.ts | 716 | " return True", | CODE |
| HIGH | …ages/core/src/__tests__/message-runtime-stage1.test.ts | 717 | " return False", | CODE |
| HIGH | …ages/core/src/__tests__/message-runtime-stage1.test.ts | 836 | " return True", | CODE |
| HIGH | …ages/core/src/__tests__/message-runtime-stage1.test.ts | 837 | " return False", | CODE |
| HIGH | …ages/core/src/__tests__/message-runtime-stage1.test.ts | 871 | " return None", | CODE |
| HIGH | packages/benchmarks/voicebench/typescript/src/bench.ts | 441 | print(" ".join(segment.text.strip() for segment in segments).strip()) | CODE |
| HIGH⚡ | …oud/shared/src/lib/services/docker-sandbox-provider.ts | 814 | print(body, file=sys.stderr) | CODE |
| HIGH⚡ | …oud/shared/src/lib/services/docker-sandbox-provider.ts | 820 | print(body, file=sys.stderr) | CODE |
| HIGH⚡ | …oud/shared/src/lib/services/docker-sandbox-provider.ts | 823 | print(body) | CODE |
| HIGH | …nome-shell/extensions/date@tails.boum.org/extension.js | 42 | print("Looks like Shell has changed where things live again; aborting."); | CODE |
| HIGH | …nome-shell/extensions/date@tails.boum.org/extension.js | 56 | print("Looks like Shell has changed where things live again; aborting."); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …in-local-inference/native/verify/nebius_h200_runner.sh | 21 | # Usage: | COMMENT |
| LOW | …ns/plugin-local-inference/native/verify/gpu/_common.sh | 25 | # Usage: | COMMENT |
| LOW | plugins/plugin-sql/scripts/run-integration-tests.sh | 4 | # Usage: | COMMENT |
| LOW | plugins/plugin-anthropic/docker-compose.test.yml | 9 | # Usage: | COMMENT |
| LOW⚡ | scripts/check-riscv64-artifacts.sh | 18 | # Usage: | COMMENT |
| LOW⚡ | scripts/build-riscv64-artifacts.sh | 19 | # Usage: | COMMENT |
| LOW | scripts/verify-riscv64-buildpaths.sh | 13 | # Usage: | COMMENT |
| LOW | scripts/security/verify-patches.sh | 8 | # Usage: | COMMENT |
| LOW | scripts/security/pin-action-shas.sh | 12 | # Usage: | COMMENT |
| LOW | scripts/security/apply-branch-protection.sh | 13 | # Usage: | COMMENT |
| LOW | scripts/security/audit-workflow-permissions.sh | 9 | # Usage: | COMMENT |
| LOW | packages/homepage/scripts/regenerate-baselines.sh | 4 | # Usage: | COMMENT |
| LOW | packages/native/ios-deps/llama.cpp/build-ios.sh | 20 | # Usage: | COMMENT |
| LOW | packages/native/ios-deps/sqlite-vec/build-ios.sh | 9 | # Usage: | COMMENT |
| LOW | packages/deploy/systemd/install.sh | 6 | # Usage: | COMMENT |
| LOW | packages/training/scripts/run_full_quality_pipeline.sh | 30 | # Usage: | COMMENT |
| LOW | …kages/training/scripts/train_nebius_smoke_all_tiers.sh | 63 | # Usage: | COMMENT |
| LOW | packages/training/scripts/train_nebius.sh | 72 | # Usage: | COMMENT |
| LOW | packages/training/scripts/train_grpo_verl.sh | 13 | # Usage: | COMMENT |
| LOW | packages/training/scripts/publish_all_eliza1.sh | 31 | # Usage: | COMMENT |
| LOW | packages/training/scripts/train_vast.sh | 113 | # Usage: | COMMENT |
| LOW | packages/training/scripts/vast-watcher.sh | 22 | # Usage: | COMMENT |
| LOW | packages/training/scripts/preflight.sh | 42 | # Usage: | COMMENT |
| LOW | packages/training/scripts/day0_smoke.sh | 18 | # Usage: | COMMENT |
| LOW | packages/training/scripts/smoke_full_stack.sh | 10 | # Usage: | COMMENT |
| LOW | …ckages/training/scripts/publish_custom_kokoro_voice.sh | 16 | # Usage: | COMMENT |
| LOW | packages/training/scripts/publish/eliza1-hf-push.sh | 20 | # Usage: | COMMENT |
| LOW | packages/training/scripts/voice/audit_sam.sh | 11 | # Usage: | COMMENT |
| LOW | …aining/scripts/voice/samantha_lora/publish_samantha.sh | 15 | # Usage: | COMMENT |
| LOW | packages/training/scripts/cloud/run-on-cloud.sh | 11 | # Usage: | COMMENT |
| LOW | packages/training/scripts/kokoro/run_finetune.sh | 4 | # Usage: | COMMENT |
| LOW | …ckages/training/scripts/rl/run_nebius_continuous_rl.sh | 17 | # Usage: | COMMENT |
| LOW | packages/app-core/packaging/flatpak/generate-sources.sh | 15 | # Usage: | COMMENT |
| LOW | …es/app-core/platforms/electrobun/scripts/smoke-test.sh | 4 | # Usage: | COMMENT |
| LOW | packages/app-core/test/scripts/validate-all-features.sh | 12 | # Usage: | COMMENT |
| LOW | packages/app-core/deploy/docker-compose.supabase-db.yml | 6 | # Usage: | COMMENT |
| LOW | packages/app-core/deploy/deploy-to-nodes.sh | 4 | # Usage: | COMMENT |
| LOW | packages/app-core/scripts/deploy-image.sh | 5 | # Usage: | COMMENT |
| LOW | packages/app-core/scripts/worktree-env.sh | 4 | # Usage: | COMMENT |
| LOW | packages/app-core/scripts/build-image.sh | 5 | # Usage: | COMMENT |
| LOW | packages/app-core/scripts/bump-elizaos.sh | 5 | # Usage: | COMMENT |
| LOW | packages/app-core/scripts/docker-ci-smoke.sh | 20 | # Usage: | COMMENT |
| LOW | packages/app-core/scripts/bun-riscv64/run-build.sh | 6 | # Usage: | COMMENT |
| LOW | packages/feed/scripts/smoke-test-coordinator.sh | 8 | # Usage: | COMMENT |
| LOW | packages/examples/vercel/scripts/test-all.sh | 4 | # Usage: | COMMENT |
| LOW | packages/examples/vercel/scripts/deploy.sh | 4 | # Usage: | COMMENT |
| LOW | packages/examples/vercel/scripts/test-curl.sh | 4 | # Usage: | COMMENT |
| LOW | packages/examples/gcp/cloudbuild.yaml | 3 | # Usage: | COMMENT |
| LOW | packages/examples/gcp/deploy.sh | 5 | # Usage: | COMMENT |
| LOW | packages/examples/gcp/terraform/main.tf | 3 | # Usage: | COMMENT |
| LOW | packages/examples/convex/scripts/test-curl.sh | 4 | # Usage: | COMMENT |
| LOW | …enchmarks/terminal-bench/tasks/chess-best-move/make.py | 114 | # Example usage | COMMENT |
| LOW | …marks/terminal-bench/tasks/chess-best-move/solution.sh | 209 | # Example usage | COMMENT |
| LOW | …nches-chat-dataset/examples/javascript/load_dataset.js | 237 | // Example usage | COMMENT |
| LOW | packages/benchmarks/framework/run.sh | 5 | # Usage: | COMMENT |
| LOW | …a/solana-gym-env/voyager/utils/transaction_analyzer.py | 122 | # Example usage | COMMENT |
| LOW⚡ | packages/benchmarks/clawbench/docker-compose.yml | 5 | # Usage: | COMMENT |
| LOW⚡ | packages/benchmarks/clawbench/scripts/test_full.sh | 11 | # Usage: | COMMENT |
| LOW | packages/benchmarks/clawbench/scripts/run.sh | 4 | # Usage: | COMMENT |
| LOW | …s/OSWorld/mm_agents/maestro/maestro/simple_snapshot.py | 224 | # Usage example | COMMENT |
| 10 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …local-inference/native/kokoro_training/kokoro/model.py | 58 | CODE | |
| LOW | …ckages/training/scripts/privacy_filter_trajectories.py | 1297 | CODE | |
| LOW | packages/training/scripts/training/optimizer.py | 166 | CODE | |
| LOW | packages/training/scripts/training/optimizer.py | 263 | CODE | |
| LOW | packages/training/scripts/manifest/eliza1_manifest.py | 1566 | CODE | |
| LOW | …ining/scripts/manifest/test_audit_hf_eliza1_release.py | 128 | CODE | |
| LOW | packages/training/scripts/asr/eval_asr_wer.py | 135 | CODE | |
| LOW | packages/training/scripts/rl/local_training_recipe.py | 63 | CODE | |
| LOW | packages/training/scripts/rl/hermes_bridge.py | 48 | CODE | |
| LOW | packages/training/scripts/rl/compare_served_models.py | 752 | CODE | |
| LOW | packages/training/scripts/rl/compare_served_models.py | 898 | CODE | |
| LOW | packages/training/scripts/rl/verifiable_rewards.py | 651 | CODE | |
| LOW | …lib/openzeppelin-contracts/lib/forge-std/scripts/vm.py | 424 | CODE | |
| LOW | …benchmarks/lifeops-bench/eliza_lifeops_bench/runner.py | 2882 | CODE | |
| LOW | …s/lifeops-bench/eliza_lifeops_bench/lifeworld/world.py | 464 | CODE | |
| LOW | …feops-bench/eliza_lifeops_bench/lifeworld/snapshots.py | 67 | CODE | |
| LOW | …chmarks/experience/elizaos_experience_bench/service.py | 120 | CODE | |
| LOW | …-bench/tasks/train-bpe-tokenizer/tests/test_outputs.py | 163 | CODE | |
| LOW | …h/tasks/custom-memory-heap-crash/tests/test_outputs.py | 101 | CODE | |
| LOW | …nch/tasks/pytorch-model-recovery/tests/test_outputs.py | 80 | CODE | |
| LOW | …ks/add-benchmark-lm-eval-harness/tests/test_outputs.py | 64 | CODE | |
| LOW | …ges/benchmarks/terminal-bench/scripts/run_benchmark.py | 48 | CODE | |
| LOW | …benchmarks/openclaw-adapter/openclaw_adapter/client.py | 387 | CODE | |
| LOW | packages/benchmarks/mint/types.py | 127 | CODE | |
| LOW | …rks/vending-bench/elizaos_vending_bench/environment.py | 153 | CODE | |
| LOW | packages/benchmarks/solana/eliza_explorer.py | 243 | CODE | |
| LOW | …benchmarks/solana/solana-gym-env/code_loop_explorer.py | 56 | CODE | |
| LOW | …es/benchmarks/rlm-bench/elizaos_rlm_bench/evaluator.py | 124 | CODE | |
| LOW | packages/benchmarks/swe_bench/evaluator.py | 42 | CODE | |
| LOW | packages/benchmarks/clawbench/scripts/run_episode.py | 240 | CODE | |
| LOW | …ges/benchmarks/hermes-adapter/hermes_adapter/client.py | 448 | CODE | |
| LOW | …benchmarks/hermes-adapter/hermes_adapter/env_runner.py | 113 | CODE | |
| LOW | …kages/benchmarks/nl2repo/docker_self/docker_service.py | 581 | CODE | |
| LOW | …chmarks/OSWorld/desktop_env/desktop_env_os_symphony.py | 99 | CODE | |
| LOW | packages/benchmarks/OSWorld/desktop_env/desktop_env.py | 99 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/dart_gui_agent.py | 62 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/qwen3vl_agent.py | 60 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/agi_agent.py | 25 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/jedi_3b_agent.py | 36 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/uitars_agent.py | 407 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/owl_agent.py | 464 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/agent.py | 227 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/aguvis_agent.py | 353 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/qwen25vl_agent.py | 66 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/mano_agent.py | 646 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/jedi_7b_agent.py | 35 | CODE | |
| LOW | …kages/benchmarks/OSWorld/mm_agents/openai_cua_agent.py | 204 | CODE | |
| LOW | …kages/benchmarks/OSWorld/mm_agents/gta1/gta15_agent.py | 486 | CODE | |
| LOW | …ckages/benchmarks/OSWorld/mm_agents/gta1/gta1_agent.py | 1193 | CODE | |
| LOW | …es/benchmarks/OSWorld/mm_agents/evocua/evocua_agent.py | 38 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/autoglm_v/main.py | 62 | CODE | |
| LOW | …m_agents/maestro/maestro/controller/main_controller.py | 39 | CODE | |
| LOW | …/benchmarks/OSWorld/mm_agents/opencua/opencua_agent.py | 236 | CODE | |
| LOW | packages/benchmarks/OSWorld/mm_agents/autoglm/main.py | 52 | CODE | |
| LOW | …ges/benchmarks/OSWorld/mm_agents/coact/coding_agent.py | 27 | CODE | |
| LOW | …s/benchmarks/OSWorld/mm_agents/coact/operator_agent.py | 137 | CODE | |
| LOW | …arks/OSWorld/mm_agents/coact/autogen/retrieve_utils.py | 345 | CODE | |
| LOW | …gen/tools/experimental/google/drive/drive_functions.py | 40 | CODE | |
| LOW | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 149 | CODE | |
| LOW | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 1499 | CODE | |
| 16 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …gin-cloud-apps/__tests__/withdraw-app-earnings.test.ts | 553 | // Only standalone numeric tokens count as requested payout amounts. | COMMENT |
| HIGH | plugins/plugin-web-search/README.md | 77 | answer?: string; // AI-generated summary (when includeAnswer is true) | CODE |
| HIGH | …feed/packages/api/src/cache/cached-database-service.ts | 239 | // Return users in the same order as requested, filtering nulls | COMMENT |
| HIGH | packages/feed/apps/web/src/lib/sse/SSEManager.ts | 395 | // Track as requested channel | COMMENT |
| HIGH⚡ | packages/benchmarks/OSWorld/desktop_env/server/main.py | 1772 | 'error': "", # Always empty as requested | STRING |
| HIGH⚡ | packages/benchmarks/OSWorld/desktop_env/server/main.py | 1779 | 'error': "", # Always empty as requested | STRING |
| HIGH⚡ | packages/benchmarks/OSWorld/desktop_env/server/main.py | 1786 | 'error': "", # Always empty as requested | STRING |
| HIGH | packages/benchmarks/OSWorld/desktop_env/server/main.py | 1677 | 'error': "", # Always empty as requested | STRING |
| HIGH | packages/benchmarks/OSWorld/desktop_env/server/main.py | 1688 | 'error': "", # Always empty as requested | STRING |
| HIGH | packages/benchmarks/OSWorld/desktop_env/server/main.py | 1741 | 'error': "", # Always empty as requested | STRING |
| HIGH | packages/benchmarks/OSWorld/desktop_env/server/main.py | 1749 | 'error': "", # Always empty as requested | STRING |
| HIGH | …/src/lib/services/discord-automation/app-automation.ts | 23 | const MAX_ANNOUNCEMENT_LENGTH = 300; // Max chars for AI-generated announcement | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/agent/src/api/server.ts | 1713 | async function handleRequest( | CODE |
| LOW | …platforms/electrobun/remotes/surface/src/bun/worker.ts | 42 | async function handleRequest(message: WorkerRequest): Promise<void> { | CODE |
| LOW | …ages/feed/scripts/scambench/hermes_benchmark_bridge.py | 106 | def handle_request(agent: AIAgent, payload: dict[str, Any], *, no_tools: bool) -> dict[str, Any]: | CODE |
| LOW | packages/examples/gcp/handler.ts | 247 | async function handleRequest( | CODE |
| LOW | …nchmarks/openclaw-adapter/openclaw_adapter/gauntlet.py | 48 | async def execute_task(self, task: "Task") -> "AgentResponse": | CODE |
| LOW | …kages/benchmarks/rlm-bench/elizaos_rlm_bench/runner.py | 247 | async def run_task( | CODE |
| LOW | packages/benchmarks/swe_bench/providers.py | 222 | async def execute_task(self, task: object, ctx: object) -> object: | CODE |
| LOW | …s/benchmarks/hermes-adapter/hermes_adapter/gauntlet.py | 47 | async def execute_task(self, task: "Task") -> "AgentResponse": | CODE |
| LOW | …arks/agentbench/elizaos_agentbench/agent_fn_harness.py | 40 | async def run_task( | CODE |
| LOW | …chmarks/agentbench/elizaos_agentbench/adapters/base.py | 123 | async def run_task(self, task: AgentBenchTask) -> AgentBenchResult: | CODE |
| LOW | …rld/mm_agents/maestro/maestro/sub_worker/technician.py | 123 | def execute_task( | CODE |
| LOW | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 3548 | def my_function(a: Annotated[str, "description of a parameter"] = "a", b: int, c=3.14) -> str: | STRING |
| LOW | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 3556 | def my_function(a: Annotated[str, "description of a parameter"] = "a", b: int, c=3.14) -> str: | STRING |
| LOW | …mm_agents/coact/autogen/agentchat/conversable_agent.py | 3689 | def my_function(a: Annotated[str, "description of a parameter"] = "a", b: int, c=3.14): | STRING |
| LOW | …nts/coact/autogen/agentchat/group/context_variables.py | 13 | # e.g. def my_function(context_variables: ContextVariables, my_other_parameters: Any) -> Any: | COMMENT |
| LOW | packages/benchmarks/gauntlet/agents/smart_agent.py | 37 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | …ages/benchmarks/gauntlet/agents/always_refuse_agent.py | 20 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | …ges/benchmarks/gauntlet/agents/always_execute_agent.py | 20 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | packages/benchmarks/gauntlet/agents/naive_agent.py | 36 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | packages/benchmarks/gauntlet/agents/llm_agent.py | 65 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | …benchmarks/gauntlet/src/gauntlet/agents/test_agents.py | 30 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | …benchmarks/gauntlet/src/gauntlet/agents/test_agents.py | 65 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | …benchmarks/gauntlet/src/gauntlet/agents/test_agents.py | 108 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | …ages/benchmarks/gauntlet/src/gauntlet/sdk/interface.py | 26 | async def execute_task(self, task: Task) -> AgentResponse: | CODE |
| LOW | …ges/benchmarks/eliza-adapter/eliza_adapter/gauntlet.py | 195 | async def execute_task(self, task: "Task") -> "AgentResponse": | CODE |
| LOW | …s/benchmarks/eliza-adapter/eliza_adapter/agentbench.py | 65 | async def run_task( | CODE |
| LOW | packages/benchmarks/openclaw-benchmark/eliza_adapter.py | 161 | def run_task(self, task_id: str) -> dict: | CODE |
| LOW | …arks/voiceagentbench/elizaos_voiceagentbench/runner.py | 87 | async def run_task( | CODE |
| LOW | packages/scripts/cloud/bluebubbles-local-bridge.ts | 1365 | async function handleRequest( | CODE |
| LOW | packages/scripts/cloud/admin/daemons/agent-router.ts | 411 | export async function handleRequest( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …lizaos_tau_bench/upstream/model_utils/model/mistral.py | 21 | # TODO: implement | COMMENT |
| LOW | …lizaos_tau_bench/upstream/model_utils/model/mistral.py | 23 | # TODO: implement | COMMENT |
| LOW | …au_bench/upstream/model_utils/model/vllm_completion.py | 40 | # TODO: implement | COMMENT |
| LOW | …au_bench/upstream/model_utils/model/vllm_completion.py | 42 | # TODO: implement | COMMENT |
| LOW | …elizaos_tau_bench/upstream/model_utils/model/claude.py | 24 | # TODO: implement | COMMENT |
| LOW | …elizaos_tau_bench/upstream/model_utils/model/claude.py | 26 | # TODO: implement | COMMENT |
| LOW | …izaos_tau_bench/upstream/model_utils/model/anyscale.py | 21 | # TODO: implement | COMMENT |
| LOW | …izaos_tau_bench/upstream/model_utils/model/anyscale.py | 23 | # TODO: implement | COMMENT |
| LOW | …zaos_tau_bench/upstream/model_utils/model/vllm_chat.py | 32 | # TODO: implement | COMMENT |
| LOW | …zaos_tau_bench/upstream/model_utils/model/vllm_chat.py | 34 | # TODO: implement | COMMENT |
| LOW | …elizaos_tau_bench/upstream/model_utils/model/openai.py | 43 | # TODO: implement | COMMENT |
| LOW | …elizaos_tau_bench/upstream/model_utils/model/openai.py | 45 | # TODO: implement | COMMENT |
| LOW | …includes/usr/lib/python3/dist-packages/tca/torutils.py | 335 | # TODO: implement bridge:// URIs when they will be used | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …includes/usr/src/iuk/lib/Tails/IUK/DownloadProgress.pm | 98 | # Based on the code in DownloadCore.jsm in Tor Browser | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/training/scripts/quantization/qjl/new_pack.py | 81 | CODE | |
| MEDIUM | packages/training/scripts/quantization/qjl/new_pack.py | 85 | CODE |