install_policy_gate
Create a GitHub Actions workflow file for AgentScore Policy Gate to enforce MCP security policies on PRs. Detects MCP dependencies, configures OIDC authentication, and auto-provisions the repository on first push.
Instructions
Write the AgentScore Policy Gate workflow file to this repo. Creates .github/workflows/agentscore-policy-gate.yml with OIDC authentication (no API key needed). Detects MCP dependencies and includes them in the workflow. The gate will auto-provision the repo on first push.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional path to the repo root. Defaults to the current working directory. | |
| repo_url | No | Optional repository URL override. |