docs(plugins): add safe community listing guidance / 添加安全的社区插件收录指南 - #7166
Open
kashifmahi wants to merge 2 commits into
Open
docs(plugins): add safe community listing guidance / 添加安全的社区插件收录指南#7166kashifmahi wants to merge 2 commits into
kashifmahi wants to merge 2 commits into
Conversation
Problem: The initial community page linked an inaccessible source repository, used an interactive and unpinned npx command, and omitted the Chinese documentation path. Root cause: The listing requirements did not make public provenance, reproducible install commands, or bilingual navigation explicit. Fix: Remove the unverifiable entry, document the official Registry relationship and MCP trust boundary, use a pinned non-interactive npx example, and add the matching Chinese page and README link. Verification: - git diff --check - local documentation targets and Guide anchors verified - latest main-v2 merge tree checked
Collaborator
|
I pushed c71a623 to address the documentation, startup, and provenance findings. What changed:
The npm 0.1.0 artifact is still published, but it should not be promoted from the official README until users can inspect the corresponding source. Once the repository is publicly reachable, the plugin can be re-added with its complete pinned Verified:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[[plugins]]adoption example.Issue
Closes #7165
Security
readOnlyHintanddestructiveHintare identified as workflow metadata, not containment against malicious code.npx -yso the first-run prompt cannot block the stdio handshake.Verification
git diff --checkmain-v2verifiedCache impact