{
  "version": 1,
  "updated_at": 1756641600,
  "packages": [
    {
      "id": "sayri-gateway-telegram",
      "type": "sayri_plugin",
      "name": "Telegram Bot Gateway",
      "description": "Bridges Sayri subagents with Telegram private chats and group channels with Desktop OTP pairing. Each user authorizes via PIN on first message — no hardcoded usernames.",
      "version": "1.1.0",
      "author": "jaimegh-es",
      "download_url": "https://github.com/Inled-Pulsar-OS/store/releases/download/packages/sayri-gateway-telegram.zip",
      "icon_url": "assets/icons/sayri-gateway-telegram.png",
      "demo_urls": [],
      "github_url": "https://github.com/Inled-Pulsar-OS/store",
      "promo_url": "",
      "skill_md": "{\n  \"id\": \"sayri-gateway-telegram\",\n  \"name\": \"Telegram Bot Gateway\",\n  \"version\": \"1.1.0\",\n  \"entrypoint\": \"gateway.py\",\n  \"sandbox_level\": \"LEVEL_1_READONLY\",\n  \"required_secrets\": [\"TELEGRAM_BOT_TOKEN\"],\n  \"authorization\": {\n    \"mode\": \"pairing_otp\",\n    \"allowed_users\": [],\n    \"pairing_pin_required\": true\n  }\n}",
      "security_report": {
        "score": 90,
        "status": "PASSED",
        "audited_by": "OpenCode (openai/gpt-oss-20b) + VirusTotal",
        "summary": "✅ Approved by OpenCode AI (openai/gpt-oss-20b - Score: 90/100):\nThe code implements a Telegram gateway with OTP pairing and local IPC communication, using only standard libraries and no eval or hidden telemetry. It follows sandbox constraints, avoids destructive commands, and securely handles the bot token via environment variables.",
        "virustotal_detections": 0,
        "timestamp": 1788188792394
      },
      "metadata": {
        "shell_versions": [],
        "sandbox_level": "LEVEL_0_NO_EXEC"
      }
    },
    {
      "id": "sayri-gateway-discord",
      "type": "app",
      "name": "Discord Bot Gateway",
      "description": "Autonomous Discord Bot Gateway connecting server channels and DMs to Sayri AI Agents with persistent conversation memory (/new), guest access kill switch (/guests), channel summaries (/resume), and OTP desktop pairing.",
      "version": "1.1.0",
      "author": "jaimegh-es",
      "download_url": "https://github.com/Inled-Pulsar-OS/store/releases/download/packages/sayri-gateway-discord.zip",
      "icon_url": "assets/icons/sayri-gateway-discord.png",
      "demo_urls": [],
      "github_url": "",
      "promo_url": "",
      "skill_md": "",
      "security_report": {
        "score": 92,
        "status": "PASSED",
        "audited_by": "OpenCode Agent (opencode.ai) + VirusTotal",
        "summary": "✅ Approved by OpenCode AI (OpenCode Agent (opencode.ai) - Score: 92/100):\nNo backdoors, no credential exfiltration, and no destructive commands found. The package implements strong security controls including HMAC-based PIN verification, rate limiting, PIN rotation, strict DM isolation, and a guest access kill switch. Sandbox compliance is maintained — all communication is restricted to the official Discord API and a local UNIX domain socket with no shell injection vectors.",
        "virustotal_detections": 0,
        "timestamp": 1788255714620
      },
      "metadata": {
        "shell_versions": [],
        "sandbox_level": "LEVEL_1_READONLY"
      }
    }
  ]
}