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.
119 of your 374 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 2.4s · analysis 19.37s · 4.5 MB · GitHub API rate-limit (preflight)

SREGym/SREGym

https://github.com/SREGym/SREGym · scanned 2026-06-05 23:42 UTC (4 days, 3 hours ago) · 10 languages

696 raw signals (344 security + 352 graph) 39th percentile · Python · medium (20-100K LoC) System graph score 71 (lower by 23)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 3 hours ago · v2 · 337 actionable findings from 2 signal sources. 178 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 8.0 0.25 2.00
testing_score 49.0 0.20 9.80
documentation_score 92.0 0.15 13.80
practices_score 76.0 0.15 11.40
code_quality 25.7 0.10 2.57
Overall 1.00 48.6
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 Strongest dependencies (90), structure (70); weakest security (10), practices (38).

Showing 281 of 337 actionable findings. 515 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED102] Shell Injection Via F-string: Shell command built via f-string or .format with non-constant input — command injection. An attacker controlling any interpolated value can execute arbitrary shell commands.
Use the list form of subprocess (e.g. subprocess.run(["cmd", arg1, arg2])) with shell=False. Never combine shell=True with string interpolation.
sregym/service/mcp_server.py:86
critical Security checks software dependencies conf 0.88 authlib: GHSA-wvwj-cvrp-7pv5
Authlib JWS JWK Header Injection: Signature Verification Bypass
uv.lock
critical Security checks security secrets conf 0.95 3 occurrences Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
2 files, 3 locations
sregym/generators/fault/inject_kafka.py:407, 432 (2 hits)
sregym/observer/logstash/values.yaml:53
critical Security checks software dependencies conf 0.88 2 occurrences fastmcp: GHSA-vv7q-7jx5-f767
FastMCP OpenAPI Provider has an SSRF & Path Traversal Vulnerability
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
critical Security checks software dependencies conf 0.88 2 occurrences litellm: GHSA-jjhc-v7c2-5hh6
LiteLLM: Authentication bypass via OIDC userinfo cache key collision
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks quality Quality conf 1.00 ✓ Repobility 4 occurrences Missing import: `stat` used but not imported
The file uses `stat.something(...)` but never imports `stat`. This raises NameError at runtime the first time the line executes.
4 files, 4 locations
sregym/conductor/oracles/operator_misoperation/non_existent_storage_mitigation.py:82
sregym/service/apps/fleet_cast.py:246
tests/results_preliminary/process.py:1035
visualizer/process.py:1298
critical System graph security Secrets conf 1.00 Possible secret in sregym/observer/logstash/values.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
sregym/observer/logstash/values.yaml:52
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
mcp_server/kubectl_server_helper/kubectl.py:268
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED020] Logging Credential Via Fstring: logger.error(f"failed for {api_key}") — secrets end up in log aggregators / sentry.
Review and fix per the pattern semantics. See CWE-532 / A09:2021 for context.
mcp_server/utils.py:40
high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection.
Review and fix per the pattern semantics. See CWE-78 / for context.
3 files, 3 locations
clients/geminicli/geminicli_agent.py:251
clients/stratus/tools/compile/compile_tool.py:48
mcp_server/kubectl_server_helper/kubectl.py:256
low Security checks security Injection conf 1.00 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts.
Escape with javax.naming.ldap.Rdn.escapeValue or equivalent. For python-ldap, use ldap.filter.escape_filter_chars. Better: use parameterized search APIs (Spring LdapTemplate filter encoders).
sregym/conductor/oracles/kubelet_eviction_threshold_misconfig_mitigation.py:10
high Security checks quality Quality conf 1.00 ✓ Repobility 20 occurrences `self._prompt` used but never assigned in __init__
Method `select_mode` of class `HumanAgent` reads `self._prompt`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
4 files, 20 locations
sregym/agent_launcher.py:70, 96, 151, 158, 184, 195, 208, 211 (8 hits)
sregym/service/kubectl.py:58, 65, 71, 105, 128, 181, 205, 216 (8 hits)
cli.py:69, 96 (2 hits)
tests/kubectl_tool_tests/nl2kubectl_agent.py:149, 151 (2 hits)
high Security checks software dependencies conf 0.88 authlib: GHSA-7432-952r-cw78
Authlib Vulnerable to JWE RSA1_5 Bleichenbacher Padding Oracle
uv.lock
high Security checks software dependencies conf 0.88 authlib: GHSA-m344-f55w-2m6j
Authlib: Fail-Open Cryptographic Verification in OIDC Hash Binding
uv.lock
high Security checks software dependencies conf 0.88 authlib: PYSEC-2026-188
Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to 1.6.12 and 1.7.1, an unauthenticated open redirect in Authlib's OpenIDImplicitGrant and OpenIDHybridGrant authorization endpoint lets a remote attacker cause the authorization server to issue an HTTP 302 to an attac…
uv.lock
high Security checks software dependencies conf 0.88 authlib: PYSEC-2026-25
Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to 1.6.11, there is no CSRF protection on the cache feature in authlib.integrations.starlette_client.OAuth. This vulnerability is fixed in 1.6.11.
uv.lock
high Security checks software dependencies conf 0.88 azure-core: GHSA-jm66-cg57-jjv5
Azure Core is vulnerable to deserialization of untrusted data
uv.lock
high Security checks software dependencies conf 0.88 cryptography: GHSA-r6ph-v2qm-q3c2
cryptography Vulnerable to a Subgroup Attack Due to Missing Subgroup Validation for SECT Curves
uv.lock
high Security checks software dependencies conf 0.88 cryptography: PYSEC-2026-35
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Prior to version 46.0.6, DNS name constraints were only validated against SANs within child certificates, and not the "peer name" presented during each validation. Consequently, cryptography woul…
uv.lock
high Security checks software dependencies conf 0.88 cryptography: PYSEC-2026-36
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. This vulnerability is fixed in…
uv.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 3 occurrences Dockerfile FROM `ubuntu:22.04` not pinned by digest
`FROM ubuntu:22.04` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
3 files, 3 locations
docker/agents/Dockerfile:1
kind/Dockerfile:1
mcp_server/Dockerfile:1
high Security checks cicd CI/CD security 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.
mcp_server/Dockerfile:6 CI/CD securitycontainers
high Security checks cicd CI/CD security 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.
docker/agents/Dockerfile:13 CI/CD securitycontainers
high Security checks quality Quality conf 0.80 ✓ Repobility FastAPI POST /submit has no auth
Handler `submit_solution` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
sregym/conductor/conductor_api.py:115
high Security checks software dependencies conf 0.88 2 occurrences fastmcp: GHSA-5h2m-4q8j-pqpj
FastMCP OAuth Proxy token reuse across MCP servers
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.88 2 occurrences fastmcp: GHSA-c2jp-c369-7pvx
FastMCP Auth Integration Allows for Confused Deputy Account Takeover
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.88 2 occurrences fastmcp: GHSA-rcfx-77hg-w2wv
FastMCP updated to MCP 1.23+ due to CVE-2025-66416
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.88 2 occurrences fastmcp: GHSA-rww4-4w9c-7733
FastMCP: Missing Consent Verification in OAuth Proxy Callback Facilitates Confused Deputy Vulnerabilities
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 24 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v4` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
4 files, 24 locations
.github/workflows/problem-validation.yml:216, 230, 261, 331, 340, 351, 378 (14 hits)
.github/workflows/action.yml:23, 79 (4 hits)
.github/workflows/smoke-test.yml:33, 102 (4 hits)
.github/workflows/claude.yml:29 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 10 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `anthropics/claude-code-action` pinned to mutable ref `@v1` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
3 files, 10 locations
.github/workflows/problem-validation.yml:280, 293 (4 hits)
.github/workflows/smoke-test.yml:47, 60 (4 hits)
.github/workflows/claude.yml:35 (2 hits)
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.88 gitpython: GHSA-7545-fcxq-7j24
GitPython reference APIs has a path traversal vulnerability that allows arbitrary file write and delete outside the repository
uv.lock
high Security checks software dependencies conf 0.88 gitpython: GHSA-mv93-w799-cj2w
GitPython: Newline injection in config_writer() section parameter bypasses CVE-2026-42215 patch, enabling RCE via core.hooksPath
uv.lock
high Security checks software dependencies conf 0.88 gitpython: GHSA-v87r-6q3f-2j67
GitPython: Newline injection in config_writer().set_value() enables RCE via core.hooksPath
uv.lock
high Security checks software dependencies conf 0.88 gitpython: GHSA-x2qx-6953-8485
GitPython: Unsafe option check validates multi_options before shlex.split transformation
uv.lock
high Security checks software dependencies conf 0.88 golang.org/x/sys: GO-2026-5024
Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 langchain-core: GHSA-pjwx-r37v-7724
LangChain vulnerable to unsafe deserialization of attacker-controlled objects through overly broad `load()` allowlists
uv.lock
high Security checks software dependencies conf 0.88 langchain-core: GHSA-qh6h-p6c9-ff54
LangChain Core has Path Traversal vulnerabilites in legacy `load_prompt` functions
uv.lock
high Security checks software dependencies conf 0.88 langchain: GHSA-3644-q5cj-c5c7
LangSmith SDK: Public prompt pull deserializes untrusted manifests without trust boundary warning
docker/agents/requirements-container.txt
high Security checks software dependencies conf 0.88 langgraph: PYSEC-2026-83
LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite). In version 1.0.9 and prior, LangGraph checkpointers can load msgpack-encoded checkpoints that reconstruct Python objects during deserialization. If an attacker can…
uv.lock
high Security checks software dependencies conf 0.88 langgraph: PYSEC-2026-83
LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite). In version 1.0.9 and prior, LangGraph checkpointers can load msgpack-encoded checkpoints that reconstruct Python objects during deserialization. If an attacker can…
docker/agents/requirements-container.txt
high Security checks software dependencies conf 0.88 2 occurrences langsmith: GHSA-3644-q5cj-c5c7
LangSmith SDK: Public prompt pull deserializes untrusted manifests without trust boundary warning
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.88 2 occurrences litellm: GHSA-53mr-6c8q-9789
LiteLLM: Privilege escalation via unrestricted proxy configuration endpoint
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.88 2 occurrences litellm: GHSA-69x8-hrgq-fjj8
LiteLLM: Password hash exposure and pass-the-hash authentication bypass
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.88 2 occurrences litellm: GHSA-v4p8-mg3p-g94g
LiteLLM: Authenticated command execution via MCP stdio test endpoints
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.88 litellm: GHSA-wxxx-gvqv-xp7p
LiteLLM has a sandbox escape in custom-code guardrail
uv.lock
high Security checks software dependencies conf 0.88 litellm: GHSA-xqmj-j6mv-4862
LiteLLM: Server-Side Template Injection in /prompts/test endpoint
uv.lock
high Security checks software dependencies conf 0.88 lxml: PYSEC-2026-87
lxml is a library for processing XML and HTML in the Python language. Prior to 6.1.0, using either of the two parsers in the default configuration (with resolve_entities=True) allows untrusted XML input to read local files. Setting the resolve_entities option explicitly to resolve_entities='interna…
uv.lock
high Security checks software dependencies conf 0.88 mcp: GHSA-3qhf-m339-9g5v
MCP Python SDK vulnerability in the FastMCP Server causes validation error, leading to DoS
docker/agents/requirements-container.txt
high Security checks software dependencies conf 0.88 2 occurrences mcp: GHSA-9h52-p55h-vw2f
Model Context Protocol (MCP) Python SDK does not enable DNS rebinding protection by default
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.88 2 occurrences mcp: GHSA-j975-95f5-7wqh
MCP Python SDK has Unhandled Exception in Streamable HTTP Transport, Leading to Denial of Service
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 2 occurrences pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v6.0.0`
`.pre-commit-config.yaml` references `https://github.com/pre-commit/pre-commit-hooks` at `rev: v6.0.0`. If `{rev}` is a branch or version tag, the repo owner can push new code there and `pre-commit install --install-hooks` will fetch it on every developer's machine.
lines 2, 12
.pre-commit-config.yaml:2, 12 (2 hits)
high Security checks software dependencies conf 0.88 protobuf: GHSA-7gcm-g887-7qv7
protobuf affected by a JSON recursion depth bypass
uv.lock
high Security checks software dependencies conf 0.88 protobuf: GHSA-8qvm-5x2c-j2w7
protobuf-python has a potential Denial of Service issue
uv.lock
high Security checks software dependencies conf 0.88 pyasn1: GHSA-jr27-m4p2-rc6r
Denial of Service in pyasn1 via Unbounded Recursion
uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2025-183
pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library (admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement).
uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-120
PyJWT is a JSON Web Token implementation in Python. Prior to 2.12.0, PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting…
uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-175
PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registering HTTPHandler, HTTPSHandler, FTPHandler, FileHandler, and DataHandler. There is currently no docu…
uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-176
PyJWT is a JSON Web Token implementation in Python. From 2.9.0 to 2.12.1, there is a verifier-side algorithm allow-list bypass when jwt.decode() or jwt.decode_complete() are called with a PyJWK key. The token header alg is checked against the caller-supplied algorithms allow-list, but signature ver…
uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-177
PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient.get_signing_key() forces a fresh HTTP request to the JWKS endpoint for every JWT with an unknown kid value, with no rate limiting. Since kid comes from the unverified token header, an attacker can trigger unlimited out…
uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-178
PyJWT is a JSON Web Token implementation in Python. From 2.8.0 to 2.12.1, when verifying detached JWS tokens using the unencoded-payload option ("b64": false, RFC 7797), PyJWT performs Base64URL decoding of the compact-serialization payload segment before enforcing the detached-payload rules. For b…
uv.lock
high Security checks software dependencies conf 0.88 pyjwt: PYSEC-2026-179
PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, when the verifier is decoding JSON Web Tokens, while supporting both asymmetric and HMAC algorithms, the library does not validate use of JSON Web Keys in HMAC algorithm, allowing attacker to use the issuer public key as the secre…
uv.lock
high Security checks software dependencies conf 0.88 python-multipart: GHSA-pp6c-gr5w-3c5g
python-multipart has Denial of Service via unbounded multipart part headers
uv.lock
high Security checks software dependencies conf 0.88 python-multipart: GHSA-wp53-j4wj-2cfg
Python-Multipart has Arbitrary File Write via Non-Default Configuration
uv.lock
high Security checks software dependencies conf 0.88 starlette: GHSA-7f5h-v6xp-fcq8
Starlette vulnerable to O(n^2) DoS via Range header merging in ``starlette.responses.FileResponse``
uv.lock
high Security checks software dependencies conf 0.88 starlette: PYSEC-2026-161
BadHost: Missing Host header validation poisons request.url.path, bypassing path-based security checks
uv.lock
high Security checks software dependencies conf 0.88 stdlib: GO-2025-3955
CrossOriginProtection insecure bypass patterns not limited to exact matches in net/http
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4006
Excessive CPU consumption in ParseAddress in net/mail
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4007
Quadratic complexity when checking name constraints in crypto/x509
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4008
ALPN negotiation error contains attacker controlled information in crypto/tls
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4009
Quadratic complexity when parsing some invalid inputs in encoding/pem
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4010
Insufficient validation of bracketed IPv6 hostnames in net/url
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4011
Parsing DER payload can cause memory exhaustion in encoding/asn1
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4012
Lack of limit when parsing cookies can cause memory exhaustion in net/http
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4013
Panic when validating certificates with DSA public keys in crypto/x509
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4014
Unbounded allocation when parsing GNU sparse map in archive/tar
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4015
Excessive CPU consumption in Reader.ReadResponse in net/textproto
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4155
Excessive resource consumption when printing error string for host certificate validation in crypto/x509
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4175
Improper application of excluded DNS name constraints when verifying wildcard names in crypto/x509
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4337
Unexpected session resumption in crypto/tls
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4340
Handshake messages may be processed at the incorrect encryption level in crypto/tls
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4341
Memory exhaustion in query parameter parsing in net/url
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4342
Excessive CPU consumption when building archive index in archive/zip
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4601
Incorrect parsing of IPv6 host literals in net/url
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4602
FileInfo can escape from a Root in os
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4603
URLs in meta content attribute actions are not escaped in html/template
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4864
TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4865
JsBraceDepth Context Tracking Bugs (XSS) in html/template
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4869
Unbounded allocation for old GNU sparse in archive/tar
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4870
Unauthenticated TLS 1.3 KeyUpdate record can cause persistent connection retention and DoS in crypto/tls
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4918
Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4946
Inefficient policy validation in crypto/x509
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4947
Unexpected work during chain building in crypto/x509
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4971
Panic in Dial and LookupPort when handling NUL byte on Windows in net
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4976
ReverseProxy forwards queries with more than urlmaxqueryparams parameters in net/http/httputil
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4977
Quadratic string concatenation in consumePhrase in net/mail
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4980
Escaper bypass leads to XSS in html/template
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4981
Crash when handling long CNAME response in net
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4982
Bypass of meta content URL escaping causes XSS in html/template
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4986
Quadratic string concatentation in consumeComment in net/mail
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5037
Inefficient candidate hostname parsing in crypto/x509
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5038
Quadratic complexity in WordDecoder.DecodeHeader in mime
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5039
Arbitrary inputs are included in errors without any escaping in net/textproto
visualizer/interactive_deployment/go.mod
high Security checks software dependencies conf 0.88 urllib3: PYSEC-2026-141
urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0.
uv.lock
high Security checks software dependencies conf 0.88 urllib3: PYSEC-2026-142
urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) when HTTPResponse.dr…
uv.lock
high System graph hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
docker/agents/Dockerfile:12 containersRemote installer
high System graph security auth conf 1.00 FastAPI POST `submit_solution` without auth dependency — sregym/conductor/conductor_api.py:114
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
sregym/conductor/conductor_api.py:114 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'eval_used' in sregym/conductor/oracles/dns_resolution_mitigation.py:24
Found a known-risky pattern (eval_used). Review and replace if possible.
sregym/conductor/oracles/dns_resolution_mitigation.py:24 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in sregym/conductor/problems/edge_request_filter_cpu_saturation.py:205
Found a known-risky pattern (exec_used). Review and replace if possible.
sregym/conductor/problems/edge_request_filter_cpu_saturation.py:205 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in sregym/generators/fault/inject_app.py:240
Found a known-risky pattern (exec_used). Review and replace if possible.
sregym/generators/fault/inject_app.py:240 Exec used
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in sregym/resources/trainticket/locustfile.py:11
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
sregym/resources/trainticket/locustfile.py:11 Tls verify false
medium Security checks 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.
high Security checks security auth conf 0.74 [AUC002] Low visible authorization coverage in route inventory: Only 33.3% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
Only 33.3% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
medium Security checks 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.
low Security checks quality Error handling conf 1.00 3 occurrences [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.
3 files, 3 locations
clients/stratus/weak_oracles/alert_oracle.py:25
llm_backend/get_llm_backend.py:163
sregym/agent_launcher.py:244
low Security checks security Injection conf 0.50 3 occurrences [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.
3 files, 3 locations
clients/geminicli/geminicli_agent.py:251
clients/stratus/tools/compile/compile_tool.py:48
mcp_server/kubectl_server_helper/kubectl.py:256
medium Security checks security Crypto conf 1.00 [SEC014] SSL Verification Disabled: SSL certificate verification is disabled, allowing man-in-the-middle attacks.
Enable SSL verification. Use verify=True (default) for requests. Pin certificates if needed.
sregym/resources/trainticket/locustfile.py:11
low Security checks quality Quality conf 1.00 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws — wrap, swallow, return success. Real bugs are masked, observability is destroyed, and callers think the operation worked. CWE-396 (improperly-generalized exception). Distinct from intentional fallback because there's no log line and the success value is fabricated.
Catch the specific exception type, log at error level with full exception info, and return a failure-shaped result. If the operation is genuinely best-effort, log at warning and document why in a comment so the next reader (or scanner) knows.
sregym/conductor/problems/silent_data_corruption.py:150
high Security checks quality Quality conf 0.72 6 occurrences 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.
6 files, 6 locations
main.py:78
mcp_server/configs/mcp_server_cfg.py:12
mcp_server/sregym_mcp_server.py:4
sregym/conductor/conductor_api.py:7
sregym/observer/prometheus/prometheus/charts/prometheus-node-exporter/templates/daemonset.yaml:70
sregym/service/mcp_server.py:68
medium Security checks software dependencies conf 0.88 aiohttp: GHSA-c427-h43c-vf67
AIOHTTP accepts duplicate Host headers
uv.lock
medium Security checks software dependencies conf 0.88 aiohttp: GHSA-hg6j-4rv6-33pg
AIOHTTP is vulnerable to cross-origin redirect with per-request cookies
uv.lock
medium Security checks software dependencies conf 0.88 aiohttp: GHSA-jg22-mg44-37j8
AIOHTTP is Vulnerable to Deserialization of Untrusted Data
uv.lock
medium Security checks software dependencies conf 0.88 aiohttp: GHSA-m5qp-6w8w-w647
AIOHTTP has a Multipart Header Size Bypass
uv.lock
medium Security checks software dependencies conf 0.88 aiohttp: GHSA-p998-jp59-783m
AIOHTTP affected by UNC SSRF/NTLMv2 Credential Theft/Local File Read in static resource handler on Windows
uv.lock
medium Security checks software dependencies conf 0.88 aiohttp: GHSA-w2fm-2cpv-w7v5
aiohttp allows unlimited trailer headers, leading to possible uncapped memory usage
uv.lock
low Security checks quality Error handling conf 0.55 ✓ Repobility 24 occurrences Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
6 files, 24 locations
visualizer/process.py:52, 141, 345, 487, 544, 565, 583, 996, +2 more (10 hits)
visualizer/queries.py:32, 164, 230, 629, 995, 1019 (6 hits)
cli.py:103, 113, 121 (3 hits)
tests/results_preliminary/process.py:49, 118, 743 (3 hits)
sregym/agent_launcher.py:107
visualizer/generate_trajectories.py:93
Error handlingquality
high Security checks 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.
clients/codex/driver.py:25
high Security checks 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.
clients/codex/codex_agent.py:15
medium Security checks quality Quality conf 0.73 Codex session log reader may expose prompts or tool-call content
Codex session JSONL files can contain prompts, tool events, paths, and operational metadata, not only token counts. Token dashboards and exporters should avoid retaining or sharing raw session text.
visualizer/process.py:129
medium Security checks software dependencies conf 0.88 diskcache: GHSA-w8v5-vhqr-4h9v
DiskCache has unsafe pickle deserialization
uv.lock
medium Security checks cicd CI/CD security 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 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 3 occurrences Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
3 files, 3 locations
docker/agents/Dockerfile:1
kind/Dockerfile:1
mcp_server/Dockerfile:1
CI/CD securitycontainers
medium Security checks software dependencies conf 0.88 2 occurrences fastmcp: GHSA-m8x7-r2rg-vh5g
FastMCP has a Command Injection vulnerability - Gemini CLI
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
medium Security checks software dependencies conf 0.88 2 occurrences fastmcp: GHSA-mxxr-jv3v-6pgc
FastMCP vulnerable to reflected XSS in client's callback page
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
medium Security checks software dependencies conf 0.88 2 occurrences fastmcp: GHSA-rj5c-58rq-j5g5
FastMCP vulnerable to windows command injection in FastMCP Cursor installer via server_name
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
medium Security checks software dependencies conf 0.88 filelock: GHSA-qmgc-5h2g-mvrw
filelock Time-of-Check-Time-of-Use (TOCTOU) Symlink Vulnerability in SoftFileLock
uv.lock
medium Security checks software dependencies conf 0.88 filelock: GHSA-w853-jp5j-5j7f
filelock has a TOCTOU race condition which allows symlink attacks during lock file creation
uv.lock
medium Security checks software dependencies conf 0.88 idna: GHSA-65pc-fj4g-8rjx
Internationalized Domain Names in Applications (IDNA): Specially crafted inputs to idna.encode() can bypass CVE-2024-3651 fix
uv.lock
medium Security checks software dependencies conf 0.88 langchain-core: GHSA-926x-3r5x-gfhw
LangChain has incomplete f-string validation in prompt templates
uv.lock
medium Security checks software dependencies conf 0.88 2 occurrences langsmith: GHSA-rr7j-v2q5-chgv
LangSmith SDK: Streaming token events bypass output redaction
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
medium Security checks 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
medium Security checks software dependencies conf 0.88 pynacl: GHSA-mrfv-m5wm-5w6w
libsodium has Incomplete List of Disallowed Inputs
uv.lock
medium Security checks software dependencies conf 0.88 pytest: GHSA-6w46-j5rx-g56g
pytest has vulnerable tmpdir handling
uv.lock
medium Security checks software dependencies conf 0.90 Python package `kubernetes` is 6 major version(s) behind (30.1.0 -> 36.0.2)
`kubernetes==30.1.0` is 6 major version(s) behind the latest stable release on PyPI (36.0.2). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
docker/agents/requirements-container.txt:15
medium Security checks software dependencies conf 0.90 Python package `pandas` is 1 major version(s) behind (2.2.3 -> 3.0.3)
`pandas==2.2.3` is 1 major version(s) behind the latest stable release on PyPI (3.0.3). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
docker/agents/requirements-container.txt:14
medium Security checks software dependencies conf 0.90 Python package `rich` is 2 major version(s) behind (13.9.4 -> 15.0.0)
`rich==13.9.4` is 2 major version(s) behind the latest stable release on PyPI (15.0.0). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
docker/agents/requirements-container.txt:17
medium Security checks software dependencies conf 0.88 2 occurrences python-dotenv: GHSA-mf9w-mj56-hr94
python-dotenv: Symlink following in set_key allows arbitrary file overwrite via cross-device rename fallback
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
medium Security checks software dependencies conf 0.88 python-multipart: GHSA-mj87-hwqh-73pj
python-multipart affected by Denial of Service via large multipart preamble or epilogue data
uv.lock
medium Security checks software dependencies conf 0.88 requests: GHSA-9hjg-9r4m-mvj7
Requests vulnerable to .netrc credentials leak via malicious URLs
docker/agents/requirements-container.txt
medium Security checks software dependencies conf 0.88 2 occurrences requests: GHSA-gc5v-m9x4-r6x2
Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function
2 files, 2 locations
docker/agents/requirements-container.txt
uv.lock
medium Security checks software dependencies conf 0.88 starlette: GHSA-2c2j-9gv5-cj73
Starlette has possible denial-of-service vector when parsing large files in multipart forms
uv.lock
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/agents/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: kind/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: mcp_server/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/claude.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in clients/geminicli/geminicli_agent.py:253
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
clients/geminicli/geminicli_agent.py:253 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in clients/opencode/opencode_agent.py:367
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
clients/opencode/opencode_agent.py:367 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in clients/stratus/tools/compile/compile_tool.py:48
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
clients/stratus/tools/compile/compile_tool.py:48 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in clients/stratus/tools/text_editing/flake8_utils.py:141
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
clients/stratus/tools/text_editing/flake8_utils.py:141 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in mcp_server/kubectl_server_helper/kubectl.py:258
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
mcp_server/kubectl_server_helper/kubectl.py:258 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/agent_launcher.py:82
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/agent_launcher.py:82 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/observer/ingress_nginx.py:14
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/observer/ingress_nginx.py:14 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/observer/jaeger/jaeger.py:16
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/observer/jaeger/jaeger.py:16 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/observer/otel_collector/otel_collector.py:16
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/observer/otel_collector/otel_collector.py:16 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/service/apps/fleet_cast.py:31
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/service/apps/fleet_cast.py:31 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/service/apps/tidb_cluster_operator.py:55
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/service/apps/tidb_cluster_operator.py:55 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/service/helm.py:42
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/service/helm.py:42 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/service/kubectl.py:717
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/service/kubectl.py:717 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/service/mcp_server.py:86
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/service/mcp_server.py:86 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/service/shell.py:20
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/service/shell.py:20 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in sregym/service/telemetry/prometheus.py:133
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
sregym/service/telemetry/prometheus.py:133 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — clients/autosubmit/autosubmit_agent.py:13
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — clients/codex/codex_agent.py:333
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — clients/stratus/tools/compile/compile_tool.py:48
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — clients/stratus/tools/text_editing/flake8_utils.py:141
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/conductor/oracles/priority_preemption_mitigation.py:147
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/conductor/problems/admission_webhook_tls_mismatch.py:94
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/conductor/problems/priority_preemption_cascade.py:153
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/generators/fault/inject_hw.py:226
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/generators/fault/inject_kernel.py:210
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/generators/fault/inject_remote_os.py:92
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/observer/ingress_nginx.py:14
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/observer/jaeger/jaeger.py:16
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/observer/otel_collector/otel_collector.py:16
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/observer/tidb_prometheus.py:21
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/service/apps/fleet_cast.py:31
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/service/apps/tidb_cluster_operator.py:55
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/service/container_runner.py:302
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/service/helm.py:40
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/service/mcp_server.py:90
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sregym/service/telemetry/prometheus.py:131
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — visualizer/process.py:445
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
23 test file(s) for 311 source file(s) (ratio 0.07). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks security auth conf 0.76 [AUC005] No authorization-focused tests detected: No test files with common authorization, ownership, 403, admin, or super_admin assertions were found.
No test files with common authorization, ownership, 403, admin, or super_admin assertions were found.
low Security checks software dependencies conf 0.88 aiohttp: GHSA-2vrm-gr82-f7m5
AIOHTTP has CRLF injection through multipart part content type header construction
uv.lock
low Security checks software dependencies conf 0.88 aiohttp: GHSA-3wq7-rqq7-wx6j
AIOHTTP has late size enforcement for non-file multipart fields causes memory DoS
uv.lock
low Security checks software dependencies conf 0.88 aiohttp: GHSA-63hf-3vf5-4wqf
AIOHTTP's C parser (llhttp) accepts null bytes and control characters in response header values - header injection/security bypass
uv.lock
low Security checks software dependencies conf 0.88 aiohttp: GHSA-966j-vmvw-g2g9
AIOHTTP leaks Cookie and Proxy-Authorization headers on cross-origin redirect
uv.lock
low Security checks software dependencies conf 0.88 aiohttp: GHSA-hcc4-c3v8-rx92
AIOHTTP Affected by Denial of Service (DoS) via Unbounded DNS Cache in TCPConnector
uv.lock
low Security checks software dependencies conf 0.88 aiohttp: GHSA-mwh4-6h8g-pg8w
AIOHTTP has HTTP response splitting via \r in reason phrase
uv.lock
low Security checks cicd CI/CD security conf 0.72 Dockerfile installs recommended OS packages
Installing recommended packages often pulls in unnecessary runtime surface area.
mcp_server/Dockerfile:6 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 Dockerfile installs recommended OS packages
Installing recommended packages often pulls in unnecessary runtime surface area.
kind/Dockerfile:4 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.72 2 occurrences Dockerfile keeps pip download cache
Pip's package cache increases image size and can preserve unnecessary artifacts.
lines 27, 41
docker/agents/Dockerfile:27, 41 (2 hits)
CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.74 Dockerfile leaves apt package indexes in the image layer
Package indexes increase image size and can expose stale metadata in the final image layer.
kind/Dockerfile:4 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 24 locations
sregym/conductor/oracles/operator_misoperation/wrong_update_strategy_mitigation.py:5, 7, 32, 33 (4 hits)
clients/opencode/driver.py:21, 77, 110 (3 hits)
sregym/conductor/oracles/mitigation.py:9, 16, 47 (3 hits)
sregym/conductor/oracles/operator_misoperation/security_context_mitigation.py:7, 32, 33 (3 hits)
clients/geminicli/driver.py:21, 77 (2 hits)
clients/stratus/tools/text_editing/insert.py:10, 47 (2 hits)
sregym/conductor/oracles/operator_misoperation/overload_replicas_mitigation.py:10, 33 (2 hits)
clients/codex/codex_agent.py:256
duplicationquality
low Security checks software dependencies conf 0.88 pygments: GHSA-5239-wwwm-4pmq
Pygments has Regular Expression Denial of Service (ReDoS) due to Inefficient Regex for GUID Matching
uv.lock
low Security checks software dependencies conf 0.90 Python package `pydantic` is minor version(s) behind (2.11.5 -> 2.13.4)
`pydantic==2.11.5` is minor version(s) behind the latest stable release on PyPI (2.13.4). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
docker/agents/requirements-container.txt:16
low Security checks software dependencies conf 0.90 Python package `python-dotenv` is minor version(s) behind (1.1.0 -> 1.2.2)
`python-dotenv==1.1.0` is minor version(s) behind the latest stable release on PyPI (1.2.2). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
docker/agents/requirements-container.txt:4
low Security checks software dependencies conf 0.90 Python package `tiktoken` is minor version(s) behind (0.7.0 -> 0.13.0)
`tiktoken==0.7.0` is minor version(s) behind the latest stable release on PyPI (0.13.0). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
docker/agents/requirements-container.txt:19
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: kindest/node:v1.32.1
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
kind/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
mcp_server/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:22.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/agents/Dockerfile:1 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: clients/stratus/stratus_utils/ai_msg_mock_utils.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: mcp_server/kubectl_server_helper/cmd_category.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: mcp_server/sregym_mcp_server.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: sregym/generators/noise/catalog.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: sregym/paths.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/file_editing/example.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: tests/geni-lib/test_experiment_creation.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: sregym/conductor/oracles/operator_misoperation/security_context_mitigation.py:evaluatePods, sregym/conductor/oracles/operator_misoperation/security_context_mitigation.py:evaluate, sregym/conductor/oracles/operator_misoperation/non_existent_storage_mit…
duplicatesduplication
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: main.py:driver_loop, main.py:driver This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: sregym/observer/ingress_nginx.py:run_cmd, sregym/observer/jaeger/jaeger.py:run_cmd, sregym/observer/otel_collector/otel_collector.py:run_cmd This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygi…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: main.py:get_current_datetime_formatted, logger/__init__.py:get_current_datetime_formatted, clients/stratus/stratus_agent/driver/driver.py:get_current_datetime_formatted, clients/demo/driver.py:get_current_datetime_formatted This is *the* AI-coder fai…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: sregym/conductor/problems/payment_service_failure.py:recover_fault, sregym/conductor/problems/loadgenerator_flood_homepage.py:recover_fault, sregym/conductor/problems/payment_service_unreachable.py:recover_fault, sregym/conductor/problems/image_slow_l…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in sregym/conductor/oracles/dev_shm_mitigation_oracle.py:20
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in sregym/conductor/oracles/priority_preemption_mitigation.py:30
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in sregym/conductor/problems/dev_shm_exhaustion_hotel_reservation.py:36
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in sregym/conductor/problems/load_spike_rpc_retry_storm.py:108
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in sregym/conductor/problems/node_conntrack_exhaustion.py:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in sregym/conductor/problems/priority_preemption_cascade.py:61
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in sregym/generators/workload/blueprint_hotel_work.py:352
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in sregym/service/kubectl.py:815
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in tests/oracles/test_priority_preemption_mitigation.py:53
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `apps_v1` in tests/problems/test_priority_preemption_cascade.py:174
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_v1` in sregym/conductor/oracles/cronjob_sidecar_mitigation.py:69
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_v1` in sregym/conductor/problems/cronjob_sidecar_blocks_completion.py:126
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_v1` in sregym/generators/fault/inject_app.py:249
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_v1` in sregym/conductor/oracles/conntrack_mitigation.py:55
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_v1` in sregym/conductor/oracles/diagnosis_oracle.py:346
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_v1` in sregym/conductor/oracles/internal_traffic_policy_mitigation.py:28
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_v1` in sregym/conductor/problems/capacity_decrease_rpc_retry_storm.py:68
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_v1` in sregym/conductor/problems/gc_capacity_degradation.py:35
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_v1` in sregym/conductor/problems/internal_traffic_policy_local.py:87
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_v1` in sregym/observer/jaeger/jaeger.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `core_v1` in sregym/service/cluster_state.py:124
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `networking_v1` in sregym/conductor/oracles/expired_tls_mitigation_oracle.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `networking_v1` in sregym/conductor/oracles/ingress_misroute_oracle.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `networking_v1` in sregym/conductor/oracles/network_policy_oracle.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `networking_v1` in sregym/conductor/problems/ingress_misroute.py:33
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `networking_v1` in sregym/conductor/problems/network_policy_block.py:40
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: add_to_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/utils/cache.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: all_pods_of_daemonset_uids
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:240
low System graph software Dead code conf 1.00 Possibly dead Python function: all_pods_of_deployment_uids
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:217
low System graph software Dead code conf 1.00 Possibly dead Python function: checkpoint_comparison
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:115
low System graph software Dead code conf 1.00 Possibly dead Python function: clusterrole_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:304
low System graph software Dead code conf 1.00 Possibly dead Python function: clusterrolebinding_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:308
low System graph software Dead code conf 1.00 Possibly dead Python function: configmap_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:272
low System graph software Dead code conf 1.00 Possibly dead Python function: deployment_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:268
low System graph software Dead code conf 1.00 Possibly dead Python function: filter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/conductor_api.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: ingress_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:292
low System graph software Dead code conf 1.00 Possibly dead Python function: job_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:300
low System graph software Dead code conf 1.00 Possibly dead Python function: memoryquota_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: networkpolicy_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:296
low System graph software Dead code conf 1.00 Possibly dead Python function: only_pod_of_deployment_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:171
low System graph software Dead code conf 1.00 Possibly dead Python function: owner_of_pod
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:312
low System graph software Dead code conf 1.00 Possibly dead Python function: pods_of_owner
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:436
low System graph software Dead code conf 1.00 Possibly dead Python function: pv_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:288
low System graph software Dead code conf 1.00 Possibly dead Python function: pvc_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:276
low System graph software Dead code conf 1.00 Possibly dead Python function: save_agent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/agent_registry.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: save_cache
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/utils/cache.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: service_uid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/conductor/oracles/diagnosis_oracle.py:280
low System graph software Dead code conf 1.00 Possibly dead Python function: silent_paramiko_loggers
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
logger/__init__.py:67
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_hours
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/geni_lib/genictl.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sregym/utils/decorators.py:2
low System graph quality Integrity conf 1.00 Stub function `inject_fault` (body is just `pass`/`return`) — sregym/conductor/problems/base.py:41
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `log_message` (body is just `pass`/`return`) — sregym/conductor/problems/admission_webhook_tls_mismatch.py:189
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `set_memory_limit` (body is just `pass`/`return`) — sregym/conductor/problems/resource_request.py:59
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `validate` (body is just `pass`/`return`) — clients/stratus/weak_oracles/base_oracle.py:21
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: GET /get_app
`sregym/conductor/conductor_api.py` declares `GET /get_app` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /submit
`sregym/conductor/conductor_api.py` declares `POST /submit` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: sregym/generators/fault/inject_virtual.py (2635 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: visualizer/process.py (2148 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/337beb47-d253-40ad-92fe-c1cc6096b5c8/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/337beb47-d253-40ad-92fe-c1cc6096b5c8/

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.