io.github.thecolourfoundation/rune

MCPcomunidad
v0.5.1io.github.thecolourfoundationUnknownActualizado hace 5 dGitHub

Evidence-backed codebase understanding with file:line citations, for AI clients over MCP.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
9Estrellas en GitHub
hace 5 dÚltima actualización
Paquete
Autorio.github.thecolourfoundation
LicenciaUnknown
Versión0.5.1
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
✓Listado en el índice de Forge+10/10
—Identidad del publicador verificada+0/30
→ Publicador: ejecuta `forge publish` desde el repo para reclamar la propiedad
—Verificación de dominio+0/10
→ Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
✓Análisis de inyección de prompts · limpio+30/30
✓Análisis de ofuscación / exfiltración · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio—
Procedencia—
DependenciasSin auditar
Superficie de herramientas13 herramientas · ninguna privilegiada
Análisis de seguridad✓ LimpiovHEAD · hace 1 d¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado23 sept 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

13 herramientas · ninguna privilegiada
Extraído estáticamente del paquete publicadovHEAD · 1d ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

rune_rescanRe-scan the project from disk and refresh Rune's understanding graph. Call this after significant code changes if `rune watch` isn't already running in the background.

Re-scan the project from disk and refresh Rune's understanding graph. Call this after significant code changes if `rune watch` isn't already running in the background.

No se publicó ningún esquema de entrada para esta herramienta.

rune_get_overviewGet a high-level architecture summary of the software: detected stack, component count, route count. Start here.

Get a high-level architecture summary of the software: detected stack, component count, route count. Start here.

No se publicó ningún esquema de entrada para esta herramienta.

rune_list_componentsList all React components Rune has identified, with file location and detection kind (function/class).

List all React components Rune has identified, with file location and detection kind (function/class).

No se publicó ningún esquema de entrada para esta herramienta.

rune_list_routesList all API/page routes Rune has identified across Express and Next.js (pages + app router).

List all API/page routes Rune has identified across Express and Next.js (pages + app router).

No se publicó ningún esquema de entrada para esta herramienta.

rune_searchSearch facts and derived understanding by name, file path, or route path substring. Use this to find where something lives before reading files directly.

Search facts and derived understanding by name, file path, or route path substring. Use this to find where something lives before reading files directly.

No se publicó ningún esquema de entrada para esta herramienta.

rune_explainGiven a fact or derived-conclusion id (as returned by other rune_ tools), return the full evidence trail: the raw fact(s) it's based on, file, line, and matched source text.

Given a fact or derived-conclusion id (as returned by other rune_ tools), return the full evidence trail: the raw fact(s) it's based on, file, line, and matched source text.

No se publicó ningún esquema de entrada para esta herramienta.

rune_get_file_dependenciesGet the internal (relative-import) dependency list for a given file path, as recorded in the understanding graph.

Get the internal (relative-import) dependency list for a given file path, as recorded in the understanding graph.

No se publicó ningún esquema de entrada para esta herramienta.

rune_get_memoryGet durable project-specific knowledge Rune has recorded: conventions, required commands, known pitfalls. Each entry has a status (proposed/approved/rejected) and confidence score -- only 'approved' entries should be treated as trusted; 'proposed' entries are unverified and should be treated as a h…

Get durable project-specific knowledge Rune has recorded: conventions, required commands, known pitfalls. Each entry has a status (proposed/approved/rejected) and confidence score -- only 'approved' entries should be treated as trusted; 'proposed' entries are unverified and should be treated as a h…

No se publicó ningún esquema de entrada para esta herramienta.

rune_get_experienceGet the history of past task attempts recorded for this project: what was tried, whether it succeeded or failed, and why. This is raw history, not verified rules -- use rune_get_memory for trusted, approved conventions.

Get the history of past task attempts recorded for this project: what was tried, whether it succeeded or failed, and why. This is raw history, not verified rules -- use rune_get_memory for trusted, approved conventions.

No se publicó ningún esquema de entrada para esta herramienta.

rune_get_security_findingsGet all security findings Rune has detected in this project: exposed secrets, dangerous shell execution, risky CI/CD workflow permissions, and typosquat-shaped dependencies. Use this before merging a PR or reviewing a codebase for security risk -- this is the single call that answers 'are there sec…

Get all security findings Rune has detected in this project: exposed secrets, dangerous shell execution, risky CI/CD workflow permissions, and typosquat-shaped dependencies. Use this before merging a PR or reviewing a codebase for security risk -- this is the single call that answers 'are there sec…

No se publicó ningún esquema de entrada para esta herramienta.

rune_verify_factRe-check a single fact (by id, as returned by other rune_ tools) against the current state of its source file, instead of trusting what was recorded at the last `rune scan`. Returns 'confirmed' if the code still matches, 'stale' with both the old and new evidence lines if it changed, or 'file_missi…

Re-check a single fact (by id, as returned by other rune_ tools) against the current state of its source file, instead of trusting what was recorded at the last `rune scan`. Returns 'confirmed' if the code still matches, 'stale' with both the old and new evidence lines if it changed, or 'file_missi…

No se publicó ningún esquema de entrada para esta herramienta.

rune_check_driftRe-check every fact in the graph against the live state of the code and summarize how much has drifted since the last `rune scan`. Cheap: re-reads only the specific line each fact points to, not a full re-parse of the project. Use this to decide whether the current graph is still trustworthy before…

Re-check every fact in the graph against the live state of the code and summarize how much has drifted since the last `rune scan`. Cheap: re-reads only the specific line each fact points to, not a full re-parse of the project. Use this to decide whether the current graph is still trustworthy before…

No se publicó ningún esquema de entrada para esta herramienta.

rune_agentSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

12 de 13 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

Evidence-backed codebase understanding with file:line citations, for AI clients over MCP.

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.