feat: bump rss-reader plugin to version 0.0.1#2706
Open
Remywwo wants to merge 1 commit into
Open
Conversation
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.
Plugin Submission
Plugin information
Submission type
What changed
RSS Reader is a Dify tool plugin that fetches RSS or Atom feeds from a user-provided public
httporhttpsURL and returns a normalized article list.This submission updates the README with setup, usage, connection requirements, compatibility notes, and source repository information. It also excludes development-only files from plugin packaging and replaces the default template icons with custom RSS Reader SVG icons.
Risk level
Required checks
.envfiles,.gitdirectories, virtual environments, caches, logs, or IDE files.PRIVACY.mdor a hosted privacy policy, andmanifest.yamlreferences it.Security and privacy notes
The plugin fetches user-provided RSS or Atom feed URLs.
Only
httpandhttpsURLs are accepted. Private, loopback, link-local, reserved, multicast, and unspecified IP addresses are rejected to reduce SSRF risk. Redirects are not followed. Feed responses larger than 2 MB are rejected.The plugin processes the feed URL supplied to the tool and feed/article metadata returned by the remote feed source. It does not intentionally store feed content or tool inputs.
Local validation
python -m compileall .Result: passed.
Reviewer notes
Dify Community Edition and Dify Cloud runtime validation has not been documented in this repository.
No executables or bundled binaries are included.
Known limitations: