← Back to search

GitHub Repository Intelligence

heisencodex-jpg streamable_http Scanned 6d ago

Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

B
82.5 / 100

Versions

0.3.0latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 6

get_repo_overview
annotations: none low

Get a structured overview of a GitHub repository: description, primary language, stars, forks, open issues, default branch, license, topics, last push.

list_recent_prs
annotations: none low

List recent pull requests with title, author, state, created/merged dates, and URL. Useful for understanding repo activity, contributor patterns, and merge cadence.

limit number state enum
get_contributors
annotations: none low

Get top contributors ranked by commit count, with login and contribution totals. Useful for identifying maintainers and key developers.

limit number
get_hot_files
annotations: none low

Identify the most-modified files in a repository over the last N commits on the default branch. Returns files ranked by change frequency. Useful for spotting churn, hot spots, and likely refactor candidates. Note: scans N+1 commits via the GitHub API — provide github_token to avoid rate limits (60/hr unauthenticated, shared across all users).

top_n number
get_ci_status
annotations: none low

Get CI/CD status for the latest commit on a branch: check runs, conclusions, and workflow runs. Useful for verifying build health before recommending a branch.

ref string
get_dependencies
annotations: none low

Detect declared dependencies in a repository by parsing manifest files (package.json, requirements.txt, go.mod, Cargo.toml, pyproject.toml). Returns up to one manifest per ecosystem found at repo root.

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 25

low
Tool 'get_repo_overview' has no annotations annotation_checker · 100%
low
Tool 'list_recent_prs' has no annotations annotation_checker · 100%
low
Tool 'get_contributors' has no annotations annotation_checker · 100%
low
Tool 'get_hot_files' has no annotations annotation_checker · 100%
low
Tool 'get_ci_status' has no annotations annotation_checker · 100%
low
Tool 'get_dependencies' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.17.5 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.17.5 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.17.5 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Buffer.from base64 in heisencodex-jpg-github-repo-intel-mcp-d2f9e39/src/main.ts:345 entropy_analyzer · 75%
info
package.json metadata manifest_parser · 100%
info
Tool: get_repo_overview manifest_parser · 85%
info
Tool: list_recent_prs manifest_parser · 85%
info
Tool: get_contributors manifest_parser · 85%
info
Tool: get_hot_files manifest_parser · 85%
info
Tool: get_ci_status manifest_parser · 85%
info
Tool: get_dependencies manifest_parser · 85%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 606 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%