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.

superradcompany/microsandbox

https://github.com/superradcompany/microsandbox.git · scanned 2026-05-16 02:06 UTC (4 weeks ago) · 10 languages

150 raw signals (25 security + 125 graph) 73rd percentile · Rust · large (100-500K LoC) System graph score 74 (higher by 3)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks ago · v1 · 8 actionable findings from 1 signal source. 13 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-17-v4 calibration-aware
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 95.6 0.25 23.90
testing_score 78.0 0.20 15.60
documentation_score 89.0 0.15 13.35
practices_score 65.0 0.15 9.75
code_quality 46.9 0.10 4.69
Overall 1.00 76.3
Calibrated penalty buckets (security_score): agent: 3.2 · docker: 1.2
Severity distribution — click a segment to filter
Active filters: source: legacy × excluding tests × Reset all
Scan summary Quality grade B+ (76/100). Dimensions: security 96, maintainability 60. 25 findings. 138,153 lines analyzed.

Showing 6 of 8 actionable findings. 21 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 quality Error handling conf 1.00 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
benchmarks/bench_fs.py:413
high Security checks cicd CI/CD security conf 0.82 Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
packaging/docker/Dockerfile:1 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 12 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.
11 files, 12 locations
crates/filesystem/lib/backends/passthroughfs/mod.rs:98, 267 (2 hits)
crates/db/lib/entity/image_ref.rs:8
crates/db/lib/entity/sandbox_metric.rs:13
crates/filesystem/lib/backends/dualfs/lookup.rs:47
crates/filesystem/lib/backends/dualfs/metadata.rs:194
crates/filesystem/lib/backends/dualfs/special.rs:93
crates/filesystem/lib/backends/memfs/dir_ops.rs:84
crates/filesystem/lib/backends/memfs/mod.rs:133
duplicationquality
high Security checks software dependencies conf 0.70 3 occurrences Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
3 files, 3 locations
README.md:71
docs/cli/overview.mdx:12
docs/getting-started/quickstart.mdx:41
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
.dockerignore exists but does not cover common secret or VCS patterns.
.dockerignore CI/CD securitycontainers
low Security checks quality Error handling conf 1.00 [ERR003] Ignored Error (Go): Ignoring error return values.
Handle the error or use errcheck linter.
sdk/go/setup.go:383
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/a1a41fb9-ad95-4696-940b-a875597ddeea/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a1a41fb9-ad95-4696-940b-a875597ddeea/

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.