Claude Tools / Plugins / gograph

Plugins · ozgurcd/gograph

gograph

Claude Code workflow guidance for local gograph: AST-aware call graphs, impact, security-flow candidates, and 61 query, analysis, and workflow capabilities through a separately registered MCP server.

CLEARED_STATICclaude-onlyv0.1.0

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Claude-only

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran69602 code lines / 437 files
secretsranno secret patterns matched
egressran3 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraln/anot reached — prior gate did not pass

What's inside

Components found

docs-site/content/_index.md
componentmedium
docs-site/content/benchmarks.md
componentmedium
docs-site/content/demo.md
componentmedium
skills/gograph/SKILL.md
skillhigh
docs-site/content/docs/_index.md
componentmedium
docs-site/content/docs/agent-integration.md
agentmedium
docs-site/content/docs/command-reference.md
commandlow
docs-site/content/docs/getting-started.md
componentmedium
docs-site/content/docs/mcp-registry.md
componentmedium
docs-site/content/docs/workflows.md
componentmedium
docs-site/content/posts/analyzing-go-codebase-with-gograph.md
componentmedium

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 3 lexical match(es)

README

From the repository

# gograph

[![Go Report Card](https://goreportcard.com/badge/github.com/ozgurcd/gograph)](https://goreportcard.com/report/github.com/ozgurcd/gograph)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Go Version](https://img.shields.io/github/go-mod/go-version/ozgurcd/gograph)](https://github.com/ozgurcd/gograph)
[![Homebrew](https://img.shields.io/badge/homebrew-available-orange)](https://github.com/ozgurcd/homebrew-tap)
[![Docs](https://img.shields.io/badge/docs-gograph.identuum.ai-blue)](https://gograph.identuum.ai)

**Give Go coding agents a compiler-aware map for safer refactors.**

`gograph` builds a local structural graph of your Go repository, with optional
type-checked CHA/SSA enrichment. Its CLI and MCP workflows help coding agents
trace callers and interface implementations, plan change impact, and enforce
architecture without embeddings or a hosted code index.

**[Try the verified no-install demo](https://gograph.identuum.ai/demo/)** ·
**[Review the reproducible benchmark](docs/benchmarking.md)**

![Gograph Demo](gograph-demo.gif)

> **Static analysis; no target-code execution.** Default indexing parses Go sour

← Back to Plugins