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.
77 of your 125 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 131.25s for a 222.5 MB repo slow.
  • Repobility's analysis ran in 7.05s after the clone landed.

IvanMurzak/Unity-MCP

https://github.com/IvanMurzak/Unity-MCP · scanned 2026-05-24 01:22 UTC (2 weeks, 6 days ago) · 10 languages

479 raw signals (120 security + 359 graph) 11/13 scanners ran 80th percentile · Csharp · medium (20-100K LoC) System graph score 54 (higher by 23)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 6 days ago · v5 · 97 actionable findings from 2 signal sources. 116 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 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 80.0 0.20 16.00
documentation_score 75.0 0.15 11.25
practices_score 72.0 0.15 10.80
code_quality 79.0 0.10 7.90
Overall 1.00 77.0
security_score may be inflated — optional security scanners were skipped on this fast scan
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 Ranks in the 81st percentile among medium-sized repos. Strongest dependencies (80), documentation (72); weakest security (40), practices (44). 11 findings (2 high). Most common pattern: cpp-new-without-delete.

Showing 69 of 97 actionable findings. 213 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.

low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 3 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
lines 43, 44, 45
.github/workflows/copilot-setup-steps.yml:43, 44, 45 (3 hits)
CI/CD securityworkflow secretsGitHub Actions
critical System graph security Secrets conf 1.00 Possible secret in commands/tools/validate_mcp_openai.py
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
commands/tools/validate_mcp_openai.py:68
high Security checks software dependencies conf 0.90 ✓ Repobility 2 occurrences [MINED118] Dockerfile FROM `mcr.microsoft.com/dotnet/sdk:9.0` not pinned by digest: `FROM mcr.microsoft.com/dotnet/sdk:9.0` 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.
Replace with: `FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
lines 5, 21
Unity-MCP-Server/Dockerfile:5, 21 (2 hits)
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.Connections.Abstractions.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.Connections.Abstractions.dll` is a .dll binary (41,264 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.Connections.Abstractions.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.Http.Connections.Client.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.Http.Connections.Client.dll` is a .dll binary (121,640 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.Http.Connections.Client.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Client.Core.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Client.Core.dll` is a .dll binary (199,448 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Client.Core.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Client.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Client.dll` is a .dll binary (24,376 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Client.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Common.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Common.dll` is a .dll binary (44,840 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.AspNetCore.SignalR.Common.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Bcl.AsyncInterfaces.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Bcl.AsyncInterfaces.dll` is a .dll binary (19,104 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Bcl.AsyncInterfaces.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Bcl.TimeProvider.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Bcl.TimeProvider.dll` is a .dll binary (32,432 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Bcl.TimeProvider.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.CodeAnalysis.CSharp.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.CodeAnalysis.CSharp.dll` is a .dll binary (8,005,280 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.CodeAnalysis.CSharp.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.CodeAnalysis.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.CodeAnalysis.dll` is a .dll binary (4,706,480 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.CodeAnalysis.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Caching.Abstractions.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Caching.Abstractions.dll` is a .dll binary (34,576 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Caching.Abstractions.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.DependencyInjection.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.DependencyInjection.dll` is a .dll binary (96,040 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.DependencyInjection.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Diagnostics.Abstractions.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Diagnostics.Abstractions.dll` is a .dll binary (34,600 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Diagnostics.Abstractions.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.FileProviders.Abstractions.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.FileProviders.Abstractions.dll` is a .dll binary (25,864 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.FileProviders.Abstractions.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Hosting.Abstractions.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Hosting.Abstractions.dll` is a .dll binary (54,568 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Hosting.Abstractions.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Primitives.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Primitives.dll` is a .dll binary (49,936 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/Microsoft.Extensions.Primitives.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/R3.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/R3.dll` is a .dll binary (601,600 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/R3.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/ReflectorNet.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/ReflectorNet.dll` is a .dll binary (230,912 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/ReflectorNet.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Buffers.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Buffers.dll` is a .dll binary (21,376 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Buffers.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.ComponentModel.Annotations.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.ComponentModel.Annotations.dll` is a .dll binary (89,992 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/System.ComponentModel.Annotations.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Memory.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Memory.dll` is a .dll binary (142,752 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Memory.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Numerics.Vectors.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Numerics.Vectors.dll` is a .dll binary (163,712 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Numerics.Vectors.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Reflection.Metadata.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Reflection.Metadata.dll` is a .dll binary (466,560 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Reflection.Metadata.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Runtime.CompilerServices.Unsafe.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Runtime.CompilerServices.Unsafe.dll` is a .dll binary (19,256 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Runtime.CompilerServices.Unsafe.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Text.Json.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Text.Json.dll` is a .dll binary (608,520 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Text.Json.dll:1
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED134] Binary file `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Threading.Tasks.Extensions.dll` committed in source repo: `Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Threading.Tasks.Extensions.dll` is a .dll binary (25,984 bytes) committed to a repo that otherwise has 606 source files. Trojan binaries inside otherwise-normal source repos are a known supply-chain attack: a compromised dependency or PR slips in a binary that gets executed by build scripts.
Audit the binary's provenance. If it's vendored library code, document it in a VENDORED.md. If it's a build artifact, add the extension to .gitignore and rebuild from source.
Unity-MCP-Plugin/Assets/Plugins/NuGet/System.Threading.Tasks.Extensions.dll:1
high Security checks cicd CI/CD security conf 0.92 Dockerfile copies the entire context without .dockerignore
Create .dockerignore before using broad context copies, or copy only the required files and directories.
Unity-MCP-Server/Dockerfile:15 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 18 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `anthropics/claude-code-action` pinned to mutable ref `@v1`: `uses: anthropics/claude-code-action@v1` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to…
6 files, 18 locations
.github/workflows/release.yml:35, 41, 45, 142, 169 (8 hits)
.github/workflows/deploy.yml:69, 100, 103, 109 (5 hits)
.github/workflows/claude.yml:61 (2 hits)
.github/workflows/deploy_server_executables.yml:39
.github/workflows/publish_test_results.yml:38
.github/workflows/test_unity_plugin.yml:104
CI/CD securitySupply chainGitHub Actions
low Security checks quality Error handling conf 0.55 ✓ Repobility 9 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.
3 files, 9 locations
Unity-MCP-Server/MCP-Test-Client/mcp_client.py:61, 68, 108, 114 (4 hits)
commands/tools/validate_mcp_openai.py:138, 194, 307 (3 hits)
commands/tools/validate_json_schema.py:124, 160 (2 hits)
Error handlingquality
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
Unity-MCP-Server/Dockerfile:21 CI/CD securitycontainers
medium Security checks quality Quality conf 0.82 Parallel implementation file sits beside a canonical file
Merge the intended change into the canonical file, update tests/imports, and delete the parallel implementation if it is not the active entry point.
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Tool/Assets.Copy.cs:1
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Unity-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 3 occurrences 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.
3 files, 3 locations
.github/workflows/claude.yml
.github/workflows/deploy.yml
.github/workflows/release.yml
CI/CD securitySupply chainGithub actions
low Security checks quality Quality conf 0.64 Duplicate top-level symbol appears in a patch-style file
Keep one authoritative implementation, update imports to point at it, and remove or rename the duplicate symbol.
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Tool/Assets.Copy.cs:1
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, 16 locations
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Tool/Assets.Modify.pre-Unity.6.5.cs:1, 17 (2 hits)
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Tool/Assets.Shader.GetData.cs:1, 79 (2 hits)
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Tool/Data/DestroyGameObjectResult.pre-Unity.6.5.cs:1, 11 (2 hits)
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Tool/Data/GetComponentResponse.pre-Unity.6.5.cs:1, 11 (2 hits)
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/DependencyResolver/NuGetPackageRestorer.cs:1
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Prompt/AssetManagement.cs:1
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Prompt/DebuggingTesting.cs:1
Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/API/Prompt/GameObjectComponent.cs:1
duplicationquality
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:9.0
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Unity-MCP-Server/Dockerfile:21 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:9.0
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Unity-MCP-Server/Dockerfile:5 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: cli/src/cli.ts
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: cli/src/commands/create-project.ts
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: cli/src/commands/install-plugin.ts
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: cli/src/commands/install-unity.ts
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: cli/src/commands/login.ts
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: cli/src/commands/remove-plugin.ts
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: cli/src/commands/run-system-tool.ts
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: cli/src/commands/run-tool.ts
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: cli/src/commands/status.ts
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: cli/src/lib.ts
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: cli/src/lib/logger.ts
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: cli/tests/config.test.ts
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: cli/tests/launch-error-dismiss.test.ts
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: cli/tests/login.test.ts
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: cli/tests/port.test.ts
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: cli/tests/ui.test.ts
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: cli/tests/unity-editor.test.ts
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: cli/tests/unity-hub.test.ts
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: cli/tests/unity-process.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph cicd CI/CD security conf 1.00 50 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
10 files, 50 locations
.github/workflows/release.yml:28, 57, 103, 114, 136, 183, 194, 197, +7 more (17 hits)
.github/workflows/deploy.yml:34, 44, 90, 127, 130 (10 hits)
.github/workflows/test_pull_request.yml:23, 35, 38 (6 hits)
.github/workflows/claude.yml:41, 48 (4 hits)
.github/workflows/test_cli.yml:22, 25 (4 hits)
.github/workflows/test_unity_plugin.yml:42, 80, 120 (3 hits)
.github/workflows/copilot-setup-steps.yml:38 (2 hits)
.github/workflows/deploy_server_executables.yml:24, 27 (2 hits)
CI/CD securitySupply chainGitHub Actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: commands/tools/validate_mcp_openai.py:main, commands/tools/validate_json_schema.py:main 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.
duplicatesduplication
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/commands/run-tool-builder.ts:108
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/commands/setup-mcp.ts:94
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/commands/setup-skills.ts:136
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/commands/update.ts:57
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/utils/agents.ts:517
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/utils/cloud-login.ts:25
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — cli/src/utils/ui.ts:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
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/6c4ec7b4-0160-44c0-9bea-974257836dea/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6c4ec7b4-0160-44c0-9bea-974257836dea/

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.