← Back to Plugins
MCP Server MCP

GitHub Actions Audit

github By github 👁 1 views ▲ 0 votes

GitHub Actions workflow security audit - 21 checks: pinning, permissions, secrets, injection.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://unbearable-dev--github-actions-audit.apify.actor/mcp",
      "headers": [
        {
          "description": "Apify API token. Format: 'Bearer <YOUR_APIFY_TOKEN>'. Get yours at https://console.apify.com/account/integrations",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...