Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add mohitbadwal/ringbacknpx agentmods add plugins/mohitbadwal/ringback/plugingit clone --depth 1 https://github.com/mohitbadwal/ringbackGrade A, and why
ringback scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "ringback",
"displayName": "ringback — your agent calls your phone",
"version": "0.1.0",
"description": "Two-way voice phone calls plus tiered alerts for your AI agent, over free self-hosted SIP. The agent rings your phone and talks to you when it needs a decision, and it is presence-aware so it only calls when you are away from the keyboard. Runs the engine in Docker, so there is no local build.",
"author": { "name": "Mohit Badwal" },
"homepage": "https://github.com/mohitbadwal/ringback",
"repository": "https://github.com/mohitbadwal/ringback",
"license": "Apache-2.0",
"keywords": [
"mcp", "voice", "phone", "sip", "claude", "human-in-the-loop",
"notifications", "whisper", "tts", "agent", "docker"
],
"hooks": {
"SessionStart": [
{ "hooks": [ { "type": "command", "command": "\"${CLAUDE_PLUGIN_ROOT}/bin/prepull.sh\"" } ] }
]
},
"userConfig": {
"sip_id": {
"type": "string",
"title": "Your SIP address",
"description": "Your Linphone SIP address, e.g. sip:[email protected]. This is also the phone the agent calls unless you set a different number below.",
"required": true
},
"sip_user": {
"type": "string",
"title": "SIP username",
"description": "Your Linphone username (the part before the @).",
"required": true
},
"sip_pass": {
"type": "string",
"title": "SIP password",
"description": "Your Linphone account password. Stored in your OS keychain, never in a file.",
"sensitive": true,
"required": true
},
"sip_callee": {
"type": "string",
"title": "Address to call (optional)",
"description": "SIP address the agent dials. Leave blank to call your own SIP address above."
},
"display_name": {
"type": "string",
"title": "Caller-ID name (optional)",
"description": "Name shown on your phone when the agent calls, e.g. My Claude."
},
"stun_server": {
"type": "stWhat this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 86 lines scan A 8222c4697b83
ringback is a plugin published in the GitHub repository mohitbadwal/ringback (21 stars, last pushed 2mo ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
hal-9000
Plugin marketplace listing 3 plugins: hal-voice, hal-session-auto-rename, hal-skills.
apple-mail-fast-mcp
Apple Mail for Claude Code — search, read, organize, draft, templates, rules, and inbox stats via MCP, with an IMAP fast path. macOS only.
imessage-mcp
Read-only MCP for iMessage, SMS, MMS, and RCS history already present in Apple Messages on Mac.
apple-pim
Native macOS integration for Calendar, Reminders, Contacts, and Mail using EventKit, Contacts, and JXA frameworks.
imessage-mcp
macOS-only MCP server that exposes iMessage history to Claude and exports per-chat conversations into an Obsidian vault. Direct chat.db read, Whisper voice-note transcription, FTS5 search, AppleScript send with draft+confirm.
claude-speak
Plugin marketplace listing 1 plugin: claude-speak.