RepoPilot

soxoj/maigret

πŸ•΅οΈβ€β™‚οΈ Collect a dossier on a person by username from 3000+ sites

Healthy

Healthy across all four use cases

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found β€” inspect the evidence before forking.

HealthyLearn from

Documented and popular β€” useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • ⚠Concentrated ownership β€” top contributor handles 55% of recent commits
  • βœ“Last commit today
  • βœ“14 active contributors
  • βœ“MIT licensed
  • βœ“CI configured
  • βœ“Tests present

Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: soxoj/maigret

Generated by RepoPilot Β· document generated 2026-09-13 Β· concise human review Evidence snapshot Β· analyzed 2026-09-13T05:33:00.270Z Β· commit 578d603e8f1d

Verdict

Healthy β€” Healthy across all four use cases

  • Last commit today
  • 14 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Maigret is a Python-based OSINT (Open Source Intelligence) tool that collects comprehensive dossiers on individuals by searching their usernames across 3000+ websites simultaneously, returning all discovered accounts and associated metadata without requiring API keys. It combines web scraping, error detection heuristics, and optional AI profiling to aggregate publicly available information from a massive federated site database stored in maigret/resources/data.json. Monolithic Python package structure: core logic lives in maigret/ with checking.py (site verification), sites.py (site registry), and maigret.py (orchestration); web UI in maigret/web/ (Flask-based with Jinja2 templates in…

Start here

Open these first:

  • maigret/maigret.py β€” Main orchestrator for username searches across sites; core entry point for search logic and result aggregation.
  • maigret/resources/data.json β€” Database of 3000+ sites with their checking endpoints, patterns, and metadata; essential lookup table for all searches.
  • maigret/checking.py β€” HTTP request execution and site availability detection; implements the core site-checking algorithm.
  • maigret/sites.py β€” Site abstraction layer that parses data.json and exposes site configuration for checks.
  • maigret/web/app.py β€” Flask web server and API endpoints; provides interactive and programmatic access to search functionality.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and install using poetry (recognized in poetry.lock and pyproject.toml): git clone https://github.com/soxoj/maigret.git && cd maigret && poetry install. Verify Python 3.10+ is available. For standalone binary, con…

Daily commands:

CLI: python -m maigret <username>. Web UI: inferred from maigret/web/app.py structure, likely poetry run maigret-web or similar (exact command not visible in provided data; verify pyproject.toml). Docker: docker build -…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership β€” top contributor handles 55% of recent commits
  • Non-obvious constraints: (1) pefile==2023.2.7 is version-pinned due to pyinstaller 6.11.1 incompatibility β€” upgrading either will break binary packaging; (2) data.json is external-dependent and will degrade as target…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo β€” get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README β€” live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/soxoj/maigret)](https://repopilot.app/r/soxoj/maigret)

Paste at the top of your README.md β€” renders inline like a shields.io badge.

β–ΈPreview social card

This card auto-renders when someone shares https://repopilot.app/r/soxoj/maigret on X, Slack, or LinkedIn.

Ask AI about soxoj/maigret

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere β€” the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/soxoj/maigret"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>