Create the SlopGuard GitHub App

One click creates the App with the exact permissions & webhook URL for this deployment. GitHub then returns your credentials to paste into env.

Manifest preview
{
  "name": "SlopGuard Guard",
  "description": "AI slop PR/Issue 자동 탐지·provenance 태그·quarantine 라벨링 + maintainer 최종 승인",
  "url": "https://github.com/Blue-B/slopguard",
  "hook_attributes": {
    "url": "/api/webhook",
    "active": true
  },
  "redirect_url": "/api/manifest/callback",
  "setup_url": "/setup",
  "public": true,
  "default_permissions": {
    "metadata": "read",
    "contents": "read",
    "issues": "write",
    "pull_requests": "write"
  },
  "default_events": [
    "pull_request",
    "issues",
    "issue_comment"
  ]
}