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.

agenticmail/agenticmail

https://github.com/agenticmail/agenticmail · scanned 2026-05-15 01:20 UTC (4 weeks, 1 day ago) · 10 languages

225 raw signals (31 security + 194 graph) 71st percentile · Typescript · medium (20-100K LoC) System graph score 56 (higher by 22)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks, 1 day ago · v1 · 11 actionable findings from 1 signal source. 9 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 80.7 0.25 20.18
testing_score 90.0 0.20 18.00
documentation_score 85.0 0.15 12.75
practices_score 85.0 0.15 12.75
code_quality 53.0 0.10 5.30
Overall 1.00 78.0
Calibrated penalty buckets (security_score): agent: 10.1 · threat: 9.2
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B+ (78/100). Dimensions: security 81, maintainability 60. 31 findings. 51,035 lines analyzed.

Showing 9 of 11 actionable findings. 20 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.

medium Security checks quality Error handling conf 1.00 3 occurrences [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
3 files, 3 locations
packages/api/src/routes/mail.ts:107
packages/claudecode/src/dispatcher.ts:2121
packages/claudecode/src/mail-hook.ts:503
high Security checks quality Quality conf 0.72 3 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.
3 files, 3 locations
docker/stalwart/config/stalwart.toml:7
packages/api/src/index.ts:10
packages/core/src/setup/index.ts:215
low Security checks quality Quality conf 0.60 4 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.
4 files, 4 locations
packages/core/src/mail/receiver.ts:14
packages/core/src/mail/sender.ts:48
packages/openclaw/src/channel.ts:70
packages/openclaw/src/pending-followup.ts:128
duplicationquality
high Security checks quality Quality conf 0.80 3 occurrences localStorage write failures are swallowed silently
localStorage quotas are small and writes can fail. Catching storage errors without a user-visible warning causes silent data loss when notes, images, or snapshots exceed quota.
3 files, 3 locations
packages/api/public/js/app.js:46
packages/api/public/js/sound.js:22
packages/api/public/js/sse.js:64
medium Security checks quality Quality conf 0.78 React interval is created without an explicit cleanup
Intervals created in React hooks or components should be cleared on unmount. Missing cleanup can keep stale callbacks alive after recording, polling, or overlay components close.
packages/openclaw/src/tools.ts:229
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
packages/core/src/setup/installer.ts:406
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
CLAUDE.md:15
high Security checks cicd CI/CD security conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
docker-compose.yml:1 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.62 Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
docker-compose.yml:1 CI/CD securitycontainers
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/592d2a46-3de3-4d64-b1b9-d419b0a33b5e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/592d2a46-3de3-4d64-b1b9-d419b0a33b5e/

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.