Noteflow Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Noteflow Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
noteflow-mcp is a FastMCP v2 server that connects to a notes-style API.
Install dependencies:
uv syncCreate your environment file:
cp .env.example .envThen update .env with your real notes API settings.
The current default uses DummyJSON's free posts API as a notes backend:
GET https://dummyjson.com/postsPOST https://dummyjson.com/posts/addDummyJSON does not require an API key, so NOTES_API_KEY can stay empty.
uv run noteflow-mcpOr:
uv run python -m noteflow_mcp.servercreate_note(title, content)list_notes()create_note maps note content to DummyJSON's body field. DummyJSON simulates writes for testing, so created notes are not persisted server-side.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.