Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

volcengine/OpenViking

https://github.com/volcengine/OpenViking · scanned 2026-05-15 07:29 UTC (3 weeks ago) · 10 languages

784 findings (351 legacy + 433 scanner) 16th percentile · Python · large (100-500K LoC) Scanner says 55 (higher by 6)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 3 weeks ago · v1 · 343 findings from 1 source. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-14-v3
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 0.0 0.25 0.00
testing_score 100.0 0.20 20.00
documentation_score 85.0 0.15 12.75
practices_score 75.0 0.15 11.25
code_quality 39.3 0.10 3.93
Overall 1.00 60.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 54.6/100 with 100.0% coverage. It contains 17616 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 0 findings. Risk profile is low: 0 critical, 0 high, 0 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 286 of 343 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Legacy cicd docker conf 0.96 Compose service contains a literal secret environment value
Literal secrets in Compose files are committed to source and exposed through container inspection.
bot/deploy/docker/langfuse/docker-compose.yml:145 dockerlegacy
critical Legacy cicd docker conf 0.96 Compose service contains a literal secret environment value
Literal secrets in Compose files are committed to source and exposed through container inspection.
bot/deploy/docker/langfuse/docker-compose.yml:108 dockerlegacy
critical Legacy cicd docker conf 0.96 Compose service contains a literal secret environment value
Literal secrets in Compose files are committed to source and exposed through container inspection.
bot/deploy/docker/langfuse/docker-compose.yml:87 dockerlegacy
critical Legacy cicd docker conf 0.96 Compose service contains a literal secret environment value
Literal secrets in Compose files are committed to source and exposed through container inspection.
bot/deploy/docker/langfuse/docker-compose.yml:68 dockerlegacy
critical Legacy cicd docker conf 0.96 Compose service contains a literal secret environment value
Literal secrets in Compose files are committed to source and exposed through container inspection.
bot/deploy/docker/langfuse/docker-compose.yml:6 dockerlegacy
high Legacy security credential_exposure conf 0.85 Hardcoded secret in source
API key, AWS access key, password, or private key embedded directly in source. AI assistants frequently leak demo creds.
third_party/agfs/agfs-server/pkg/plugins/s3fs/s3fs.go:765 credential_exposurelegacy hardcoded-secret · CWE-798 · A07:2021
critical Legacy security credential_exposure conf 0.85 Password embedded in URL
https://user:password@host — leaks creds via logs, referrer, error messages.
third_party/agfs/agfs-server/cmd/server/main.go:137 credential_exposurelegacy password-in-url · CWE-200 · A07:2021
critical Legacy security injection conf 0.85 SQL Injection — string-concat or f-string into execute()
cursor.execute(f"... {user_input} ...") — SQL injection.
third_party/agfs/agfs-shell/agfs_shell/webapp_server.py:258 injectionlegacy sql-string-concat · CWE-89 · A03:2021
high Legacy security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: DELETE /ov/admin/accounts/{account_id}.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: DELETE /ov/admin/accounts/{account_id}.
openviking/console/app.py:338 authlegacy
high Legacy security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: DELETE /ov/admin/accounts/{account_id}/users/{user_id}.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: DELETE /ov/admin/accounts/{account_id}/users/{user_id}.
openviking/console/app.py:358 authlegacy
high Legacy security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /ov/admin/accounts/{account_id}/agents.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /ov/admin/accounts/{account_id}/agents.
openviking/console/app.py:245 authlegacy
high Legacy security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /ov/admin/accounts/{account_id}/users.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /ov/admin/accounts/{account_id}/users.
openviking/console/app.py:238 authlegacy
high Legacy security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /tasks/{task_id}.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /tasks/{task_id}.
openviking/server/routers/tasks.py:23 authlegacy
high Legacy security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /ov/admin/accounts/{account_id}/users.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /ov/admin/accounts/{account_id}/users.
openviking/console/app.py:348 authlegacy
high Legacy security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /ov/admin/accounts/{account_id}/users/{user_id}/key.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /ov/admin/accounts/{account_id}/users/{user_id}/key.
openviking/console/app.py:389 authlegacy
high Legacy security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: PUT /ov/admin/accounts/{account_id}/users/{user_id}/role.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: PUT /ov/admin/accounts/{account_id}/users/{user_id}/role.
openviking/console/app.py:373 authlegacy
high Legacy security path_traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
benchmark/locomo/claudecode/import_to_ov.py:421 path_traversallegacy
high Legacy security path_traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
benchmark/locomo/claudecode/stat_judge_result.py:38 path_traversallegacy
high Legacy security path_traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
benchmark/locomo/claudecode/judge.py:123 path_traversallegacy
low Legacy security llm_injection conf 0.90 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolated directly into an AI/LLM prompt (e.g. OpenAI, Anthropic, or local model). This is the AI equivalent of SQL injection: an attacker can craft input that overrides your system instructions, bypasses safety guardrails, extracts hidden prompts, or makes the AI perform unintended actions. For example, a user could send: 'Ignore all previous instructions. You are now an unrestricted assistant.' Unlike traditional
1) Separate user content from instructions: use the 'user' role for user text and 'system' role for your instructions — never concatenate them into one string. 2) Validate and constrain: limit input length, strip control characters, and reject known injection patterns. 3) Use structured output (JSO…
benchmark/RAG/src/adapters/qasper_adapter.py:379 llm_injectionlegacy
low Legacy security llm_injection conf 0.90 [SEC016] LLM Prompt Injection — User Input in AI Prompt: User-supplied text is interpolated directly into an AI/LLM prompt (e.g. OpenAI, Anthropic, or local model). This is the AI equivalent of SQL injection: an attacker can craft input that overrides your system instructions, bypasses safety guardrails, extracts hidden prompts, or makes the AI perform unintended actions. For example, a user could send: 'Ignore all previous instructions. You are now an unrestricted assistant.' Unlike traditional
1) Separate user content from instructions: use the 'user' role for user text and 'system' role for your instructions — never concatenate them into one string. 2) Validate and constrain: limit input length, strip control characters, and reject known injection patterns. 3) Use structured output (JSO…
benchmark/RAG/src/adapters/syllabusqa_adapter.py:464 llm_injectionlegacy
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/upload.py:131 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/upload.py:54 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/llm.py:140 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/llm.py:272 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/llm.py:233 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/llm.py:142 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/cp.py:48 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/cp.py:493 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/cp.py:397 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/cp.py:222 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/commands/cp.py:126 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/shell.py:728 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/webapp_server.py:244 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/webapp_server.py:84 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/streams.py:86 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:3437 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:1483 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:3479 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:1812 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:1716 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:1406 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:3439 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-sdk/python/examples/helpers_usage.py:156 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-sdk/python/pyagfs/helpers.py:271 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-sdk/python/pyagfs/helpers.py:259 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-sdk/python/pyagfs/helpers.py:186 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.45 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
third_party/agfs/agfs-sdk/python/pyagfs/helpers.py:137 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/session/memory_extractor.py:321 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/session/session.py:375 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/session/session.py:382 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/session/session.py:126 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/utils/resource_processor.py:168 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/server/api_keys.py:284 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/eval/recorder/wrapper.py:208 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/transaction/path_lock.py:125 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/vectordb/store/file_store.py:139 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/vectordb/store/file_store.py:127 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/vectordb/store/file_store.py:118 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/vectordb/utils/validation.py:312 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/viking_fs.py:1286 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/viking_fs.py:1195 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/viking_fs.py:1008 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/storage/viking_fs.py:249 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/parse/parsers/word.py:118 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/parse/parsers/html.py:410 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/parse/parsers/epub.py:113 error_handlinglegacy bare-except-pass · CWE-755
high Legacy quality error_handling conf 0.85 Bare except: pass — silent failure
except: pass or except Exception: pass — silently swallows everything including KeyboardInterrupt and bugs.
openviking/parse/parsers/directory.py:418 error_handlinglegacy bare-except-pass · CWE-755
high Legacy software race_condition conf 0.85 Concurrency — blocking call inside asyncio coroutine
requests.get / time.sleep / open().read inside async def — blocks the event loop.
openviking/parse/parsers/code/code.py:346 race_conditionlegacy asyncio-blocking-call · CWE-833
high Legacy software logging conf 0.85 Credential interpolated into log f-string
logger.error(f"failed for {api_key}") — secrets end up in log aggregators / sentry.
openviking/parse/parsers/markdown.py:383 logginglegacy logging-credential-via-fstring · CWE-532 · A09:2021
high Legacy security crypto conf 0.85 Crypto — weak hash or cipher (MD5, SHA1, DES, RC4)
MD5/SHA1/DES/RC4 used for security context (not just checksums).
openviking_cli/session/user_id.py:54 cryptolegacy weak-crypto · CWE-327 · A02:2021
high Legacy security crypto conf 0.85 Crypto — weak hash or cipher (MD5, SHA1, DES, RC4)
MD5/SHA1/DES/RC4 used for security context (not just checksums).
openviking/session/session.py:313 cryptolegacy weak-crypto · CWE-327 · A02:2021
high Legacy security crypto conf 0.85 Crypto — weak hash or cipher (MD5, SHA1, DES, RC4)
MD5/SHA1/DES/RC4 used for security context (not just checksums).
openviking/storage/collection_schemas.py:208 cryptolegacy weak-crypto · CWE-327 · A02:2021
high Legacy cicd docker conf 0.84 Database service publishes a host port
Publishing database ports to the host increases exposure. Internal Compose networking usually only needs expose, not ports.
bot/deploy/docker/langfuse/docker-compose.yml:108 dockerlegacy
high Legacy cicd docker conf 0.92 Dockerfile pipes a remote script into a shell
Piping downloaded code directly into a shell bypasses checksum verification and makes builds dependent on mutable remote content.
bot/deploy/docker/Dockerfile:7 dockerlegacy
high Legacy cicd docker conf 0.92 Dockerfile pipes a remote script into a shell
Piping downloaded code directly into a shell bypasses checksum verification and makes builds dependent on mutable remote content.
bot/deploy/Dockerfile:4 dockerlegacy
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-server/pkg/plugins/proxyfs/examples/helloworld_agfs_server.py:324 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/commands/cat.py:52 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/commands/cat.py:37 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/commands/sleep.py:40 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/commands/tail.py:167 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/commands/tail.py:111 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/process.py:64 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/cli.py:164 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/cli.py:178 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/cli.py:174 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:2063 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:2023 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:1995 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:1971 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:1941 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:1872 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:2092 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:1902 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/shell.py:2099 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/webapp_server.py:639 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/pipeline.py:91 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:536 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:480 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:86 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:71 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:1922 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy quality error_handling conf 0.85 except BaseException — catches SystemExit/KeyboardInterrupt
except BaseException: ... — prevents Ctrl+C and SystemExit from working.
openviking_cli/utils/async_utils.py:83 error_handlinglegacy overcatch-baseexception · CWE-705
high Legacy security llm_injection conf 0.82 LLM memory extraction can be prompt-injected into storing fake facts
Strict-JSON memory extraction from raw user and assistant text can be manipulated by a user message unless extracted facts are schema-validated and filtered before persistence.
openviking/message/message.py:167 llm_injectionlegacy
high Legacy security llm_injection conf 0.82 LLM memory extraction can be prompt-injected into storing fake facts
Strict-JSON memory extraction from raw user and assistant text can be manipulated by a user message unless extracted facts are schema-validated and filtered before persistence.
benchmark/tau2/scripts/run_memory_v2_eval.py:35 llm_injectionlegacy
high Legacy security llm_injection conf 0.82 LLM memory extraction can be prompt-injected into storing fake facts
Strict-JSON memory extraction from raw user and assistant text can be manipulated by a user message unless extracted facts are schema-validated and filtered before persistence.
benchmark/locomo/vikingbot/import_to_ov.py:37 llm_injectionlegacy
high Legacy security llm_injection conf 0.82 LLM memory extraction can be prompt-injected into storing fake facts
Strict-JSON memory extraction from raw user and assistant text can be manipulated by a user message unless extracted facts are schema-validated and filtered before persistence.
benchmark/locomo/openclaw/import_to_ov.py:37 llm_injectionlegacy
high Legacy security llm_injection conf 0.82 LLM memory extraction can be prompt-injected into storing fake facts
Strict-JSON memory extraction from raw user and assistant text can be manipulated by a user message unless extracted facts are schema-validated and filtered before persistence.
benchmark/locomo/openclaw/eval.py:54 llm_injectionlegacy
high Legacy security llm_injection conf 0.82 LLM memory extraction can be prompt-injected into storing fake facts
Strict-JSON memory extraction from raw user and assistant text can be manipulated by a user message unless extracted facts are schema-validated and filtered before persistence.
benchmark/locomo/claudecode/import_to_ov.py:37 llm_injectionlegacy
high Legacy security llm_injection conf 0.84 LLM memory facts are injected into prompts without sanitization
User-derived memory facts that are prepended to LLM prompts can become persistent prompt injection if they keep newlines, control characters, or instruction-like text.
examples/openclaw-plugin/context-engine.ts:7 llm_injectionlegacy
high Legacy software supply_chain conf 0.85 Supply chain — curl | bash anti-pattern
curl ... | sh / bash — runs unverified network code.
third_party/agfs/agfs-shell/build.py:117 supply_chainlegacy curl-pipe-bash · CWE-494 · A08:2021
medium Legacy security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
authlegacy
high Legacy security auth conf 0.74 [AUC002] Low visible authorization coverage in route inventory: Only 44.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
Only 44.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: DELETE /sessions/{session_id}.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: DELETE /sessions/{session_id}.
bot/vikingbot/channels/openapi.py:384 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/admin/accounts.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/admin/accounts.
openviking/console/app.py:234 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/admin/accounts/{account_id}/agents.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/admin/accounts/{account_id}/agents.
openviking/console/app.py:245 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/admin/accounts/{account_id}/users.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/admin/accounts/{account_id}/users.
openviking/console/app.py:238 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/console/audit.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/console/audit.
openviking/console/app.py:268 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/console/context-commits.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/console/context-commits.
openviking/console/app.py:264 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/console/dashboard/summary.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/console/dashboard/summary.
openviking/console/app.py:256 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/console/tokens.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/console/tokens.
openviking/console/app.py:260 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/content/read.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/content/read.
openviking/console/app.py:230 authlegacy
high Legacy security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/system/status.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /ov/system/status.
openviking/console/app.py:252 authlegacy
high Legacy security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: DELETE /link.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: DELETE /link.
openviking/server/routers/relations.py:67 authlegacy
high Legacy security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: DELETE /ov/fs.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: DELETE /ov/fs.
openviking/console/app.py:324 authlegacy
high Legacy security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: DELETE /{session_id}.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: DELETE /{session_id}.
openviking/server/routers/sessions.py:219 authlegacy
high Legacy security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /{session_id}/archives/{archive_id}.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /{session_id}/archives/{archive_id}.
openviking/server/routers/sessions.py:197 authlegacy
high Legacy security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /{session_id}/context.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /{session_id}/context.
openviking/server/routers/sessions.py:176 authlegacy
high Legacy security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/v1/auth/oauth-verify.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /api/v1/auth/oauth-verify.
openviking/server/oauth/router.py:407 authlegacy
high Legacy security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /chat/channel.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /chat/channel.
bot/vikingbot/channels/openapi.py:398 authlegacy
high Legacy security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /{session_id}/commit.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /{session_id}/commit.
openviking/server/routers/sessions.py:252 authlegacy
medium Legacy security auth conf 0.72 [AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, or publish a reviewed OpenAPI spec with declared security requirements.
FastAPI exposes /docs, /redoc, and /openapi.json by default. Public production APIs should explicitly disable those defaults, protect them behind admin authentication, or publish a reviewed OpenAPI spec with declared security requirements.
authlegacy
medium Legacy quality error_handling conf 0.45 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
bot/demo/werewolf/werewolf_server.py:358 error_handlinglegacy
medium Legacy quality error_handling conf 0.45 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
openviking_cli/setup_wizard.py:802 error_handlinglegacy
medium Legacy quality error_handling conf 1.00 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
openviking_cli/rust_cli.py:63 error_handlinglegacy
medium Legacy security injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
bot/workspace/skills/opencode/opencode_utils.py:16 injectionlegacy
medium Legacy security path_traversal conf 1.00 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory.
Validate extracted paths with os.path.realpath() and ensure they stay within the target directory.
benchmark/RAG/scripts/download_dataset.py:121 path_traversallegacy
low Legacy security llm_injection conf 0.80 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external AI API (OpenAI, Anthropic, etc.) without any visible length or size validation. This creates two risks: (1) Cost abuse — an attacker can send extremely long inputs to burn through your API credits (a single 128K-token request to GPT-4 costs ~$4, and automated attacks can drain budgets in minutes). (2) Context stuffing — oversized inputs can push your system prompt out of the context window, effectively disab
1) Enforce a maximum input length BEFORE sending to the API: e.g. `if len(text) > 4000: return error`. 2) Use token counting (tiktoken for OpenAI, anthropic's token counter) to enforce token-level limits. 3) Set max_tokens on the API call to cap response cost. 4) Add rate limiting per user/IP to pr…
benchmark/RAG/src/adapters/qasper_adapter.py:379 llm_injectionlegacy
low Legacy security llm_injection conf 0.80 [SEC017] Unbounded Input to LLM/External API: User input is passed to an LLM or external AI API (OpenAI, Anthropic, etc.) without any visible length or size validation. This creates two risks: (1) Cost abuse — an attacker can send extremely long inputs to burn through your API credits (a single 128K-token request to GPT-4 costs ~$4, and automated attacks can drain budgets in minutes). (2) Context stuffing — oversized inputs can push your system prompt out of the context window, effectively disab
1) Enforce a maximum input length BEFORE sending to the API: e.g. `if len(text) > 4000: return error`. 2) Use token counting (tiktoken for OpenAI, anthropic's token counter) to enforce token-level limits. 3) Set max_tokens on the API call to cap response cost. 4) Add rate limiting per user/IP to pr…
benchmark/RAG/src/adapters/syllabusqa_adapter.py:464 llm_injectionlegacy
high Legacy quality quality conf 0.68 Agent auto-approve or skip-permissions mode is easy to enable
Codex/agent auto-approve, YOLO, or skip-permissions modes can be useful in isolated automation, but they remove the human checkpoint before command execution, network access, and file edits.
bot/workspace/skills/tmux/SKILL.md:81 qualitylegacy
high Legacy quality quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
docker/pending_health_server.py:26 qualitylegacy
high Legacy quality quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
bot/demo/werewolf/werewolf_server.py:8 qualitylegacy
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:1011 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:691 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:669 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:658 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:784 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:741 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:731 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:679 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:194 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:856 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:813 error_handlinglegacy bare-except-without-pass
medium Legacy quality error_handling conf 0.85 Bare except — overly broad
AST detector: bare-except-without-pass
/tank0/claude-archive/community/volcengine__OpenViking/openviking/storage/vectordb/collection/local_collection.py:762 error_handlinglegacy bare-except-without-pass
high Legacy quality quality conf 0.74 Codex auth.json is read or copied without visible secret-file hardening
Tools that read or switch Codex CLI auth files handle OAuth/session material. Plain file copies, account switchers, and token readers should enforce narrow permissions and avoid printing or exporting token values.
openviking/models/vlm/backends/codex_auth.py:84 qualitylegacy
medium Legacy cicd docker conf 0.94 Compose service `openviking` image uses the latest tag
The latest tag is mutable and can change without a code review, producing different images from the same source.
docker-compose.yml:15 dockerlegacy
medium Legacy security auth conf 0.85 CORS misconfiguration — wildcard Access-Control-Allow-Origin
Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public read-only endpoints; dangerous when paired with credentials or write endpoints.
openviking/server/app.py:96 authlegacy cors-wildcard · CWE-942 · A05:2021
medium Legacy security auth conf 0.85 CORS misconfiguration — wildcard Access-Control-Allow-Origin
Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public read-only endpoints; dangerous when paired with credentials or write endpoints.
openviking/server/config.py:65 authlegacy cors-wildcard · CWE-942 · A05:2021
medium Legacy security auth conf 0.85 CORS misconfiguration — wildcard Access-Control-Allow-Origin
Access-Control-Allow-Origin: * exposes the API to any browser origin. Acceptable for public read-only endpoints; dangerous when paired with credentials or write endpoints.
openviking/server/config.py:23 authlegacy cors-wildcard · CWE-942 · A05:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/httpfs/httpfs.go:734 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/httpfs/httpfs.go:665 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/httpfs/httpfs.go:524 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/httpfs/httpfs.go:523 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/httpfs/httpfs.go:516 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/httpfs/httpfs.go:202 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/proxyfs/examples/helloworld_agfs_server.py:312 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/proxyfs/proxyfs.go:423 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/proxyfs/proxyfs.go:393 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/proxyfs/proxyfs.go:391 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/proxyfs/proxyfs.go:377 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/pkg/plugins/proxyfs/proxyfs.go:325 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/cmd/server/main.go:155 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/cmd/server/main.go:148 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/config.yaml:140 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-server/config.example.yaml:140 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-shell/agfs_shell/commands/mount.py:81 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-shell/agfs_shell/commands/mount.py:26 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-shell/agfs_shell/commands/plugins.py:84 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-shell/agfs_shell/webapp_server.py:616 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-shell/agfs_shell/builtins.py:1999 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.45 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
third_party/agfs/agfs-shell/build.py:287 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking_cli/utils/rerank.py:114 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking_cli/utils/downloader.py:25 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking_cli/cli/commands/resources.py:29 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/utils/media_processor.py:73 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/utils/code_hosting_utils.py:26 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/models/vlm/backends/openai_vlm.py:128 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/models/vlm/backends/volcengine_vlm.py:183 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/models/vlm/backends/litellm_vlm.py:173 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/storage/vectordb/collection/http_collection.py:92 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/storage/vectordb/collection/http_collection.py:67 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/storage/vectordb/collection/http_collection.py:42 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/storage/viking_vector_index_backend.py:176 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/storage/viking_vector_index_backend.py:175 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/parse/parsers/code/code.py:458 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/parse/parsers/code/code.py:273 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/parse/parsers/code/code.py:242 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/parse/parsers/code/code.py:203 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/parse/parsers/code/code.py:114 cryptolegacy http-not-https · CWE-319 · A02:2021
high Legacy security crypto conf 0.85 Crypto — plaintext HTTP for sensitive endpoint
Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
openviking/parse/parsers/html.py:253 cryptolegacy http-not-https · CWE-319 · A02:2021
medium Legacy cicd docker conf 0.90 Docker build context has no .dockerignore
Without .dockerignore, build context can include source history, local env files, dependencies, and generated artifacts.
.dockerignore dockerlegacy
high Legacy cicd docker conf 0.82 Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
bot/deploy/docker/Dockerfile:4 dockerlegacy
high Legacy cicd docker conf 0.82 Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
bot/deploy/Dockerfile:1 dockerlegacy
high Legacy cicd docker conf 0.82 Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
Dockerfile:86 dockerlegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
openviking/eval/ragas/play_recorder.py:175 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
crates/ragfs/src/plugins/sqlfs/mod.rs:23 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
crates/ragfs/src/plugins/sqlfs/cache.rs:139 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
crates/ragfs/src/plugins/serverinfofs/mod.rs:249 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
crates/ragfs/src/core/plugin.rs:81 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
crates/ragfs/src/core/mountable.rs:245 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
bot/vikingbot/providers/openai_compatible_provider.py:48 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
bot/vikingbot/openviking_mount/viking_fuse.py:68 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
bot/vikingbot/openviking_mount/viking_fuse.py:67 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
bot/vikingbot/openviking_mount/fuse_simple_debug.py:9 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
bot/vikingbot/openviking_mount/fuse_simple.py:9 qualitylegacy
high Legacy quality quality conf 0.86 Duplicated implementation block across source files
Duplicated blocks are a common artifact when generated code is pasted or recreated instead of reused. They increase maintenance cost because every future bug fix must be found in multiple locations.
bot/vikingbot/openviking_mount/fuse_proxy.py:9 qualitylegacy
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
third_party/agfs/agfs-shell/agfs_shell/shell.py:113 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
third_party/agfs/agfs-shell/agfs_shell/webapp_server.py:235 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
third_party/agfs/agfs-shell/agfs_shell/webapp_server.py:75 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/models/embedder/openai_embedders.py:176 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/models/embedder/openai_embedders.py:173 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/models/embedder/openai_embedders.py:167 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/models/embedder/openai_embedders.py:157 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/models/embedder/openai_embedders.py:151 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/store/store.py:119 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/store/store.py:15 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/meta/dict.py:67 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/index/local_index.py:308 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/http_collection.py:135 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/volcengine_collection.py:273 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:56 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:43 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:39 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:35 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:31 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:27 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:23 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:19 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:15 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/collection.py:11 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/local_collection.py:917 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/local_collection.py:881 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/vikingdb_collection.py:148 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/vikingdb_collection.py:132 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/vikingdb_collection.py:115 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/vikingdb_collection.py:112 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/storage/vectordb/collection/vikingdb_collection.py:109 test_qualitylegacy stub-only-function · CWE-1188
high Legacy software test_quality conf 0.85 Function is stub-only (pass/raise NotImplementedError)
Function declared but body is just pass, return None, raise NotImplementedError, or TODO comment.
openviking/parse/parsers/directory.py:248 test_qualitylegacy stub-only-function · CWE-1188
high Legacy quality quality conf 0.80 localStorage write failures are swallowed silently
localStorage quotas are small and writes can fail. Catching storage errors without a user-visible warning causes silent data loss when notes, images, or snapshots exceed quota.
openviking/console/static/app.js:161 qualitylegacy
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-server/pkg/plugin/api/host_http.go:67 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-server/pkg/plugin/api/wasm_instance_pool.go:21 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-server/pkg/plugins/heartbeatfs/heartbeatfs.go:95 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-server/pkg/plugins/streamfs/streamfs.go:792 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-server/pkg/plugins/streamfs/streamfs.go:788 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-server/pkg/plugins/sqlfs/sqlfs.go:242 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-server/pkg/plugins/sqlfs/sqlfs.go:241 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-shell/agfs_shell/shell.py:2141 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-shell/agfs_shell/shell.py:2140 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-shell/agfs_shell/control_flow.py:43 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
third_party/agfs/agfs-shell/agfs_shell/control_flow.py:22 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
openviking/session/session.py:342 qualitylegacy magic-number-default
high Legacy quality quality conf 0.85 Magic number used as default arg
Using hardcoded default values for complex configuration objects makes the code brittle and difficult to manage. Consider using a dedicated factory or builder pattern. Auto-promoted from proposal 444 on 2026-05-12. Synth confidence: 0.85. FP estimate: 0.00.
openviking/session/session.py:341 qualitylegacy magic-number-default
high Legacy quality quality conf 0.82 Parallel implementation file sits beside a canonical file
AI-assisted edits often create a new sibling file instead of integrating the change into the existing module. That leaves two paths for future maintainers to understand and can hide the code that is actually wired into the app.
openviking/session/compressor_v2.py:1 qualitylegacy
medium Legacy quality quality conf 0.78 Public web service has no security.txt
security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt.
.well-known/security.txt qualitylegacy
high Legacy software dependency conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
npm/cli/README.md:19 dependencylegacy
high Legacy software dependency conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
examples/cloud/GUIDE.md:616 dependencylegacy
high Legacy software dependency conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
docs/zh/getting-started/03-quickstart-server.md:227 dependencylegacy
high Legacy software dependency conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
bot/README_CN.md:31 dependencylegacy
high Legacy software dependency conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
CONTRIBUTING_JA.md:51 dependencylegacy
high Legacy software dependency conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
CONTRIBUTING_CN.md:51 dependencylegacy
high Legacy software supply_chain conf 0.85 Supply chain — npm install without lockfile
Production image runs npm install (resolves new versions on every build) instead of npm ci.
third_party/agfs/agfs-shell/webapp/setup.sh:31 supply_chainlegacy npm-install-no-lockfile · CWE-1357 · A06:2021
low Legacy quality quality conf 0.85 Cluster of TODOs in one file
Code path with a TODO/FIXME/HACK comment that gates correctness — left for later but never resolved.
openviking/parse/parsers/code/code.py:459 qualitylegacy todo-bomb
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
docker-compose.yml:15 dockerlegacy
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
bot/deploy/docker/langfuse/docker-compose.yml:68 dockerlegacy
high Legacy cicd docker conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
bot/deploy/docker/langfuse/docker-compose.yml:6 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
docker-compose.yml:15 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
bot/deploy/docker/langfuse/docker-compose.yml:87 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
bot/deploy/docker/langfuse/docker-compose.yml:68 dockerlegacy
high Legacy cicd docker conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
bot/deploy/docker/langfuse/docker-compose.yml:6 dockerlegacy
low Legacy cicd docker conf 0.58 Database service publishes a loopback host port
Publishing database ports to the host increases exposure. Internal Compose networking usually only needs expose, not ports.
bot/deploy/docker/langfuse/docker-compose.yml:145 dockerlegacy
low Legacy cicd docker conf 0.58 Database service publishes a loopback host port
Publishing database ports to the host increases exposure. Internal Compose networking usually only needs expose, not ports.
bot/deploy/docker/langfuse/docker-compose.yml:129 dockerlegacy
low Legacy cicd docker conf 0.58 Database service publishes a loopback host port
Publishing database ports to the host increases exposure. Internal Compose networking usually only needs expose, not ports.
bot/deploy/docker/langfuse/docker-compose.yml:87 dockerlegacy
high Legacy cicd docker conf 0.72 Dockerfile keeps pip download cache
Pip's package cache increases image size and can preserve unnecessary artifacts.
bot/deploy/docker/Dockerfile:48 dockerlegacy
high Legacy cicd docker conf 0.72 Dockerfile keeps pip download cache
Pip's package cache increases image size and can preserve unnecessary artifacts.
bot/deploy/docker/Dockerfile:28 dockerlegacy
high Legacy cicd docker conf 0.72 Dockerfile keeps pip download cache
Pip's package cache increases image size and can preserve unnecessary artifacts.
bot/deploy/Dockerfile:56 dockerlegacy
high Legacy cicd docker conf 0.72 Dockerfile keeps pip download cache
Pip's package cache increases image size and can preserve unnecessary artifacts.
bot/deploy/Dockerfile:37 dockerlegacy
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/38867b29-108b-4571-8f96-6b04632ee2b9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/38867b29-108b-4571-8f96-6b04632ee2b9/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.