C40/100

remote-mcp-server-with-auth
mcp0.0.1Template for a remote MCP server with GitHub OAuth - following best practices for building MCP servers so you can take this as a starting point for any MCP server you want to build!
By coleam00 | 67 findings | Scanned 3/22/2026 | tooltrust-scanner/v0.1.15
17 High18 Medium32 Low
Security Findings (67)
- HighExcessive Permission Surface ×17
- assign_copilot_to_issue:tool declares network permission
- create_or_update_file:tool declares network permission
- create_or_update_file:tool declares exec permission
- create_pull_request:tool declares network permission
- create_repository:tool declares exec permission
- list_pull_requests:tool declares network permission
- merge_pull_request:tool declares network permission
- pull_request_read:tool declares network permission
- pull_request_review_write:tool declares network permission
- request_copilot_review:tool declares network permission
- search_code:tool declares network permission
- search_issues:tool declares network permission
- search_pull_requests:tool declares network permission
- search_repositories:tool declares network permission
- search_users:tool declares network permission
- update_pull_request:tool declares network permission
- update_pull_request_branch:tool declares network permission
Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories. - MediumExcessive Permission Surface ×18
- add_comment_to_pending_review:tool declares fs permission
- create_branch:tool declares fs permission
- create_or_update_file:tool declares fs permission
- create_pull_request:tool declares fs permission
- create_repository:tool declares fs permission
- delete_file:tool declares fs permission
- fork_repository:tool declares fs permission
- get_file_contents:tool declares fs permission
- get_me:tool declares fs permission
- issue_write:tool declares fs permission
- list_issues:tool declares fs permission
- list_pull_requests:tool declares fs permission
- pull_request_review_write:tool declares fs permission
- push_files:tool declares fs permission
- search_users:tool declares fs permission
- sub_issue_write:tool declares fs permission
- update_pull_request:tool declares fs permission
- update_pull_request_branch:tool declares fs permission
Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories. - LowExcessive Permission Surface ×11
- add_comment_to_pending_review:tool declares http permission
- add_issue_comment:tool declares http permission
- create_pull_request:tool declares http permission
- issue_read:tool declares http permission
- issue_write:tool declares http permission
- issue_write:input schema exposes 13 properties (threshold: 10)
- merge_pull_request:tool declares http permission
- pull_request_read:tool declares http permission
- pull_request_review_write:tool declares http permission
- sub_issue_write:tool declares http permission
- update_pull_request:tool declares http permission
Rule: AS-002Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories. - LowDoS Resilience — Missing Rate Limit / Timeout ×21
- add_comment_to_pending_review:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- add_issue_comment:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- assign_copilot_to_issue:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- create_or_update_file:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- create_pull_request:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- create_repository:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- issue_read:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- issue_write:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- list_pull_requests:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- merge_pull_request:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- pull_request_read:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- pull_request_review_write:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- request_copilot_review:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- search_code:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- search_issues:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- search_pull_requests:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- search_repositories:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- search_users:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- sub_issue_write:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- update_pull_request:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
- update_pull_request_branch:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
Rule: AS-011Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
Scan this tool yourself
Reproduce this audit locally or block risky tools in CI.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y remote-mcp-server-with-auth"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)