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

Scan timing: clone 2.7s · analysis 1.74s · 0.9 MB · GitHub API rate-limit (preflight)

sherlock-project/sherlock

https://github.com/sherlock-project/sherlock · scanned 2026-06-05 07:19 UTC (5 days, 22 hours ago) · 10 languages

127 raw signals (65 security + 62 graph) 78th percentile · Python · small (2-20K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 22 hours ago · v2 · 42 actionable findings from 2 signal sources. 54 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 75.0 0.15 11.25
security_score 84.8 0.25 21.20
testing_score 100.0 0.20 20.00
documentation_score 38.0 0.15 5.70
practices_score 92.0 0.15 13.80
code_quality 73.8 0.10 7.38
Overall 1.00 79.3
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B+ (79/100). Dimensions: security 85, maintainability 75. 65 findings (18 security). 2,178 lines analyzed.

Showing 27 of 42 actionable findings. 96 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 security secrets conf 0.95 Discovered a potential authorization token provided in a curl command header, which could compromise the curl accessed resource.
Gitleaks detected a committed secret or credential pattern.
.actor/README.md:31
high Security checks quality Quality conf 1.00 ✓ Repobility 16 occurrences `self.result` used but never assigned in __init__
Method `update` of class `QueryNotifyPrint` reads `self.result`, 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.
2 files, 16 locations
sherlock_project/notify.py:189, 192, 193, 197, 203, 205, 207, 215, +7 more (15 hits)
sherlock_project/result.py:28
high Security checks software dependencies conf 0.90 ✓ Repobility 3 occurrences Dockerfile FROM `sherlock/sherlock (no tag)` not pinned by digest
`FROM sherlock/sherlock (no tag)` 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.
2 files, 3 locations
Dockerfile:6, 11 (2 hits)
.actor/Dockerfile:1
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 22 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v5` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
4 files, 22 locations
.github/workflows/regression.yml:33, 35, 64, 66, 80 (8 hits)
.github/workflows/validate_modified_targets.yml:18, 26, 112 (6 hits)
.github/workflows/exclusions.yml:14, 17 (4 hits)
.github/workflows/update-site-list.yml:20, 27 (4 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `abatilo/actions-poetry` 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.
3 files, 5 locations
.github/workflows/exclusions.yml:22 (2 hits)
.github/workflows/validate_modified_targets.yml:31 (2 hits)
.github/workflows/regression.yml:82
CI/CD securitySupply chainGitHub Actions
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility GitHub Action is tag-pinned rather than SHA-pinned
Action `sdushantha/github-action-push-to-another-repository` pinned to mutable ref `@main` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
.github/workflows/update-site-list.yml:36 CI/CD securitySupply chainGitHub Actions
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
sdushantha/github-action-push-to-another-repository@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/update-site-list.yml:36 CI/CD securitySupply chainGithub actions
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
sherlock_project/resources/data.json:1485
low Security checks quality Error handling conf 0.55 ✓ Repobility 5 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.
2 files, 5 locations
sherlock_project/sherlock.py:373, 377, 714, 768 (4 hits)
sherlock_project/sites.py:179
Error handlingquality
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.
Dockerfile:12 CI/CD securitycontainers
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.
.actor/Dockerfile:1 CI/CD securitycontainers
medium Security checks quality Quality conf 1.00 ✓ Repobility 2 occurrences Mutable default argument in `__init__` (list)
`def __init__(... = []/{}/set())` — Python's default value is constructed ONCE at function definition time and shared across all calls. Mutating it in one call mutates it for every future call too.
lines 79, 208
sherlock_project/sites.py:79, 208 (2 hits)
medium Security checks quality Documentation No README file found
Create a README.md with: project name and description, installation instructions, usage examples, configuration options, and contribution guidelines.
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
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 cicd CI/CD security conf 0.72 3 occurrences Dockerfile installs recommended OS packages
Installing recommended packages often pulls in unnecessary runtime surface area.
lines 4, 8, 14
.actor/Dockerfile:4, 8, 14 (3 hits)
CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.74 3 occurrences Dockerfile leaves apt package indexes in the image layer
Package indexes increase image size and can expose stale metadata in the final image layer.
lines 4, 8, 14
.actor/Dockerfile:4, 8, 14 (3 hits)
CI/CD securitycontainers
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 2 occurrences Docker base image is tag-pinned but not digest-pinned: python:3.12-slim-bullseye
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 6, 11
Dockerfile:6, 11 (2 hits)
containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: devel/site-list.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: sherlock_project/__main__.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: sherlock_project/notify.py:start, sherlock_project/notify.py:start 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.
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: handler
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sherlock_project/sherlock.py:533
low System graph software Dead code conf 1.00 Possibly dead Python function: response_time
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sherlock_project/sherlock.py:75
low System graph software Dead code conf 1.00 Possibly dead Python function: site_name_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sherlock_project/sites.py:226
low System graph software Dead code conf 1.00 Possibly dead Python function: timeout_check
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
sherlock_project/sherlock.py:508
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/b8f0703e-54ea-453f-a23e-c3a6fc92b520/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b8f0703e-54ea-453f-a23e-c3a6fc92b520/

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.