Test M — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Test M (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.
An MCP server built with Smithery.
uv run dev uv run playgroundTry saying "Say hello to John" to test the example tool.
Build the image (from the project root):
docker build -t hello-server .Run the container:
docker run --rm -p 8081:8081 --shm-size=1g hello-serverNotes:
0.0.0.0:8081 and serves the MCP endpoint at /mcp.--shm-size=1g improves browser stability for Playwright/Firefox-based scraping.You can now connect an MCP client to:
http://localhost:8081/mcpYour server code is in src/hello_server/server.py. Add or update your server capabilities there.
Ready to deploy? Push your code to GitHub and deploy to Smithery:
git add .
git commit -m "Hello world 👋"
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git
git push -u origin main~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.