Herald Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Herald 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.
Lets two AI assistants on different computers talk to each other through a shared cloud server.
Your Computer → Cloud Server ← Their Computer
(Machine A) (always running) (Machine B)Both sides connect to the same server. No direct connection between computers is needed.
You will need the server address from the person who invited you.
Steps:
list_peers() to confirm the connectionOn your Windows cloud server, open PowerShell as Administrator and paste the contents of server_deploy.ps1. The script will:
C:\Herald_MCP\server.pyconfig.example.json → rename to config.jsonconfig.json: {
"name": "machine-a",
"server_url": "http://YOUR_SERVER_IP:7700",
"peers": ["machine-b"]
}setup.batSend them:
http://YOUR_SERVER_IP:7700)They double-click join.bat, paste the address, and they're in.
python cli.py pending # check incoming messages
python cli.py ask machine-b "hello" # send a message
python cli.py reply <id> "answer" # reply to a message
python cli.py ping machine-b # check server connection| File | Purpose |
|---|---|
server.py | Cloud server (hub) |
mcp_server.py | Local MCP server (started automatically by your AI host) |
cli.py | Debug command-line tool |
join.bat | One-click setup for new users |
setup.bat | Manual setup for technical users |
server_deploy.ps1 | Deploy Herald to a new cloud server |
config.example.json | Config template |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.