Miniflux

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may be able to unsubscribe from feeds, rename or delete categories, bulk-import feeds, mark entries as read, or change bookmarks when those actions are requested.

Why it was flagged

The skill exposes account-changing tools. This matches the Miniflux management purpose, but these actions can alter or delete RSS account data.

Skill content
Agents can browse feeds, search entries by status or date, read specific articles, check categories, and (if not in read-only mode) create/update/delete feeds and categories, import OPML, mark entries as read, and toggle bookmarks.
Recommendation

Use read-only mode if you only want browsing, and explicitly confirm destructive or bulk changes such as deletes, OPML imports, and large mark-read operations.

What this means

Anyone with access to the configured token or password could read or modify the Miniflux account according to the credential’s permissions.

Why it was flagged

The integration requires Miniflux account credentials or an API token so the MCP server can act on the user’s account. This is expected for the stated purpose, but it is still sensitive authority.

Skill content
"MINIFLUX_API_TOKEN": "<your-api-token>" ... "MINIFLUX_USERNAME": "<username>", "MINIFLUX_PASSWORD": "<password>"
Recommendation

Prefer an API token over a password, protect the MCP configuration file, use HTTPS for non-local Miniflux URLs, and choose read-only mode when write access is unnecessary.

What this means

Installing the wrong or compromised helper binary could expose the Miniflux credentials configured for this integration.

Why it was flagged

The skill depends on an external MCP binary that is not included in the provided artifact set and is not pinned to a specific version. This is disclosed and central to the skill, but users should verify the dependency they install.

Skill content
Download the latest binary for your platform from [GitHub Releases](https://github.com/sinhong2011/openclaw-skill-miniflux/releases) ... Or install via Cargo: cargo install openclaw-miniflux-mcp
Recommendation

Install only from the expected project source, prefer a known release version, verify checksums or signatures if available, and review the helper project before granting credentials.