Evidence-backed codebase understanding with file:line citations, for AI clients over MCP.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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).
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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).
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
rune_agentKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
12 von 13 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Evidence-backed codebase understanding with file:line citations, for AI clients over MCP.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.