← Back to search

io.github.github/github-mcp-server

github streamable_http MIT 29,986 stars Scanned 5h ago

Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

B
78.5 / 100

Versions

1.0.4 latest
May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 96

list_gists
unchecked low

List gists for a user

readOnlyHint true
get_gist
unchecked low

Get gist content of a particular gist, by gist ID

readOnlyHint true
create_gist
unchecked low

Create a new gist

readOnlyHint false
update_gist
unchecked low

Update an existing gist

readOnlyHint false
projects_list
unchecked low

Tools for listing GitHub Projects resources. Use this tool to list projects for a user or organization, or list project fields and items for a specific project.

readOnlyHint true
projects_get
unchecked low

Get details about specific GitHub Projects resources. Use this tool to get details about individual projects, project fields, and project items by their unique IDs.

readOnlyHint true
projects_write
unchecked low

Add, update, or delete project items, or create status updates in a GitHub Project.

readOnlyHint false
get_dependabot_alert
unchecked low

Get details of a specific dependabot alert in a GitHub repository.

readOnlyHint true
list_dependabot_alerts
unchecked low

List dependabot alerts in a GitHub repository.

readOnlyHint true
list_discussions
unchecked low

List discussions for a repository or organisation.

readOnlyHint true
get_discussion
unchecked low

Get a specific discussion by ID

readOnlyHint true
get_discussion_comments
unchecked low

Get comments from a discussion

readOnlyHint true
discussion_comment_write
unchecked low

Write operations for discussion comments. Supports adding top-level comments, replying to existing comments, updating comment content, deleting comments, and marking or unmarking comments as the answer.

readOnlyHint false
list_discussion_categories
unchecked low

List discussion categories with their id and name, for a repository or organisation.

readOnlyHint true
update_pull_request_draft_state
unchecked low

Mark a pull request as draft or ready for review.

readOnlyHint false
request_pull_request_reviewers
unchecked low

Request reviewers for a pull request.

readOnlyHint false
create_pull_request_review
unchecked low

Create a review on a pull request. If event is provided, the review is submitted immediately; otherwise a pending review is created.

readOnlyHint false
submit_pending_pull_request_review
unchecked low

Submit a pending pull request review.

readOnlyHint false
delete_pending_pull_request_review
unchecked low

Delete a pending pull request review.

readOnlyHint false
add_pull_request_review_comment
unchecked low

Add a review comment to the current user's pending pull request review.

readOnlyHint false
resolve_review_thread
unchecked low

Resolve a review thread on a pull request. Resolving an already-resolved thread is a no-op.

readOnlyHint false
unresolve_review_thread
unchecked low

Unresolve a previously resolved review thread on a pull request. Unresolving an already-unresolved thread is a no-op.

readOnlyHint false
get_repository_tree
unchecked low

Get the tree structure (files and directories) of a GitHub repository at a specific ref or SHA

readOnlyHint true
list_global_security_advisories
unchecked low

List global security advisories from GitHub.

readOnlyHint true
list_repository_security_advisories
unchecked low

List repository security advisories for a GitHub repository.

readOnlyHint true
get_global_security_advisory
unchecked low

Get a global security advisory

readOnlyHint true
list_org_repository_security_advisories
unchecked low

List repository security advisories for a GitHub organization.

readOnlyHint true
get_label
unchecked low

Get a specific label from a repository.

readOnlyHint true
list_label
unchecked low

List labels from a repository

readOnlyHint true
label_write
unchecked low

Perform write operations on repository labels. To set labels on issues, use the 'update_issue' tool.

readOnlyHint false
issue_read
unchecked low

Get information about a specific issue in a GitHub repository.

readOnlyHint true
list_issue_types
unchecked low

List supported issue types for repository owner (organization).

readOnlyHint true
add_issue_comment
unchecked low

Add a comment to a specific issue in a GitHub repository. Use this tool to add comments to pull requests as well (in this case pass pull request number as issue_number), but only if user is not asking specifically to add review comments.

readOnlyHint false
sub_issue_write
unchecked low

Add a sub-issue to a parent issue in a GitHub repository.

readOnlyHint false
search_issues
unchecked low

Search for issues in GitHub repositories using issues search syntax already scoped to is:issue

readOnlyHint true
issue_write
unchecked low

Create a new or update an existing issue in a GitHub repository.

readOnlyHint false
list_issues
unchecked low

List issues in a GitHub repository. For pagination, use the 'endCursor' from the previous response's 'pageInfo' in the 'after' parameter.

readOnlyHint true
actions_list
unchecked low

Tools for listing GitHub Actions resources. Use this tool to list workflows in a repository, or list workflow runs, jobs, and artifacts for a specific workflow or workflow run.

readOnlyHint true
actions_get
unchecked low

Get details about specific GitHub Actions resources. Use this tool to get details about individual workflows, workflow runs, jobs, and artifacts by their unique IDs.

readOnlyHint true
actions_run_trigger
unchecked low

Trigger GitHub Actions workflow operations, including running, re-running, cancelling workflow runs, and deleting workflow run logs.

readOnlyHint false
get_job_logs
unchecked low

Get logs for GitHub Actions workflow jobs. Use this tool to retrieve logs for a specific job or all failed jobs in a workflow run. For single job logs, provide job_id. For all failed jobs in a run, provide run_id with failed_only=true.

readOnlyHint true
assign_copilot_to_issue
unchecked low

Repository owner

readOnlyHint false idempotentHint true
request_copilot_review
unchecked low

Request a GitHub Copilot code review for a pull request. Use this for automated feedback on pull requests, usually before requesting a human reviewer.

readOnlyHint false
get_code_scanning_alert
unchecked low

Get details of a specific code scanning alert in a GitHub repository.

readOnlyHint true
list_code_scanning_alerts
unchecked low

List code scanning alerts in a GitHub repository.

readOnlyHint true
create_issue
unchecked low

Create a new issue in a GitHub repository with a title and optional body.

readOnlyHint false
update_issue_labels
unchecked low

Update the labels of an existing issue. This replaces the current labels with the provided list.

readOnlyHint false
update_issue_type
unchecked low

Update the type of an existing issue (e.g. 'bug', 'feature').

readOnlyHint false
add_sub_issue
unchecked low

Add a sub-issue to a parent issue.

readOnlyHint false
remove_sub_issue
unchecked low

Remove a sub-issue from a parent issue.

readOnlyHint false
reprioritize_sub_issue
unchecked low

Reprioritize (reorder) a sub-issue relative to other sub-issues.

readOnlyHint false
set_issue_fields
unchecked low

Set issue field values for an issue. Fields are organization-level custom fields (text, number, date, or single select). Use this to create or update field values on an issue.

readOnlyHint false
search_repositories
unchecked low

Find GitHub repositories by name, description, readme, topics, or other metadata. Perfect for discovering projects, finding examples, or locating specific repositories across GitHub.

readOnlyHint true
search_code
unchecked low

Fast and precise code search across ALL GitHub repositories using GitHub's native search engine. Best for finding exact symbols, functions, classes, or specific code patterns.

readOnlyHint true
search_users
unchecked low

Find GitHub users by username, real name, or other profile information. Useful for locating developers, contributors, or team members.

readOnlyHint true
search_orgs
unchecked low

Find GitHub organizations by name, location, or other organization metadata. Ideal for discovering companies, open source foundations, or teams.

readOnlyHint true
pull_request_read
unchecked low

Get information on a specific pull request in GitHub repository.

readOnlyHint true
create_pull_request
unchecked low

Create a new pull request in a GitHub repository.

readOnlyHint false
update_pull_request
unchecked low

Update an existing pull request in a GitHub repository.

readOnlyHint false
add_reply_to_pull_request_comment
unchecked low

Add a reply to an existing pull request comment. This creates a new comment that is linked as a reply to the specified comment.

readOnlyHint false
list_pull_requests
unchecked low

List pull requests in a GitHub repository. If the user specifies an author, then DO NOT use this tool and use the search_pull_requests tool instead.

readOnlyHint true
merge_pull_request
unchecked low

Merge a pull request in a GitHub repository.

readOnlyHint false
search_pull_requests
unchecked low

Search for pull requests in GitHub repositories using issues search syntax already scoped to is:pr

readOnlyHint true
update_pull_request_branch
unchecked low

Update the branch of a pull request with the latest changes from the base branch.

readOnlyHint false
pull_request_review_write
unchecked low

Create and/or submit, delete review of a pull request. Available methods: - create: Create a new review of a pull request. If "event" parameter is provided, the review is submitted. If "event" is omitted, a pending review is created. - submit_pending: Submit an existing pending review of a pull request. This requires that a pending review exists for the current user on the specified pull request. The "body" and "event" parameters are used when submitting the review. - delete_pending: Delete an existing pending review of a pull request. This requires that a pending review exists for the current user on the specified pull request. - resolve_thread: Resolve a review thread. Requires only "threadId" parameter with the thread's node ID (e.g., PRRT_kwDOxxx). The owner, repo, and pullNumber parameters are not used for this method. Resolving an already-resolved thread is a no-op. - unresolve_thread: Unresolve a previously resolved review thread. Requires only "threadId" parameter. The owner, repo, and pullNumber parameters are not used for this method. Unresolving an already-unresolved thread is a no-op.

readOnlyHint false
add_comment_to_pending_review
unchecked low

Add review comment to the requester's latest pending pull request review. A pending review needs to already exist to call this (check with the user if not sure).

readOnlyHint false
get_secret_scanning_alert
unchecked low

Get details of a specific secret scanning alert in a GitHub repository.

readOnlyHint true
list_secret_scanning_alerts
unchecked low

List secret scanning alerts in a GitHub repository.

readOnlyHint true
list_notifications
unchecked low

Lists all GitHub notifications for the authenticated user, including unread notifications, mentions, review requests, assignments, and updates on issues or pull requests. Use this tool whenever the user asks what to work on next, requests a summary of their GitHub activity, wants to see pending reviews, or needs to check for new updates or tasks. This tool is the primary way to discover actionable items, reminders, and outstanding work on GitHub. Always call this tool when asked what to work on next, what is pending, or what needs attention in GitHub.

readOnlyHint true
dismiss_notification
unchecked low

Dismiss a notification by marking it as read or done

readOnlyHint false
mark_all_notifications_read
unchecked low

Mark all notifications as read

readOnlyHint false
get_notification_details
unchecked low

Get detailed information for a specific GitHub notification, always call this tool when the user asks for details about a specific notification, if you don't know the ID list notifications first.

readOnlyHint true
manage_notification_subscription
unchecked low

Manage a notification subscription: ignore, watch, or delete a notification thread subscription.

readOnlyHint false
manage_repository_notification_subscription
unchecked low

Manage a repository notification subscription: ignore, watch, or delete repository notifications subscription for the provided repository.

readOnlyHint false
get_commit
unchecked low

Get details for a commit from a GitHub repository

readOnlyHint true
list_commits
unchecked low

Get list of commits of a branch in a GitHub repository. Returns at least 30 results per page by default, but can return more if specified using the perPage parameter (up to 100).

readOnlyHint true
list_branches
unchecked low

List branches in a GitHub repository

readOnlyHint true
create_or_update_file
unchecked low

Create or update a single file in a GitHub repository. If updating, you should provide the SHA of the file you want to update. Use this tool to create or update a file in a GitHub repository remotely; do not use it for local file operations. In order to obtain the SHA of original file version before updating, use the following git command: git rev-parse <branch>:<path to file> SHA MUST be provided for existing file updates.

readOnlyHint false
create_repository
unchecked low

Create a new GitHub repository in your account or specified organization

readOnlyHint false
get_file_contents
unchecked low

Get the contents of a file or directory from a GitHub repository

readOnlyHint true
fork_repository
unchecked low

Fork a GitHub repository to your account or specified organization

readOnlyHint false
delete_file
unchecked low

Delete a file from a GitHub repository

readOnlyHint false
create_branch
unchecked low

Create a new branch in a GitHub repository

readOnlyHint false
push_files
unchecked low

Push multiple files to a GitHub repository in a single commit

readOnlyHint false
list_tags
unchecked low

List git tags in a GitHub repository

readOnlyHint true
get_tag
unchecked low

Get details about a specific git tag in a GitHub repository

readOnlyHint true
list_releases
unchecked low

List releases in a GitHub repository

readOnlyHint true
get_latest_release
unchecked low

Get the latest release in a GitHub repository

readOnlyHint true
get_release_by_tag
unchecked low

Get a specific release by its tag name in a GitHub repository

readOnlyHint true
list_starred_repositories
unchecked low

List starred repositories

readOnlyHint true
star_repository
unchecked low

Star a GitHub repository

readOnlyHint false
unstar_repository
unchecked low

Unstar a GitHub repository

readOnlyHint false
list_repository_collaborators
unchecked low

List collaborators of a GitHub repository. Results are paginated; the response includes `nextPage`, `prevPage`, `firstPage`, and `lastPage` fields. To get the next page, use the `nextPage` value as the `page` parameter.

readOnlyHint true
get_me
unchecked low

Get details of the authenticated GitHub user. Use this when a request is about the user's own profile for GitHub. Or when information is missing to build other tool calls.

readOnlyHint true
get_teams
unchecked low

Get details of the teams the user is a member of. Limited to organizations accessible with current credentials

readOnlyHint true
get_team_members
unchecked low

Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials

readOnlyHint true

Permissions 1

env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 212

info
package.json metadata manifest_parser · 100%
info
go.mod metadata manifest_parser · 100%
info
Tool: list_discussions manifest_parser · 85%
info
Tool: get_discussion manifest_parser · 85%
info
Tool: get_discussion_comments manifest_parser · 85%
info
Tool: discussion_comment_write manifest_parser · 85%
info
Tool: list_discussion_categories manifest_parser · 85%
info
Tool: update_pull_request_draft_state manifest_parser · 85%
info
Tool: request_pull_request_reviewers manifest_parser · 85%
info
Tool: create_pull_request_review manifest_parser · 85%
info
Tool: submit_pending_pull_request_review manifest_parser · 85%
info
Tool: delete_pending_pull_request_review manifest_parser · 85%
info
Tool: add_pull_request_review_comment manifest_parser · 85%
info
Tool: resolve_review_thread manifest_parser · 85%
info
Tool: unresolve_review_thread manifest_parser · 85%
info
Tool: get_repository_tree manifest_parser · 85%
info
Tool: list_global_security_advisories manifest_parser · 85%
info
Tool: list_repository_security_advisories manifest_parser · 85%
info
Tool: get_global_security_advisory manifest_parser · 85%
info
Tool: list_org_repository_security_advisories manifest_parser · 85%
info
Tool: get_label manifest_parser · 85%
info
Tool: list_label manifest_parser · 85%
info
Tool: label_write manifest_parser · 85%
info
Tool: issue_read manifest_parser · 85%
info
Tool: list_issue_types manifest_parser · 85%
info
Tool: add_issue_comment manifest_parser · 85%
info
Tool: sub_issue_write manifest_parser · 85%
info
Tool: search_issues manifest_parser · 85%
info
Tool: issue_write manifest_parser · 85%
info
Tool: list_issues manifest_parser · 85%
info
Tool: actions_list manifest_parser · 85%
info
Tool: actions_get manifest_parser · 85%
info
Tool: actions_run_trigger manifest_parser · 85%
info
Tool: get_job_logs manifest_parser · 85%
info
Tool: assign_copilot_to_issue manifest_parser · 85%
info
Tool: request_copilot_review manifest_parser · 85%
info
Tool: get_code_scanning_alert manifest_parser · 85%
info
Tool: list_code_scanning_alerts manifest_parser · 85%
info
Tool: create_issue manifest_parser · 85%
info
Tool: update_issue_labels manifest_parser · 85%
info
Tool: update_issue_type manifest_parser · 85%
info
Tool: add_sub_issue manifest_parser · 85%
info
Tool: remove_sub_issue manifest_parser · 85%
info
Tool: reprioritize_sub_issue manifest_parser · 85%
info
Tool: set_issue_fields manifest_parser · 85%
info
Tool: search_repositories manifest_parser · 85%
info
Tool: search_code manifest_parser · 85%
info
Tool: search_users manifest_parser · 85%
info
Tool: search_orgs manifest_parser · 85%
info
Tool: pull_request_read manifest_parser · 85%
info
Tool: create_pull_request manifest_parser · 85%
info
Tool: update_pull_request manifest_parser · 85%
info
Tool: add_reply_to_pull_request_comment manifest_parser · 85%
info
Tool: list_pull_requests manifest_parser · 85%
info
Tool: merge_pull_request manifest_parser · 85%
info
Tool: search_pull_requests manifest_parser · 85%
info
Tool: update_pull_request_branch manifest_parser · 85%
info
Tool: pull_request_review_write manifest_parser · 85%
info
Tool: add_comment_to_pending_review manifest_parser · 85%
info
Tool: get_secret_scanning_alert manifest_parser · 85%
info
Tool: list_secret_scanning_alerts manifest_parser · 85%
info
Tool: list_notifications manifest_parser · 85%
info
Tool: dismiss_notification manifest_parser · 85%
info
Tool: mark_all_notifications_read manifest_parser · 85%
info
Tool: get_notification_details manifest_parser · 85%
info
Tool: manage_notification_subscription manifest_parser · 85%
info
Tool: manage_repository_notification_subscription manifest_parser · 85%
info
Tool: get_commit manifest_parser · 85%
info
Tool: list_commits manifest_parser · 85%
info
Tool: list_branches manifest_parser · 85%
info
Tool: create_or_update_file manifest_parser · 85%
info
Tool: create_repository manifest_parser · 85%
info
Tool: get_file_contents manifest_parser · 85%
info
Tool: fork_repository manifest_parser · 85%
info
Tool: delete_file manifest_parser · 85%
info
Tool: create_branch manifest_parser · 85%
info
Tool: push_files manifest_parser · 85%
info
Tool: list_tags manifest_parser · 85%
info
Tool: get_tag manifest_parser · 85%
info
Tool: list_releases manifest_parser · 85%
info
Tool: get_latest_release manifest_parser · 85%
info
Tool: get_release_by_tag manifest_parser · 85%
info
Tool: list_starred_repositories manifest_parser · 85%
info
Tool: star_repository manifest_parser · 85%
info
Tool: unstar_repository manifest_parser · 85%
info
Tool: list_repository_collaborators manifest_parser · 85%
info
Tool: get_me manifest_parser · 85%
info
Tool: get_teams manifest_parser · 85%
info
Tool: get_team_members manifest_parser · 85%
info
Tool: list_gists manifest_parser · 85%
info
Tool: get_gist manifest_parser · 85%
info
Tool: create_gist manifest_parser · 85%
info
Tool: update_gist manifest_parser · 85%
info
Tool: projects_list manifest_parser · 85%
info
Tool: projects_get manifest_parser · 85%
info
Tool: projects_write manifest_parser · 85%
info
Tool: get_dependabot_alert manifest_parser · 85%
info
Tool: list_dependabot_alerts manifest_parser · 85%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (9) manifest_parser · 80%
info
Tool 'list_discussions' annotations are consistent annotation_checker · 80%
info
Tool 'get_discussion' annotations are consistent annotation_checker · 80%
info
Tool 'get_discussion_comments' annotations are consistent annotation_checker · 80%
info
Tool 'discussion_comment_write' annotations are consistent annotation_checker · 80%
info
Tool 'list_discussion_categories' annotations are consistent annotation_checker · 80%
info
Tool 'update_pull_request_draft_state' annotations are consistent annotation_checker · 80%
info
Tool 'request_pull_request_reviewers' annotations are consistent annotation_checker · 80%
info
Tool 'create_pull_request_review' annotations are consistent annotation_checker · 80%
info
Tool 'submit_pending_pull_request_review' annotations are consistent annotation_checker · 80%
info
Tool 'delete_pending_pull_request_review' annotations are consistent annotation_checker · 80%
info
Tool 'add_pull_request_review_comment' annotations are consistent annotation_checker · 80%
info
Tool 'resolve_review_thread' annotations are consistent annotation_checker · 80%
info
Tool 'unresolve_review_thread' annotations are consistent annotation_checker · 80%
info
Tool 'get_repository_tree' annotations are consistent annotation_checker · 80%
info
Tool 'list_global_security_advisories' annotations are consistent annotation_checker · 80%
info
Tool 'list_repository_security_advisories' annotations are consistent annotation_checker · 80%
info
Tool 'get_global_security_advisory' annotations are consistent annotation_checker · 80%
info
Tool 'list_org_repository_security_advisories' annotations are consistent annotation_checker · 80%
info
Tool 'get_label' annotations are consistent annotation_checker · 80%
info
Tool 'list_label' annotations are consistent annotation_checker · 80%
info
Tool 'label_write' annotations are consistent annotation_checker · 80%
info
Tool 'issue_read' annotations are consistent annotation_checker · 80%
info
Tool 'list_issue_types' annotations are consistent annotation_checker · 80%
info
Tool 'add_issue_comment' annotations are consistent annotation_checker · 80%
info
Tool 'sub_issue_write' annotations are consistent annotation_checker · 80%
info
Tool 'search_issues' annotations are consistent annotation_checker · 80%
info
Tool 'issue_write' annotations are consistent annotation_checker · 80%
info
Tool 'list_issues' annotations are consistent annotation_checker · 80%
info
Tool 'actions_list' annotations are consistent annotation_checker · 80%
info
Tool 'actions_get' annotations are consistent annotation_checker · 80%
info
Tool 'actions_run_trigger' annotations are consistent annotation_checker · 80%
info
Tool 'get_job_logs' annotations are consistent annotation_checker · 80%
info
Tool 'assign_copilot_to_issue' annotations are consistent annotation_checker · 80%
info
Tool 'request_copilot_review' annotations are consistent annotation_checker · 80%
info
Tool 'get_code_scanning_alert' annotations are consistent annotation_checker · 80%
info
Tool 'list_code_scanning_alerts' annotations are consistent annotation_checker · 80%
info
Tool 'create_issue' annotations are consistent annotation_checker · 80%
info
Tool 'update_issue_labels' annotations are consistent annotation_checker · 80%
info
Tool 'update_issue_type' annotations are consistent annotation_checker · 80%
info
Tool 'add_sub_issue' annotations are consistent annotation_checker · 80%
info
Tool 'remove_sub_issue' annotations are consistent annotation_checker · 80%
info
Tool 'reprioritize_sub_issue' annotations are consistent annotation_checker · 80%
info
Tool 'set_issue_fields' annotations are consistent annotation_checker · 80%
info
Tool 'search_repositories' annotations are consistent annotation_checker · 80%
info
Tool 'search_code' annotations are consistent annotation_checker · 80%
info
Tool 'search_users' annotations are consistent annotation_checker · 80%
info
Tool 'search_orgs' annotations are consistent annotation_checker · 80%
info
Tool 'pull_request_read' annotations are consistent annotation_checker · 80%
info
Tool 'create_pull_request' annotations are consistent annotation_checker · 80%
info
Tool 'update_pull_request' annotations are consistent annotation_checker · 80%
info
Tool 'add_reply_to_pull_request_comment' annotations are consistent annotation_checker · 80%
info
Tool 'list_pull_requests' annotations are consistent annotation_checker · 80%
info
Tool 'merge_pull_request' annotations are consistent annotation_checker · 80%
info
Tool 'search_pull_requests' annotations are consistent annotation_checker · 80%
info
Tool 'update_pull_request_branch' annotations are consistent annotation_checker · 80%
info
Tool 'pull_request_review_write' annotations are consistent annotation_checker · 80%
info
Tool 'add_comment_to_pending_review' annotations are consistent annotation_checker · 80%
info
Tool 'get_secret_scanning_alert' annotations are consistent annotation_checker · 80%
info
Tool 'list_secret_scanning_alerts' annotations are consistent annotation_checker · 80%
info
Tool 'list_notifications' annotations are consistent annotation_checker · 80%
info
Tool 'dismiss_notification' annotations are consistent annotation_checker · 80%
info
Tool 'mark_all_notifications_read' annotations are consistent annotation_checker · 80%
info
Tool 'get_notification_details' annotations are consistent annotation_checker · 80%
info
Tool 'manage_notification_subscription' annotations are consistent annotation_checker · 80%
info
Tool 'manage_repository_notification_subscription' annotations are consistent annotation_checker · 80%
info
Tool 'get_commit' annotations are consistent annotation_checker · 80%
info
Tool 'list_commits' annotations are consistent annotation_checker · 80%
info
Tool 'list_branches' annotations are consistent annotation_checker · 80%
info
Tool 'create_or_update_file' annotations are consistent annotation_checker · 80%
info
Tool 'create_repository' annotations are consistent annotation_checker · 80%
info
Tool 'get_file_contents' annotations are consistent annotation_checker · 80%
info
Tool 'fork_repository' annotations are consistent annotation_checker · 80%
info
Tool 'delete_file' annotations are consistent annotation_checker · 80%
info
Tool 'create_branch' annotations are consistent annotation_checker · 80%
info
Tool 'push_files' annotations are consistent annotation_checker · 80%
info
Tool 'list_tags' annotations are consistent annotation_checker · 80%
info
Tool 'get_tag' annotations are consistent annotation_checker · 80%
info
Tool 'list_releases' annotations are consistent annotation_checker · 80%
info
Tool 'get_latest_release' annotations are consistent annotation_checker · 80%
info
Tool 'get_release_by_tag' annotations are consistent annotation_checker · 80%
info
Tool 'list_starred_repositories' annotations are consistent annotation_checker · 80%
info
Tool 'star_repository' annotations are consistent annotation_checker · 80%
info
Tool 'unstar_repository' annotations are consistent annotation_checker · 80%
info
Tool 'list_repository_collaborators' annotations are consistent annotation_checker · 80%
info
Tool 'get_me' annotations are consistent annotation_checker · 80%
info
Tool 'get_teams' annotations are consistent annotation_checker · 80%
info
Tool 'get_team_members' annotations are consistent annotation_checker · 80%
info
Tool 'list_gists' annotations are consistent annotation_checker · 80%
info
Tool 'get_gist' annotations are consistent annotation_checker · 80%
info
Tool 'create_gist' annotations are consistent annotation_checker · 80%
info
Tool 'update_gist' annotations are consistent annotation_checker · 80%
info
Tool 'projects_list' annotations are consistent annotation_checker · 80%
info
Tool 'projects_get' annotations are consistent annotation_checker · 80%
info
Tool 'projects_write' annotations are consistent annotation_checker · 80%
info
Tool 'get_dependabot_alert' annotations are consistent annotation_checker · 80%
info
Tool 'list_dependabot_alerts' annotations are consistent annotation_checker · 80%
critical
Tool poisoning in 'list_pull_requests': Cross-tool suppression poisoning · 85%
critical
Tool poisoning in 'list_notifications': Directive language: 'always' poisoning · 85%
critical
Tool poisoning in 'get_notification_details': Directive language: 'always' poisoning · 85%
low
Permission: env_vars access detected permission_analyzer · 90%
medium
Suspicious package name: react-dom dependency_analyzer · 60%
medium
Suspicious package name: react-markdown dependency_analyzer · 60%
medium
Vulnerable dependency: golang.org/x/net@0.38.0 (GO-2026-4440) dependency_analyzer · 95%
medium
Vulnerable dependency: golang.org/x/net@0.38.0 (GO-2026-4441) dependency_analyzer · 95%
medium
Vulnerable dependency: golang.org/x/net@0.38.0 (GO-2026-4918) dependency_analyzer · 95%
info
SLSA Build Level 3 detected slsa_assessor · 85%
info
Could not connect to MCP server for output poisoning scan output_poisoning · 100%
info
Could not connect to MCP server for behavioral verification behavioral_verifier · 100%
info
SBOM generated: 472 components sbom_generator · 100%
info
MITRE ATLAS technique coverage summary atlas_annotator · 100%
info
ATLAS: Adversarial ML Supply Chain (AML.T0043) atlas_annotator · 100%
info
ATLAS: Poison Training Data (AML.T0020) atlas_annotator · 100%