Mcp Hello World — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Hello World (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.
Minimal hello-world scaffold for an MCP-style service.
Run the simple HTTP server locally:
python3 src/mcp_server.pyThen open or curl the hello endpoint:
curl http://localhost:8000/helloThis project contains:
src/mcp_server.py: minimal HTTP server responding at /hello.gitignore: common Python ignoresrequirements.txt: empty for this minimal exampleAzure Function deploy (Bicep)
Files added:
infra/main.bicep: Bicep template creating storage, app insights, app plan, and function appinfra/deploy.sh: helper script that creates rg_hello-world and deploys the Bicep templatesrc/func_app: Python Azure Functions scaffold (HTTP-triggered Hello function)Deploy steps:
# ensure you are logged in to the correct Azure subscription
az login
# create resource group and deploy infra
bash infra/deploy.shNaming notes:
<abbr>_hello-world. Some Azure services (storage account, hostname-based names) have stricter naming rules that disallow underscores and uppercase letters; the Bicep template sanitizes names where required.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.