Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 549,
"has_wiki": true,
"homepage": null,
"languages": {
"Java": 506021,
"Shell": 10980,
"Makefile": 540,
"Dockerfile": 2605
},
"pushed_at": "2026-06-06T03:25:31Z",
"created_at": "2026-04-10T18:22:52Z",
"owner_type": "User",
"updated_at": "2026-06-06T03:25:34Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "https://theworldofrafex.blog/",
"name": "Raúl Eduardo González Argote ",
"type": "User",
"login": "rafex",
"company": null,
"location": "México",
"followers": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/590878?v=4",
"created_at": "2011-01-30T06:03:57Z",
"is_verified": null,
"public_repos": 136,
"account_age_days": 5654
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "a9443cc0d767d1db7c0e74a058cb8d3607d45010",
"body": null,
"is_bot": false,
"headline": "2mejoras",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-06T03:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ece97641f4e7bfebda235301f242f41f6f3f39",
"body": "1. logging.properties (NUEVO — ether-brain-bootstrap/src/main/resources/)\n Cargado desde classpath antes de configureRootLogger(). Define niveles\n por paquete para silenciar loggers verbosos de terceros:\n org.eclipse.jetty → WARNING\n org.eclipse.paho → WARNING\n com.fasterxml.jacks\n[…]\n.example: añade sección de log a archivo con LOG_FILE, LOG_FILE_MAX_BYTES,\n LOG_FILE_COUNT, LOG_FILE_APPEND + nota sobre logging.properties\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: logging.properties en classpath + FileHandler con rotación",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-05T17:34:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c7cefe68bbfda4bb38abe0798a88898531a3bd72",
"body": "1. .env.example raíz: reemplaza variables obsoletas (OPENAI_API_KEY, OLLAMA_URL,\n ANTHROPIC_API_KEY) con el formato real LLM_TYPE/LLM_URL/LLM_TOKEN/LLM_MODEL\n y añade referencias a HTTP, MQTT y las nuevas variables\n\n2. ApplicationBootstrapTest: 6 tests nuevos para buildMetricsCollector()\n - de\n[…]\nt no depende de cli ni http\n - cli no depende de http ni mqtt\n architecture-tests/pom.xml añade transport-http y transport-mqtt como deps\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: cerrar 3 items de deuda técnica",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-05T17:25:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "71b84483f0e21de018ded8c5e2f5a2c7902af3f8",
"body": "Añade secciones que faltaban tras las últimas iteraciones:\n\n- LLM_MAX_TOKENS, LLM_TEMPERATURE, LLM_TIMEOUT_SECONDS junto a LLM_URL/TOKEN/MODEL\n- Seguridad HTTP: AUTH_TOKEN, HTTP_RATE_LIMIT_RPM, HTTP_MAX_BODY_BYTES,\n HTTP_ALLOW_PRIVATE_CALLBACK (con explicación de SSRF)\n- HTTPS: HTTPS_PORT, TLS_KEYS\n[…]\nitto_pub/sub\n- Observabilidad: METRICS_ENABLED (LoggingMetricsCollector vs noop)\n- Elimina HTTP_THREADS (Jetty gestiona el pool internamente)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: actualizar .env.example con todas las variables nuevas",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-05T17:12:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "727e6edca7f339e89feae339e2f9944b322a7e4d",
"body": "Añade transporte MQTT basado en Eclipse Paho v3 que conecta EtherBrain\na cualquier broker MQTT 3.1.1 (Mosquitto, HiveMQ, EMQX, AWS IoT Core):\n\n- MqttConfig — configuración desde env vars (MQTT_BROKER, MQTT_QOS, etc.)\n- MqttEventMessage — parsea el payload JSON entrante y serializa respuestas\n[…]\ntests sin broker real: MqttConfigTest (5), MqttEventMessageTest (10),\nMqttAgentBridgeTest (8) via RecordingBridge que sobreescribe publish().\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: nuevo módulo ether-brain-transport-mqtt (Mosquitto/MQTT)",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-05T14:45:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9b04af3c326181f1c278c93c7856f17ef427e321",
"body": "…alizado\n\n- HttpModelConfig: añade campo temperature (double, sentinel -1.0 = no definida)\n con withTemperature() fluent y constructores backward-compatibles de 5 y 6 args\n- ModelClientFactory: lee LLM_TEMPERATURE desde env/property y lo aplica via\n withTemperature(); helper parseDouble() package-\n[…]\nd: actualiza los tres items ya resueltos (streaming, paralelismo,\n agente-a-agente), añade secciones de hardening, observabilidad y env vars\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: LLM_TEMPERATURE configurable en todos los codecs + TODO.md actu…",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-05T14:11:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "742c3efaf37654a8ea3892386e5bb497e10ad74c",
"body": "- jetty-bom:12.1.10 importado en dependencyManagement del pom raíz\n → todas las dependencias jetty-* usan la misma versión automáticamente\n- Propiedad ${jetty.version}=12.1.10 en el pom raíz\n- jetty-server en ether-brain-transport-http sin versión explícita\n → la gestiona el BOM (menos duplicación, actualización centralizada)\n\nmvn dependency:tree confirma: jetty-server:jar:12.1.10\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deps): actualizar Jetty a 12.1.10 via BOM",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-05T02:43:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "aefa378204b7a9b2125d0622df4624afd426c95c",
"body": "## Motivación\ncom.sun.net.httpserver es una API interna de la JDK sin soporte para TLS/HTTPS,\nHTTP/2 ni thread pools de producción. Jetty 12.1 Core API resuelve todo esto.\n\n## Qué cambia\n\n### Motor HTTP\n- com.sun.net.httpserver.{HttpServer,HttpExchange} → Jetty 12.1.7 Core API\n- org.eclipse.jetty.se\n[…]\n10 solicitado no existe en Maven Central; se usa 12.1.7 (latest stable\n12.1.x en caché local). Upgrade trivial en pom.xml cuando se publique.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(transport-http): reemplazar com.sun.net.httpserver con Jetty 12.1.7",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-05T02:40:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d7d8dba2b5f75ee1fd93f923fffac8f4629ca5a2",
"body": "## Nuevos tests (todos verdes)\n\n### ether-brain-common (nuevo módulo de tests)\n- JsonUtilsTest (19 tests): extractField con escapes/nulls/campos ausentes/regex,\n toJsonString con todos los caracteres especiales, round-trip extract↔serialize\n- MessageConstantsTest (11 tests): valores de las constant\n[…]\nsAuthorized/isRateLimited/isSafeCallbackUrl: promovidos de\n private a package-private para permitir tests unitarios sin infraestructura HTTP\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: cobertura completa de los nuevos componentes",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-05T01:46:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d18bf31e5b98e0cccbea4cec5852205077c50ae5",
"body": "## #1 + #2 ya resueltos en commit anterior (observabilidad)\n## Cambios en este commit:\n\n### Bugs críticos (🔴)\n- #3 FileSessionStore.locks: eliminado el ConcurrentHashMap sin límite de entradas\n → striped locking con 256 locks pre-asignados (O(1) espacio, sin memory leak)\n- #4 AGENT_REGISTRY estátic\n[…]\ncción del session store\n → StubModelClient.java: cliente demo extraído de clase interna\n → ApplicationBootstrap queda como orquestador puro\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: bugs críticos, seguridad HTTP y refactor ApplicationBootstrap",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T21:50:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "70a5d58a1c10664e39a6088dad5640d5bc0dbe43",
"body": "…ogging\n\n## Métricas agnósticas (issue #15)\n- Nuevo puerto `MetricsCollector` con interface minimal: increment/record/gauge\n- `MetricsCollector.noop()` built-in para tests y cuando METRICS_ENABLED=false\n- `LoggingMetricsCollector` (core): emite líneas estructuradas vía EtherLog,\n parseables por ELK\n[…]\nedTools: emite onToolCall / onToolResult para cada tool (faltaban)\n- HttpAgentServer: HttpClient de callback ahora es un singleton compartido\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(observability): métricas agnósticas, X-Request-ID y structured l…",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T16:19:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7b28809061f1dad5a0f3c3ecbe75238652cccd42",
"body": null,
"is_bot": false,
"headline": "quitando tool",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T14:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "246a7d9d21218d92e21204db3e68ebc168287b92",
"body": "## Arquitectura\n\nModelClient.generateStreaming(request, onToken) ← puerto (default=fallback)\nProviderCodec.generateStreaming(request,config,http,onToken) ← infra (default=fallback)\nHttpModelClient.generateStreaming() ← delega al codec\nAgentLoop.callModel() \n[…]\nespuesta \"}\n data: {\"type\":\"token\",\"step\":1,\"text\":\"es...\"}\n data: {\"type\":\"answer\",\"content\":\"La respuesta es...\"}\n data: {\"type\":\"done\"}\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: streaming token-a-token en OpenAI, Anthropic y Gemini",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T13:38:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ea41b06bcacfee3d7e8444460193e92d33f10560",
"body": "## A — Tests completos (11 nuevos archivos / 63 tests en core)\n- CancellationTokenTest: noop, mutable, cancel cross-thread\n- RetryPolicyTest: none/fixed/exponentialBackoff factories\n- DefaultRetryPolicyTest: max, delay, negatives clamp to zero\n- AgentToolTest: delegation, sub-session naming, error w\n[…]\ns nuevos endpoints HTTP\n- examples/multi-agent-demo.sh: demo ejecutable con 3 agentes\n (investigador:8081, redactor:8082, orchestrator:8080)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test+feat: A→B→C→D — tests, parallel tools, streaming, demo",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T03:55:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "af9244077c34bb018e60d5bba82a3d981cb1ae12",
"body": "…events\n\nImplements the 6 capabilities identified as missing for autonomous multi-agent systems:\n\n## Nuevos ports\n- `CancellationToken` — token thread-safe para detener un loop desde fuera\n- `RetryPolicy` — política configurable de reintentos por tool\n- `AgentRunner` — interfaz de puerto para agente\n[…]\n\n## Docs\n- `docs/multi-agent.md` — guía completa de topologías y configuración\n- `TODO.md` — roadmap actualizado con estado de cada capacidad\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: multi-agent foundations — AgentTool, cancellation, retry, SSE, …",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T03:02:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6858e900f107288926675a2f76a1a74b3fb65ded",
"body": "HTTP Proxy (ExternalToolLoader tipo \"http\"):\n- HttpProxyTool: delega a cualquier endpoint HTTP (POST/GET)\n- Headers con resolución de variables de entorno: ${MY_API_KEY}\n- Timeout configurable, cualquier lenguaje en el servidor\n\nMCP — Model Context Protocol (tipo \"mcp\"):\n- McpClient: cliente JSON-RP\n[…]\n arranque\n- Habilita automáticamente todas las tools registradas\n\ntools.json.example actualizado con los 4 tipos documentados con comentarios\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(tools): soporte completo para los 4 mecanismos de tools",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T02:07:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "288133723bb92345c07c6fb8c9a46e8d4b5e722d",
"body": "docs/challenge-tools.md — análisis de 7 mecanismos para dar tools al agente:\n\n1. Subprocess (actual) — pros/contras, cuándo es suficiente\n2. HTTP Proxy genérico — servicios con estado en cualquier lenguaje\n3. MCP (Model Context Protocol) — ecosistema, tradeoffs de estandarización\n4. SPI Java / Servi\n[…]\nJsonFile + Http + MCP + Classpath)\n- Recomendación por caso de uso\n- El siguiente paso natural: HttpProxyTool + recarga dinámica + MCP client\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: challenge de arquitectura para tools del runtime",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T02:00:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ee0bfd0a5a28b096da8dbc33ffb10e57fcafc803",
"body": "Cualquier CLI puede ser tool del agente definiendo un JSON — sin código Java.\n\nNuevas clases:\n- ExternalTool: ejecuta subprocess, sustituye ${arg} y ${__output__} en el comando,\n captura resultado de stdout o archivo temporal\n- ExternalToolLoader: carga tools desde AGENT_TOOLS_FILE o tools.json en \n[…]\njson.example con la definición de ocr_document (ether-ocr)\n\nDocumentación:\n- docs/tools-externas.md: guía completa con ejemplos y diagnóstico\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(tools): sistema de tools externas plug-and-play via tools.json",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T01:15:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9df23320801e93e9f8d9c577b8903e8c7a3464ff",
"body": "- Eliminar Apache PDFBox del JAR (fat JAR vuelve de 6 MB a 2.4 MB)\n- DocumentUploader delega PDFs, PNG, JPG, TIFF a ether-ocr subprocess\n que maneja tanto texto directo (pdftotext) como OCR (Tesseract)\n- TXT, MD y demás texto UTF-8 se leen directamente sin dependencia externa\n- Orden de resolución \n[…]\nYTHONPATH opcional\n- Nuevas vars de entorno: ETHER_OCR_CMD, ETHER_OCR_PYTHONPATH, ETHER_OCR_LANG\n- Añadidas al .env.example con documentación\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(upload): delegar extracción de PDF/imagen a ether-ocr",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T01:10:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5994be7e9496fe1b5be275aa62b764beffbd1f77",
"body": "docs/faiss-poc.md — nueva guía que cubre:\n- Diferencia entre RAG (v1) y memoria de agente (v2)\n- Configuración mínima del .env\n- Preparar namespace desde cero con curl\n- Upload de documentos: PDF, MD, TXT desde el CLI y curl\n- Cómo el agente usa knowledge_search automáticamente\n- Parámetros avanzado\n[…]\nodas las variables de entorno de referencia\n- Sección de diagnóstico con causas y soluciones\n\ndocs/README.md — añadido faiss-poc.md al índice\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: guía completa de RAG y memoria con faiss-poc",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T00:58:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "28e221a9e774e521ef8f0b6481fb67485f03e23f",
"body": "Bugs corregidos:\n- FaissTokenManager: /auth/token → /api/v1/auth/token (path incorrecto causaba 404)\n- Main.obtainFaissToken: mismo bug corregido\n\nMejoras en KnowledgeSearchTool:\n- Añadir parámetros use_rerank (cross-encoder, más preciso) y use_bm25\n (búsqueda híbrida semántica + keyword) al schema\n[…]\n de JSON base64 a multipart/form-data (endpoint /upload/multipart)\n más eficiente para archivos grandes y no requiere codificar el contenido\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(faiss): corregir path auth y actualizar integración con API real",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-04T00:50:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a09a5f0a4678494705e4c12e88a18e54357983c0",
"body": "Nuevo subcomando: java -jar ether-brain-cli.jar upload <archivo> --namespace <ns>\n\nFormatos soportados:\n - PDF → extracción automática de texto con Apache PDFBox 3.x\n - TXT, MD, y cualquier texto UTF-8 → lectura directa\n - Batch: pasar múltiples archivos en un solo comando\n\nUso:\n upload documen\n[…]\nSS_AUTH_TOKEN / FAISS_API_KEY (token estático).\nNamespace por defecto: FAISS_DEFAULT_NAMESPACE.\n\nEl fat JAR pasa de 2.4 MB a 6 MB por PDFBox.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): comando upload con soporte PDF, TXT y MD",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-03T14:14:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "97b81f4472540d96224c94153e10dbe4a8be1c55",
"body": "Fusiona la rama feature/add-spi-adapter en main resolviendo conflictos:\n\nNuevos módulos (SPI vía ServiceLoader):\n- ether-brain-spi-model: contrato SPI ModelClientFactory + ProviderMetadata\n- ether-brain-infra-model-demo: DemoModelClient registrado como servicio SPI\n- ether-brain-infra-model-openai: \n[…]\ns de uso:\n modo estándar: ApplicationBootstrap + --session + REPL (HEAD)\n modo SPI: --provider <name> + --list-providers (feature)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "merge(spi): integrar feature/add-spi-adapter al worktree principal",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-03T13:59:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "011a090b7d4a8bf945d18bef2dad2f1a6d5f2cec",
"body": "- .env.sh: script para cargar el .env real en el entorno del SO\n source .env.sh # carga vars en shell actual\n .env.sh java -jar ether-brain-cli.jar # ejecuta con vars cargadas\n Las vars del SO siempre tienen prioridad. Soporta ENV_FILE override.\n- .gitignore: cambiar \n[…]\ns explícitas\n que mantienen ignorados los archivos con secretos pero permiten\n versionar .env.example y .env.sh (no contienen credenciales)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: añadir .env.sh y corregir .gitignore para archivos .env",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-03T13:52:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5c88d2278eb4c294b36badca6ab281cc944126f7",
"body": "Parte automática (transparente al modelo):\n- MemoryProvider port en ether-brain-ports/memory/\n- AgentRuntime llama recall() antes de cada turno e inyecta el contexto\n recuperado en el system prompt via ExecutionContext.memoryContext()\n- PromptBuilder añade el contexto de memoria al system prompt si\n[…]\n entorno: FAISS_MEMORY_NAMESPACE, FAISS_SESSION_TTL_MINUTES\n- .env.example reescrito con todas las variables y orden de prioridad documentado\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(memory): integración híbrida de memoria con faiss-poc v2",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-03T13:46:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1f931e79f2fa62cb35af8a87a6010342e820af6f",
"body": null,
"is_bot": false,
"headline": "nuevo",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-03T12:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2cf808aeae65e139e4ef122ab0f3eccbe8a7011",
"body": null,
"is_bot": false,
"headline": "cambios",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-06-02T04:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c8cee9a2d8ae95abf451fe22b967914db507e4d",
"body": null,
"is_bot": false,
"headline": "new aporte",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-05-30T15:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ab5789b323931763abd06f0054e292b875fe847",
"body": "- Create ether-brain-spi-model with ModelClientFactory + ProviderMetadata\n- Extract DemoModelClient to ether-brain-infra-model-demo\n- Add OpenAiModelClient (java.net.http.HttpClient, zero deps)\n- Add OllamaModelClient for local LLM inference\n- Implement SpiModelBootstrap with ServiceLoader discovery\n- Update CLI with --provider and --list-providers flags\n- Register providers via META-INF/services\n- Add .env.example for API key configuration\n- Add Eclipse files to .gitignore",
"is_bot": false,
"headline": "✨ feat(spi): add ServiceLoader-based model provider mechanism",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-05-20T23:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f860c17beabfde640c84f44e0162b733208aa04",
"body": null,
"is_bot": false,
"headline": "fix(publish): align groupId with ether namespace",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-13T00:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec1a4d0c35aa1d7a1f0d09bf8bdb33baef3e5b62",
"body": "…ether-parent)",
"is_bot": false,
"headline": "chore: add explicit flatten-maven-plugin declaration (inherited from …",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-12T17:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "423324d42de1a94ec790f999f9eeb21282e65773",
"body": "… ether-parent\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: remove flatten-maven-plugin declaration, now inherited from…",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-12T16:01:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e71b97ece605e019b481fe2879fa70808731abe2",
"body": "…ests from deploy\n\nCentral's validator checks each uploaded pom independently without resolving\nparent-chain inheritance from the same bundle. For first-time multi-module\npublications ether-brain-parent:0.1.0 is not yet on Central, so child module\npoms get no description/url/licenses/scm/developers \n[…]\ne deploy reactor (-pl !ether-brain-architecture-tests); the\n central-publishing-maven-plugin skip=true config is ignored in extensions mode.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(central): flatten poms with ossrh mode and exclude architecture-t…",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-11T11:23:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5956311bdc3ee771fc13f0641a3d84312d81b4c8",
"body": "…gins\n\nMaven Central requires licenses and developers in each uploaded POM.\nSince ether-brain-parent references ether-parent:SNAPSHOT (unresolvable\nby Central), these fields must be declared directly here so child modules\ncan inherit them via ether-brain-parent:0.1.0 (in the same bundle).\n\nAlso acti\n[…]\noduce -sources.jar and\n-javadoc.jar — ether-parent only declares these in pluginManagement\nwhich is insufficient for multi-level inheritance.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(central): add licenses/developers and activate source/javadoc plu…",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-11T02:10:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1ea2cf44c626d2e49bb2fe05813b9ca2eb0dcf76",
"body": "…ests\n\nThe plugin does not respect maven.deploy.skip; configure it explicitly\nwith <skip>true</skip> so the test-only module is never uploaded to\nMaven Central (which would reject it for missing sources/javadoc).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(central): skip central-publishing-maven-plugin for architecture-t…",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-11T01:27:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a63266de4a3064aaa894ed0efb995f0b079de277",
"body": "Hardcoded 9.5.5-SNAPSHOT is unavailable on Maven Central and not\npresent in the CI runner local repo at deploy time. Removing the\nexplicit <version> lets ether-parent dependencyManagement provide\nthe correct released version via ${ether-logging-core.version}.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deps): use ether-parent managed version for ether-logging-core",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-11T00:55:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "299f7c428e17835c4df84fdb9c7a7657bda73203",
"body": null,
"is_bot": false,
"headline": "test",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-11T00:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6507860ddc015d15979a7422dc1852f99fa2b7f9",
"body": "- Add <url>, <inceptionYear>, <scm> to ether-brain-parent (required by Central)\n- Add maven.deploy.skip=true to ether-brain-architecture-tests (test-only module)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(publish): prepare for Maven Central and GitHub Packages",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-10T20:06:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49a38217d5894cdd6dc374365930d66f6d0804cd",
"body": "Align with the standard hub layout: outer repo dir / inner module dir\nwith matching name (same pattern as ether-jwt/ether-jwt/, etc.).\n\n- pom.xml, mvnw, .mvn/, and all ether-brain-* modules moved to ether-brain/ether-brain/\n- relativePath updated to ../../ether-parent/ether-parent/pom.xml\n- Makefile updated: PROJECT_DIR := ether-brain\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: move Maven multi-module into inner ether-brain/ directory",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-10T19:50:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b6d933eb2daa9c18ec5a51585864b91effac5ba2",
"body": null,
"is_bot": false,
"headline": "mejorando",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-10T19:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e680962faa70c283db25b4838353488455bc3ec",
"body": "- Add <parent> reference to ether-parent (9.5.5-SNAPSHOT)\n- Override java.version=21 to preserve Java 21 compilation\n- Add Makefile with PROJECT_DIR=. (mvnw lives at repo root)\n- Set PRE_DEPLOY_GOALS= (pom packaging — no source/javadoc JARs at root)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: homologate with ether-parent and add Makefile",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-10T19:33:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "954668d89e91d0b94e68a9390ac0c937506b7cdb",
"body": null,
"is_bot": false,
"headline": "inicio",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-10T19:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eea1d2185020b60a99256c34c971659895312093",
"body": null,
"is_bot": false,
"headline": "base",
"author_name": "rafex",
"author_login": "rafex",
"committed_at": "2026-04-10T18:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a613dbe7f162e16c2d0381eefaa2d4c7278a96c",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Raúl Eduardo González Argote",
"author_login": "rafex",
"committed_at": "2026-04-10T18:22:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 44,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 48,
"active_weeks_last_year": 4,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "dev.rafex.ether.brain:ether-brain-core",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/dev.rafex.ether.brain/ether-brain-core",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://github.com/rafex/ether-brain/ether-brain-core",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T04:59:15Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/dev.rafex.ether.brain/ether-brain-ports",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://github.com/rafex/ether-brain/ether-brain-ports",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T04:59:19Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "dev.rafex.ether.brain:ether-brain-common",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/dev.rafex.ether.brain/ether-brain-common",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://github.com/rafex/ether-brain/ether-brain-common",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T04:59:23Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "dev.rafex.ether.brain:ether-brain-bootstrap",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/dev.rafex.ether.brain/ether-brain-bootstrap",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://github.com/rafex/ether-brain/ether-brain-bootstrap",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T04:59:22Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "dev.rafex.ether.brain:ether-brain-spi-model",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/dev.rafex.ether.brain/ether-brain-spi-model",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://github.com/rafex/ether-brain/ether-brain-spi-model",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T04:59:23Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-file",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/dev.rafex.ether.brain/ether-brain-infra-file",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://github.com/rafex/ether-brain/ether-brain-infra-file",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T04:59:16Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-http",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/dev.rafex.ether.brain/ether-brain-infra-http",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://github.com/rafex/ether-brain/ether-brain-infra-http",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T04:59:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "dev.rafex.ether.brain:ether-brain-tools-local",
"exists": true,
"license": "MIT License",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/dev.rafex.ether.brain/ether-brain-tools-local",
"is_deprecated": false,
"latest_version": "0.2.3",
"repository_url": "https://github.com/rafex/ether-brain/ether-brain-tools-local",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T04:59:24Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"ether-brain/ether-brain-architecture-tests/pom.xml",
"ether-brain/ether-brain-bootstrap/pom.xml",
"ether-brain/ether-brain-common/pom.xml",
"ether-brain/ether-brain-core/pom.xml",
"ether-brain/ether-brain-infra-file/pom.xml",
"ether-brain/ether-brain-infra-http/pom.xml",
"ether-brain/ether-brain-infra-memory/pom.xml",
"ether-brain/ether-brain-infra-model-demo/pom.xml",
"ether-brain/ether-brain-infra-model-ollama/pom.xml",
"ether-brain/ether-brain-infra-model-openai/pom.xml",
"ether-brain/ether-brain-ports/pom.xml",
"ether-brain/ether-brain-spi-model/pom.xml",
"ether-brain/ether-brain-tools-local/pom.xml",
"ether-brain/ether-brain-tools-remote/pom.xml",
"ether-brain/ether-brain-transport-cli/pom.xml",
"ether-brain/ether-brain-transport-http/pom.xml",
"ether-brain/ether-brain-transport-mqtt/pom.xml",
"ether-brain/pom.xml"
],
"largest_source_bytes": 37021,
"source_files_sampled": 118,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1287
},
"dependencies": {
"manifests": [
"ether-brain/pom.xml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": "maven:dev.rafex.ether.brain:ether-brain-core@0.2.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "org.eclipse.jetty:jetty-bom",
"manifest": "ether-brain/pom.xml",
"ecosystem": "maven",
"version_constraint": "${jetty.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-common",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-core",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-memory",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-tools-local",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-bootstrap",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-transport-cli",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-transport-http",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-transport-mqtt",
"manifest": "ether-brain/ether-brain-architecture-tests/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-spi-model",
"manifest": "ether-brain/ether-brain-bootstrap/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-core",
"manifest": "ether-brain/ether-brain-bootstrap/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-memory",
"manifest": "ether-brain/ether-brain-bootstrap/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-tools-local",
"manifest": "ether-brain/ether-brain-bootstrap/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-http",
"manifest": "ether-brain/ether-brain-bootstrap/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-file",
"manifest": "ether-brain/ether-brain-bootstrap/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-tools-remote",
"manifest": "ether-brain/ether-brain-bootstrap/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.logging:ether-logging-core",
"manifest": "ether-brain/ether-brain-bootstrap/pom.xml",
"ecosystem": "maven",
"version_constraint": "${ether-logging-core.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-common",
"manifest": "ether-brain/ether-brain-core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"manifest": "ether-brain/ether-brain-core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.logging:ether-logging-core",
"manifest": "ether-brain/ether-brain-core/pom.xml",
"ecosystem": "maven",
"version_constraint": "${ether-logging-core.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"manifest": "ether-brain/ether-brain-infra-file/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "ether-brain/ether-brain-infra-file/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.18.3"
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"manifest": "ether-brain/ether-brain-infra-http/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "ether-brain/ether-brain-infra-http/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.18.3"
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"manifest": "ether-brain/ether-brain-infra-memory/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-spi-model",
"manifest": "ether-brain/ether-brain-infra-model-demo/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-spi-model",
"manifest": "ether-brain/ether-brain-infra-model-ollama/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-spi-model",
"manifest": "ether-brain/ether-brain-infra-model-openai/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-common",
"manifest": "ether-brain/ether-brain-ports/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"manifest": "ether-brain/ether-brain-spi-model/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"manifest": "ether-brain/ether-brain-tools-local/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "ether-brain/ether-brain-tools-local/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.18.3"
},
{
"name": "dev.rafex.ether.brain:ether-brain-ports",
"manifest": "ether-brain/ether-brain-tools-remote/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-common",
"manifest": "ether-brain/ether-brain-tools-remote/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "ether-brain/ether-brain-tools-remote/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.18.3"
},
{
"name": "dev.rafex.ether.brain:ether-brain-bootstrap",
"manifest": "ether-brain/ether-brain-transport-cli/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-model-demo",
"manifest": "ether-brain/ether-brain-transport-cli/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-model-openai",
"manifest": "ether-brain/ether-brain-transport-cli/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-infra-model-ollama",
"manifest": "ether-brain/ether-brain-transport-cli/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "dev.rafex.ether.brain:ether-brain-bootstrap",
"manifest": "ether-brain/ether-brain-transport-http/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.eclipse.jetty:jetty-server",
"manifest": "ether-brain/ether-brain-transport-http/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "dev.rafex.ether.brain:ether-brain-bootstrap",
"manifest": "ether-brain/ether-brain-transport-mqtt/pom.xml",
"ecosystem": "maven",
"version_constraint": "${project.version}"
},
{
"name": "org.eclipse.paho:org.eclipse.paho.client.mqttv3",
"manifest": "ether-brain/ether-brain-transport-mqtt/pom.xml",
"ecosystem": "maven",
"version_constraint": "${paho.version}"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rafex",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/590878?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 3,
"reason": "7 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a9443cc0d767d1db7c0e74a058cb8d3607d45010",
"ran_at": "2026-07-24T07:18:47Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-06T03:25:44Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-03T14:00:02Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rafex/ether-brain",
"host": "github.com",
"name": "ether-brain",
"owner": "rafex"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"security": 47,
"vitality": 28,
"community": 24,
"governance": 55,
"engineering": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 28,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 48,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 48 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 48
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 1,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"followers": 29,
"owner_type": "User",
"is_verified": null,
"owner_login": "rafex",
"public_repos": 136,
"account_age_days": 5654
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "29 followers of rafex",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 29,
"login": "rafex"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "136 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 136
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"dev.rafex.ether.brain:ether-brain-core",
"dev.rafex.ether.brain:ether-brain-ports",
"dev.rafex.ether.brain:ether-brain-common",
"dev.rafex.ether.brain:ether-brain-bootstrap",
"dev.rafex.ether.brain:ether-brain-spi-model",
"dev.rafex.ether.brain:ether-brain-infra-file",
"dev.rafex.ether.brain:ether-brain-infra-http",
"dev.rafex.ether.brain:ether-brain-tools-local"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on maven",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"ecosystems": "maven"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 55,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "7 existing vulnerabilities detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the maven:dev.rafex.ether.brain:ether-brain-core@0.2.3 runtime dependency closure — what installing the published package pulls in — 3 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "maven:dev.rafex.ether.brain:ether-brain-core@0.2.3",
"assessed": 3
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 3,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 75,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.773,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1287
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "34 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 34,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.705,
"toolchain_manifests": [
"ether-brain/ether-brain-architecture-tests/pom.xml",
"ether-brain/ether-brain-bootstrap/pom.xml",
"ether-brain/ether-brain-common/pom.xml",
"ether-brain/ether-brain-core/pom.xml",
"ether-brain/ether-brain-infra-file/pom.xml",
"ether-brain/ether-brain-infra-http/pom.xml",
"ether-brain/ether-brain-infra-memory/pom.xml",
"ether-brain/ether-brain-infra-model-demo/pom.xml",
"ether-brain/ether-brain-infra-model-ollama/pom.xml",
"ether-brain/ether-brain-infra-model-openai/pom.xml",
"ether-brain/ether-brain-ports/pom.xml",
"ether-brain/ether-brain-spi-model/pom.xml",
"ether-brain/ether-brain-tools-local/pom.xml",
"ether-brain/ether-brain-tools-remote/pom.xml",
"ether-brain/ether-brain-transport-cli/pom.xml",
"ether-brain/ether-brain-transport-http/pom.xml",
"ether-brain/ether-brain-transport-mqtt/pom.xml",
"ether-brain/pom.xml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "31 of the last 44 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 31,
"sampled": 44
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 37021,
"source_files_sampled": 118,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/118 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 118,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T07:18:55.322747Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rafex/ether-brain.svg",
"full_name": "rafex/ether-brain",
"license_state": "standard",
"license_spdx": "MIT"
}