Actions Latest Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Actions Latest 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.
A Model Context Protocol (MCP) server that fetches the latest GitHub Actions versions from actions-latest.
This MCP server provides a simple tool to fetch the contents of https://simonw.github.io/actions-latest/versions.txt, which contains the latest version numbers for popular GitHub Actions. This is useful for keeping your workflows up to date.
This package is published to PyPI and can be used directly without manual installation.
Add to your MCP client configuration (e.g., Claude Desktop's claude_desktop_config.json):
{
"mcpServers": {
"actions-latest": {
"command": "uvx",
"args": ["actions-latest-mcp"]
}
}
}The uvx command will automatically download and run the package from PyPI when needed.
If you prefer to install the package manually:
# Install with uv
uv pip install actions-latest-mcp
# Or with pip
pip install actions-latest-mcpThen configure your MCP client:
{
"mcpServers": {
"actions-latest": {
"command": "actions-latest-mcp"
}
}
}This server fetches data from simonw/actions-latest, a project that tracks the latest versions of popular GitHub Actions and makes them available in an easy-to-consume format.
The repository includes a GitHub Actions workflow (.github/workflows/publish.yml) that automatically publishes to PyPI when a new release is created.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.