release-mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited release-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.
Release a new version of the tapo-mcp crate.
tapo-mcp/Cargo.toml. Ask the user what the new version should be if not provided.version field in tapo-mcp/Cargo.toml and both version and packages[0].identifier in tapo-mcp/server.json.CHANGELOG.md:## [MCP Unreleased][Unreleased] with ## [MCP vX.X.X][tapo-mcp-vX.X.X] - YYYY-MM-DD (use the current date).## [MCP Unreleased][Unreleased] section immediately above the newly versioned section.[tapo-mcp-vX.X.X]: https://github.com/mihai-dinculescu/tapo/tree/tapo-mcp-vX.X.X to the link definitions at the bottom of the file (right after the [Unreleased] link)./commit with message chore(tapo-mcp): release vX.X.X. git tag -a tapo-mcp-vX.X.X -m "tapo-mcp-vX.X.X" git push && git push origin tapo-mcp-vX.X.X## [MCP vX.X.X][tapo-mcp-vX.X.X] heading from CHANGELOG.md as the release body, followed by a full changelog comparison link. The previous version (vP.P.P) is the tapo-mcp tag before this release: gh release create tapo-mcp-vX.X.X --title "Tapo MCP vX.X.X" --notes "$(cat <<'EOF'
<changelog content here>
**Full Changelog**: https://github.com/mihai-dinculescu/tapo/compare/tapo-mcp-vP.P.P...tapo-mcp-vX.X.X
EOF
)"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.