feat(plugin): prepare SERP for marketplace review - #469
Open
acedatacloud-dev wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Why
The SERP Dify plugin has a working fixed-endpoint client, manifest, icon, README, and privacy file, but it is not ready for an external Marketplace review:
tests/and.env.example, which current Marketplace requirements classify as development/environment state rather than runtime files;Beareras a non-empty credential;This PR makes the canonical source reviewable before a separate
.difypkgsubmission is published externally.What changed
https://api.acedata.cloud/serp/googledestination;Bearercredential as empty;.env.*files from the package while retaining them in source control;Marketplace risk classification
Low risk: the plugin calls one fixed documented HTTPS endpoint. It does not execute code/commands/SQL, access files, automate a browser, accept arbitrary destination URLs, or process uploaded files. Search queries can still contain personal/confidential content, which the privacy policy now states explicitly.
Validation
0.6.10packaged the plugin successfully.env*, caches,.git, binaries, or local credentialsgit diff --check— cleanScope boundaries
This PR does not publish to the Dify Marketplace, add a
.difypkgbinary, change plugin versioning, or modify the other 18 plugins. The repository release workflow remains responsible for version stamping and release packaging after merge. A Marketplace package submission is a separate outward-facing PR.Rollback
Revert this commit to restore the prior docs, normalization, and package ignore rules. No Dify application migration or API deployment is involved.
🤖 Generated with Claude Code