Repository Analysis

openai/codex-security

OpenAI's Codex Security CLI and TypeScript SDK for finding, validating, and fixing security vulnerabilities. npm: https://www.npmjs.com/package/@openai/codex-security

5.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of openai/codex-security, a TypeScript project with 10,252 GitHub stars. SynthScan v2.0 examined 217,124 lines of code across 491 source files, recording 1367 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 5.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).

5.8
Adjusted Score
5.8
Raw Score
100%
Time Factor
2026-08-29
Last Push
10.3K
Stars
TypeScript
Language
217.1K
Lines of Code
491
Files
1.4K
Pattern Hits
2026-08-29
Scan Date
0.05
HC Hit Rate

What These Metrics Mean

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

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 25MEDIUM 1LOW 1341

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1367 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers1185 hits · 994 pts
SeverityFileLineSnippetContext
LOWplugins/codex-security/mcp-app/artifact-writer-main.ts11export async function createCodexSecurityArtifactWriterServer(CODE
LOWplugins/codex-security/mcp-app/server.ts342export function createCodexSecurityServer(): McpServer {CODE
LOWplugins/codex-security/mcp-app/server.ts1310async function startHeadlessStandardScan(CODE
LOWplugins/codex-security/mcp-app/server.ts1422function buildUserInputElicitation(CODE
LOWplugins/codex-security/mcp-app/server.ts1564async function executeWorkbenchWithStateSelection(CODE
LOWplugins/codex-security/mcp-app/server.ts1674async function pinFallbackWorkbenchStateDir(): Promise<string> {CODE
LOWplugins/codex-security/mcp-app/server.ts1683function logWorkbenchStateFallback(): void {CODE
LOWplugins/codex-security/mcp-app/server.ts1741function codexModelSettingsFromExtra(extra: unknown): {CODE
LOWplugins/codex-security/mcp-app/server.ts1789function deepScanInvocationFailureMessage(error: unknown): string {CODE
LOWplugins/codex-security/mcp-app/server.ts1817function isUnwritableSqliteOpenError(error: unknown): boolean {CODE
LOWplugins/codex-security/mcp-app/src/artifact-io.ts321function validateArtifactComponents(CODE
LOW…ugins/codex-security/mcp-app/src/artifact-discovery.ts124export async function recordCodexSecurityDiscoveryCandidates(CODE
LOW…ugins/codex-security/mcp-app/src/artifact-discovery.ts213export async function listCodexSecurityCandidates(CODE
LOW…ugins/codex-security/mcp-app/src/artifact-discovery.ts227function discoveryNormalizationError(CODE
LOWplugins/codex-security/mcp-app/src/python_command.ts76export function missingPythonHelperMessage(error: unknown, pythonCommand: string): string | undefined {CODE
LOWplugins/codex-security/mcp-app/src/artifact-context.ts43export async function createScanArtifactContext(CODE
LOWplugins/codex-security/mcp-app/src/artifact-context.ts119export async function createWorkerArtifactContext(CODE
LOW…ns/codex-security/mcp-app/src/artifact-deep-reducer.ts60export async function getCodexSecurityDeepReducerInputs(CODE
LOW…ns/codex-security/mcp-app/src/artifact-deep-reducer.ts101export async function recordCodexSecurityDeepReduction(CODE
LOW…s/codex-security/mcp-app/src/artifact-schema-loader.ts59function dereferenceArtifactSchema(CODE
LOW…ns/codex-security/mcp-app/src/artifact-threat-model.ts29export async function recordCodexSecurityWorkerThreatModel(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts79export async function recordCodexSecurityScanDraft(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts159export async function recordCodexSecurityScanDraftViaWorkbench(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts222export async function recordCodexSecurityWorkerScanDraft(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts575async function readArchivedWorkerCheckpoints(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts762function workbenchScanDraftConflict(error: unknown): boolean {CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts883function coverageHasOutstandingWork(coverage: JsonObject): boolean {CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts923export async function getCodexSecurityCompletedScan(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts1023function normalizePersistedFindingDetails(finding: JsonObject): void {CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts1178function normalizePersistedStringLists(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts1201function filterPersistedEvidenceRefs(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts1217function removeUnsupportedPersistedStrings(CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts1683function validateCoverageSemantics(coverage: JsonObject): void {CODE
LOW…gins/codex-security/mcp-app/src/artifact-scan-draft.ts1701async function readExistingHardeningPortfolio(CODE
LOW…odex-security/mcp-app/src/artifact-validation-phase.ts72export async function recordCodexSecurityCandidateValidations(CODE
LOW…ugins/codex-security/mcp-app/src/artifact-inventory.ts78export async function prepareCodexSecurityReviewItems(CODE
LOW…ugins/codex-security/mcp-app/src/artifact-inventory.ts148export async function listCodexSecurityReviewItems(CODE
LOW…ins/codex-security/mcp-app/src/artifact-attack-path.ts76export async function recordCodexSecurityCandidateAttackPaths(CODE
LOW…ugins/codex-security/mcp-app/src/deep-scan/executor.ts284function workerPermissionProfileConfigOverrides(profile: TomlObject): string[] {CODE
LOW…ugins/codex-security/mcp-app/src/deep-scan/executor.ts353function isSandboxNamespaceExhaustion(output: string): boolean {CODE
LOW…ugins/codex-security/mcp-app/src/deep-scan/executor.ts371async function snapshotWorkerEnvironment(): Promise<Record<string, string>> {CODE
LOW…ugins/codex-security/mcp-app/src/deep-scan/executor.ts494function resolveWindowsDirectFromSearchPath(CODE
LOW…ugins/codex-security/mcp-app/src/deep-scan/executor.ts509function resolveWindowsCodexFromSearchPath(CODE
LOW…ugins/codex-security/mcp-app/src/deep-scan/executor.ts530function resolveWindowsCachedBinary(localAppData: string | undefined): string | undefined {CODE
LOW…ugins/codex-security/mcp-app/src/deep-scan/executor.ts590function isNativeWindowsRootRelativePath(value: string): boolean {CODE
LOW…ugins/codex-security/mcp-app/src/deep-scan/executor.ts596function resolveWindowsPackageBinary(CODE
LOW…-security/mcp-app/src/deep-scan/artifact-validation.ts23export async function validateDiscoveryArtifacts(CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts52export async function preflightDeepScanWorkerPermissionProfile(CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts345function existingAllowlistExcludesProfile(CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts416function disallowedProfileAllowlistError(profileId: string): DeepScanNonRetryableError {CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts422function managedPolicyRejectedError(profileId: string): DeepScanNonRetryableError {CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts482function codexExecutableStartError(CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts511function codexExecutableStdioError(codexPath: string): DeepScanNonRetryableError {CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts518function codexExecutableFailureError(CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts525function codexExecutableFailureMessage(CODE
LOW…/mcp-app/src/deep-scan/permission-profile-preflight.ts565export function deepScanPermissionProfileFallbackError(CODE
LOW…gins/codex-security/mcp-app/src/deep-scan/artifacts.ts31export async function ensureDeepScanDirectories(artifacts: DeepScanArtifacts): Promise<void> {CODE
LOWplugins/codex-security/mcp-app/src/deep-scan/errors.ts34export function boundedDeepScanErrorMessage(error: unknown): string {CODE
LOWplugins/codex-security/mcp-app/src/deep-scan/errors.ts73export function isStaleCoordinatorGenerationError(error: unknown): boolean {CODE
LOWplugins/codex-security/mcp-app/src/deep-scan/errors.ts81export function isCodexCybersecurityPolicyRefusal(error: unknown): boolean {CODE
1125 more matches not shown…
Cross-Language Confusion (JS/TS)17 hits · 80 pts
SeverityFileLineSnippetContext
HIGH…cript/tests-ts/workbench-remediation-timestamp.test.ts24print(json.dumps(remediation.remediation_claim_is_active({CODE
HIGHsdk/typescript/tests-ts/publication-store.test.ts623print(json.dumps({table: connection.execute("SELECT COUNT(*) FROM " + table).fetchone()[0] for table in ("scans", "findiSTRING
HIGHsdk/typescript/tests-ts/findings-server.test.ts207print(json.dumps([dashboard(db, query)['total'] for query in queries]))`,CODE
HIGHsdk/typescript/tests-ts/findings-server.test.ts642print("null")`,CODE
HIGHsdk/typescript/tests-ts/findings-server.test.ts671print(json.dumps({"result": result, "queries": queries}))`,CODE
HIGHsdk/typescript/tests-ts/findings-server.test.ts870print("null")`,CODE
HIGHsdk/typescript/tests-ts/findings-server.test.ts890print(db.execute("SELECT COUNT(*) FROM finding_embeddings").fetchone()[0])`;CODE
HIGHsdk/typescript/tests-ts/repository-findings.test.ts61print(json.dumps(result))STRING
HIGH…/typescript/tests-ts/workbench-canonical-paths.test.ts41 " return True",CODE
HIGH…/typescript/tests-ts/workbench-canonical-paths.test.ts79 " return False",CODE
HIGH…/typescript/tests-ts/workbench-canonical-paths.test.ts80 " return True",CODE
HIGH…pescript/tests-ts/finding-workflow-integration.test.ts665print(json.dumps([dict(row) for row in db.execute("SELECT * FROM finding_workflow_reviews ORDER BY review_key")]))`,CODE
HIGH…typescript/tests-ts/deep-scan-timestamp-compat.test.ts43 print(json.dumps(result))CODE
HIGHsdk/typescript/tests-ts/contract.test.ts711 " return False",CODE
HIGHsdk/typescript/tests-ts/contract.test.ts712 " return True",CODE
HIGH…cript/tests-ts/workbench-windows-compatibility.test.ts38 " def is_dir(self): return True",CODE
HIGHsdk/typescript/src/runtime.ts98print(json.dumps({CODE
Unused Imports83 hits · 74 pts
SeverityFileLineSnippetContext
LOW…gins/codex-security/tests/test_normalize_candidates.py1CODE
LOWplugins/codex-security/tests/test_plugin_contract.py1CODE
LOWplugins/codex-security/tests/conftest.py1CODE
LOW…/codex-security/tests/test_validate_tracking_source.py1CODE
LOWplugins/codex-security/tests/test_workbench_db.py1CODE
LOWplugins/codex-security/tests/test_workbench_target.py1CODE
LOW…ns/codex-security/tests/test_finalize_scan_contract.py1CODE
LOW…urity/tests/test_workbench_remediation_cancellation.py1CODE
LOW…s/codex-security/tests/test_portable_artifact_paths.py1CODE
LOW…odex-security/tests/test_workbench_prompt_only_scan.py1CODE
LOW…/codex-security/tests/test_workbench_native_indexes.py1CODE
LOW…ns/codex-security/tests/test_workbench_cancellation.py1CODE
LOW…-security/tests/test_workbench_setup_and_migrations.py1CODE
LOW…gins/codex-security/tests/test_workbench_db_exports.py1CODE
LOW…ugins/codex-security/tests/test_patch_risk_contract.py1CODE
LOW…security/tests/test_workbench_standard_deep_results.py1CODE
LOW…ins/codex-security/tests/test_windows_scope_streams.py1CODE
LOW…/codex-security/tests/test_windows_scan_local_files.py1CODE
LOW…gins/codex-security/tests/test_workbench_scan_usage.py1CODE
LOWplugins/codex-security/tests/test_report_projection.py1CODE
LOWplugins/codex-security/tests/test_rank_preview.py1CODE
LOW…ex-security/tests/test_workbench_completion_binding.py1CODE
LOW…ns/codex-security/tests/test_workbench_scan_archive.py1CODE
LOW…gins/codex-security/tests/test_track_findings_skill.py1CODE
LOW…ugins/codex-security/tests/test_capability_profiles.py1CODE
LOWplugins/codex-security/tests/workbench_test_support.py1CODE
LOW…ity/tests/test_deep_security_scan_concurrency_guard.py1CODE
LOW…ugins/codex-security/tests/test_resolve_security_md.py1CODE
LOWplugins/codex-security/tests/test_sarif_projection.py1CODE
LOWplugins/codex-security/tests/test_workbench_feedback.py1CODE
LOW…ugins/codex-security/tests/test_workbench_deep_scan.py1CODE
LOW…ins/codex-security/tests/test_deep_scan_publication.py1CODE
LOW…ns/codex-security/tests/test_workbench_scan_history.py1CODE
LOWplugins/codex-security/tests/test_finding_preview.py1CODE
LOWplugins/codex-security/tests/test_windows_report_e2e.py1CODE
LOW…dex-security/tests/test_workbench_remediation_retry.py1CODE
LOWplugins/codex-security/tests/test_cli_dry_runs.py1CODE
LOW…ns/codex-security/tests/test_scan_contract_examples.py1CODE
LOW…ns/codex-security/tests/test_validate_scan_contract.py1CODE
LOW…dex-security/tests/test_workbench_finding_workflows.py1CODE
LOW…-security/tests/test_workbench_native_index_queries.py1CODE
LOW…s/codex-security/tests/test_generate_in_scope_files.py1CODE
LOW…ugins/codex-security/tests/test_generate_rank_input.py1CODE
LOWplugins/codex-security/tests/test_workbench_handoff.py1CODE
LOW…gins/codex-security/tests/test_workbench_timestamps.py1CODE
LOWplugins/codex-security/scripts/workbench_feedback.py3CODE
LOWplugins/codex-security/scripts/workbench_cli.py3CODE
LOWplugins/codex-security/scripts/filesystem_identity.py3CODE
LOWplugins/codex-security/scripts/workbench_dashboard.py3CODE
LOWplugins/codex-security/scripts/snapshot_sqlite.py4CODE
LOWplugins/codex-security/scripts/finding_preview.py3CODE
LOWplugins/codex-security/scripts/workbench_findings.py3CODE
LOWplugins/codex-security/scripts/workbench_scan_start.py3CODE
LOW…ugins/codex-security/scripts/validate_scan_contract.py4CODE
LOW…gins/codex-security/scripts/generate_in_scope_files.py4CODE
LOWplugins/codex-security/scripts/deep_scan_workbench.py3CODE
LOW…ugins/codex-security/scripts/workbench_target_state.py3CODE
LOWplugins/codex-security/scripts/workbench_publication.py3CODE
LOW…ins/codex-security/scripts/windows_scan_local_files.py18CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py4CODE
23 more matches not shown…
Deep Nesting64 hits · 52 pts
SeverityFileLineSnippetContext
LOW…ns/codex-security/tests/test_finalize_scan_contract.py799CODE
LOW…ns/codex-security/tests/test_finalize_scan_contract.py1746CODE
LOW…-security/tests/test_workbench_setup_and_migrations.py2281CODE
LOWplugins/codex-security/tests/workbench_test_support.py47CODE
LOW…ns/codex-security/tests/test_validate_scan_contract.py92CODE
LOWplugins/codex-security/scripts/finding_preview.py25CODE
LOWplugins/codex-security/scripts/finding_preview.py257CODE
LOWplugins/codex-security/scripts/finding_preview.py329CODE
LOWplugins/codex-security/scripts/workbench_findings.py18CODE
LOWplugins/codex-security/scripts/workbench_findings.py87CODE
LOWplugins/codex-security/scripts/rank_preview.py168CODE
LOWplugins/codex-security/scripts/rank_preview.py201CODE
LOWplugins/codex-security/scripts/rank_preview.py234CODE
LOWplugins/codex-security/scripts/rank_preview.py392CODE
LOWplugins/codex-security/scripts/rank_preview.py514CODE
LOWplugins/codex-security/scripts/rank_preview.py636CODE
LOWplugins/codex-security/scripts/rank_preview.py807CODE
LOW…ugins/codex-security/scripts/workbench_scan_history.py311CODE
LOW…gins/codex-security/scripts/generate_in_scope_files.py84CODE
LOW…gins/codex-security/scripts/generate_in_scope_files.py181CODE
LOWplugins/codex-security/scripts/deep_scan_workbench.py378CODE
LOWplugins/codex-security/scripts/deep_scan_workbench.py764CODE
LOWplugins/codex-security/scripts/deep_scan_workbench.py1001CODE
LOWplugins/codex-security/scripts/deep_scan_workbench.py1196CODE
LOW…ins/codex-security/scripts/windows_scan_local_files.py453CODE
LOW…ins/codex-security/scripts/windows_scan_local_files.py564CODE
LOW…ins/codex-security/scripts/windows_scan_local_files.py604CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py158CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py374CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py396CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py521CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py679CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py801CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py971CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py1580CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py1722CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py2064CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py2575CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py2851CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py159CODE
LOWplugins/codex-security/scripts/workbench_schema.py900CODE
LOWplugins/codex-security/scripts/normalize_candidates.py138CODE
LOWplugins/codex-security/scripts/normalize_candidates.py271CODE
LOWplugins/codex-security/scripts/generate_rank_input.py307CODE
LOWplugins/codex-security/scripts/generate_rank_input.py457CODE
LOWplugins/codex-security/scripts/generate_rank_input.py521CODE
LOWplugins/codex-security/scripts/generate_rank_input.py678CODE
LOWplugins/codex-security/scripts/generate_rank_input.py1162CODE
LOW…/codex-security/scripts/workbench_finding_workflows.py117CODE
LOWplugins/codex-security/scripts/config_preflight.py213CODE
LOWplugins/codex-security/scripts/config_preflight.py566CODE
LOWplugins/codex-security/scripts/workbench_scan_usage.py246CODE
LOWplugins/codex-security/scripts/workbench_scan_usage.py384CODE
LOWplugins/codex-security/scripts/workbench_scan_usage.py477CODE
LOWplugins/codex-security/scripts/workbench_target.py199CODE
LOWplugins/codex-security/scripts/workbench_target.py435CODE
LOWplugins/codex-security/scripts/workbench_target.py526CODE
LOWplugins/codex-security/scripts/report_projection.py296CODE
LOW…gins/codex-security/scripts/workbench_saved_results.py255CODE
LOW…gins/codex-security/scripts/workbench_saved_results.py444CODE
4 more matches not shown…
Cross-File Repetition5 hits · 25 pts
SeverityFileLineSnippetContext
HIGHplugins/codex-security/tests/test_workbench_db.py0update deep_scan_runs set status = 'succeeded', phase = 'terminal', terminal_reason = 'saturated', completed_at = updateSTRING
HIGH…ex-security/tests/test_workbench_completion_binding.py0update deep_scan_runs set status = 'succeeded', phase = 'terminal', terminal_reason = 'saturated', completed_at = updateSTRING
HIGHplugins/codex-security/tests/workbench_test_support.py0update deep_scan_runs set status = 'succeeded', phase = 'terminal', terminal_reason = 'saturated', completed_at = updateSTRING
HIGH…ugins/codex-security/tests/test_workbench_deep_scan.py0update deep_scan_runs set status = 'succeeded', phase = 'terminal', terminal_reason = 'saturated', completed_at = updateSTRING
HIGHplugins/codex-security/scripts/deep_scan_workbench.py0update deep_scan_runs set status = 'succeeded', phase = 'terminal', terminal_reason = 'saturated', completed_at = updateSTRING
Cross-Language Confusion2 hits · 8 pts
SeverityFileLineSnippetContext
HIGHplugins/codex-security/tests/test_rank_preview.py107 @PostMapping("/login") public User login(String name) { return null; }CODE
HIGHplugins/codex-security/scripts/workbench_scan_usage.py305 descendants.ancestry || edges.child_thread_id || '|',STRING
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHsdk/typescript/README.md211$env:OPENAI_API_KEY = "<your-api-key>"CODE
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…finding/evals/sastbench/promptfooconfig.sastbench.yaml14 # dataset and Promptfoo harness stay outside this tree.COMMENT
Over-Commented Block3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…opose-security-hardening/references/proposal-format.md301The `Evidence` cell must be meaningful without opening `context.md`. Use short finding or document titles, optionally foCOMMENT
LOW…opose-security-hardening/references/proposal-format.md401For unmeasured effects, name the likely mechanism and a measurement plan. A useful plan identifies the workload, metric,COMMENT
LOWsdk/typescript/src/scan-dashboard.ts121 width: number;COMMENT
Modern Structural Boilerplate3 hits · 2 pts
SeverityFileLineSnippetContext
LOWplugins/codex-security/tests/workbench_test_support.py40def update_digest_field(digest: Any, label: bytes, value: bytes) -> None:CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py1973 def update_hash(current: int) -> None:CODE
LOWplugins/codex-security/scripts/workbench_target.py168def update_digest_field(digest: Any, label: bytes, value: bytes) -> None:CODE
AI Structural Patterns3 hits · 2 pts
SeverityFileLineSnippetContext
LOWplugins/codex-security/tests/workbench_test_support.py235CODE
LOW…ns/codex-security/tests/test_workbench_scan_history.py92CODE
LOW…ugins/codex-security/scripts/finalize_scan_contract.py2251CODE