RepoPilot

facebook/stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.

Mixed

Stale — last commit 2y ago

MixedDependency

last commit was 2y ago; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; dependency CVE scan unavailable

  • Stale — last commit 2y ago
  • 26+ active contributors
  • Distributed ownership (top contributor 45% of recent commits)
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

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: facebook/stetho

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T20:56:31.508Z · commit 2198797c0ff9

Verdict

Mixed — Stale — last commit 2y ago

  • 26+ active contributors
  • Distributed ownership (top contributor 45% of recent commits)
  • 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

What it is

Stetho is a Chrome Developer Tools integration for Android apps that enables remote debugging via chrome://inspect. It provides DOM inspection, network monitoring, SQLite database browsing, and optional JavaScript console (via Rhino) without requiring code instrumentation—just call Stetho.initializeWithDefaults() in your Application class. Multi-module Gradle monorepo: core stetho library at root, optional interceptor modules (stetho-okhttp3, stetho-urlconnection) as separate packages, stetho-js-rhino provides Rhino-based JS runtime. Build tools in build-tools/ include protocol.json scraper (scraper.js) to sync with Chrome DevTools wire format. Scripts in scripts/ provide dumpapp CLI…

Start here

Open these first:

  • stetho-sample/src/debug/java/com/facebook/stetho/sample/SampleDebugApplication.java — Entry point demonstrating how to initialize Stetho in an Android application—essential for understanding the library's…
  • stetho-okhttp3/src/main/java/com/facebook/stetho/okhttp3/StethoInterceptor.java — Core network interceptor implementation for OkHttp3; shows how Stetho hooks into HTTP traffic for Chrome DevTools inspection.
  • stetho-okhttp/src/main/java/com/facebook/stetho/okhttp/StethoInterceptor.java — Network interceptor for OkHttp (v2); demonstrates the pattern used to capture and expose HTTP requests/responses.
  • stetho-js-rhino/src/main/java/com/facebook/stetho/rhino/JsRuntimeRepl.java — JavaScript REPL runtime using Rhino engine; critical for understanding the optional dumpapp console feature.
  • build.gradle — Root build configuration defining SDK versions, repositories, and Gradle plugin dependencies for the entire multi-module…

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.

git clone https://github.com/facebook/stetho.git
cd stetho
./gradlew build
./gradlew installDebug  # If you have an Android emulator running

Then add to your Android app's build.gradle: implementation 'com.facebook.stetho:stetho:1.6.0' and initialize in Application.onCreate().

Daily commands:

For development: ./gradlew build compiles all modules. To test with a sample app: clone, then integrate the built JAR into a test Android app and run on emulator/device, then visit chrome://inspect in Chrome desktop…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Stetho requires either an Android emulator or physical device connected via ADB; it will not work in standalone JVM tests. The Chrome DevTools protocol version in build-tools/protocol.json must match your Chrome…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • 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 "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/facebook/stetho?axis=fork)](https://repopilot.app/r/facebook/stetho)

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/facebook/stetho on X, Slack, or LinkedIn.

Ask AI about facebook/stetho

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/facebook/stetho"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>