You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,22 @@ Tip: MCPMark supports **auto-resume**. When re-running, only unfinished tasks wi
152
152
153
153
You can also follow [Quickstart](docs/quickstart.md) for the shortest end-to-end path.
154
154
155
+
### Important Notice: GitHub Repository Privacy
156
+
157
+
> **Please ensure your evaluation repositories are set to PRIVATE.**
158
+
159
+
GitHub state templates are now automatically downloaded from our CDN during evaluation — no manual download is required. However, because these templates contain issues and pull requests from real open-source repositories, the recreation process includes `@username` mentions of the original authors.
160
+
161
+
**We have received feedback from original GitHub authors who were inadvertently notified** when evaluation repositories were created as public. To be a responsible member of the open-source community, we urge all users to:
162
+
163
+
1.**Always keep evaluation repositories private** during the evaluation process.
164
+
2.**In the latest version**, we have added random suffixes to all `@username` mentions (e.g., `@user` becomes `@user_x7k2`) and implemented a safety check that prevents importing templates to public repositories.
165
+
3.**If you are using an older version of MCPMark**, please either:
166
+
- Pull the latest code immediately, or
167
+
- Manually ensure all GitHub evaluation repositories are set to private.
168
+
169
+
Thank you for helping us maintain a respectful relationship with the open-source community.
0 commit comments