Skip to content

feat: bump rss-reader plugin to version 0.0.1#2706

Open
Remywwo wants to merge 1 commit into
langgenius:mainfrom
Remywwo:bump-rss-reader-plugin-0.0.1
Open

feat: bump rss-reader plugin to version 0.0.1#2706
Remywwo wants to merge 1 commit into
langgenius:mainfrom
Remywwo:bump-rss-reader-plugin-0.0.1

Conversation

@Remywwo

@Remywwo Remywwo commented Jul 14, 2026

Copy link
Copy Markdown

Plugin Submission

Plugin information

Submission type

  • New plugin
  • Version update

What changed

RSS Reader is a Dify tool plugin that fetches RSS or Atom feeds from a user-provided public http or https URL 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

  • Low risk
  • Medium risk
  • High risk

Required checks

  • I have read and followed the Marketplace submission requirements.
  • I have read and comply with the Plugin Developer Agreement.
  • I tested this plugin on Dify Community Edition and Dify Cloud, or documented any limitation below.
  • The package contains only files needed at runtime.
  • The package does not contain secrets, local credentials, .env files, .git directories, virtual environments, caches, logs, or IDE files.
  • The package does not contain executables or bundled binaries, or I explained why they are required below.
  • The plugin README includes setup steps, usage instructions, required APIs or credentials, connection requirements, and the source repository link.
  • The plugin includes PRIVACY.md or a hosted privacy policy, and manifest.yaml references it.
  • All user-facing text is primarily in English, with any localized README files following the i18n guidance.

Security and privacy notes

The plugin fetches user-provided RSS or Atom feed URLs.

Only http and https URLs 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:

  • Feed availability, response time, and returned article metadata depend on the remote feed server.
  • Redirects are not followed.
  • Feed responses larger than 2 MB are rejected.

@github-actions github-actions Bot added risk: medium Medium-risk Marketplace submission risk: missing Missing or invalid Marketplace risk selection and removed risk: medium Medium-risk Marketplace submission risk: missing Missing or invalid Marketplace risk selection labels Jul 14, 2026
@Remywwo Remywwo changed the title bump rss-reader plugin to version 0.0.1 feat: bump rss-reader plugin to version 0.0.1 Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk: medium Medium-risk Marketplace submission

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants