Autonome Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Autonome 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.
Rust-based MCP server that gives Claude Desktop agency over wake, heartbeat, and federated task execution on macOS.
git clone <repo-url>
cd autonome-mcp
cargo build --releasecargo run -- serveThe MCP server listens on stdio for Claude Desktop.
cargo run -- init --hour 1 --minute 0 --data-dir ~/.local/share/autonomy-mcpCreates autonomy.db, installs launchd plist for daily wake, and enables heartbeat defaults.
cargo run -- run-wake — send immediate wake message.cargo run -- run-heartbeat — send heartbeat if enabled.cargo run -- status — show persisted state and heartbeat config.cargo run -- test "MESSAGE" — ad-hoc AppleScript send for debugging.src/ — core modules (applescript, federation, launchd, mcp, state, tasks, main.rs).docs/ — design notes (FEDERATION-TOOLS-SPEC.md).scripts/ — helper automation (e.g., WakeClaude.applescript, build_trampoline.sh).target/ — build outputs.cargo fmtcargo clippy -- -D warningscargo testcargo build --releaseCoding style: Rust 2021, anyhow::Result for app flows, avoid unwrap in runtime paths, use tracing with context-rich fields.
~/.local/share/autonomy-mcp/autonomy.db. Override with --data-dir for tests.See AGENTS.md for contributor guidelines (structure, commands, style, testing, and PR expectations).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.