Coze
Official siteLow-code agent workflow platform for fast automation delivery.
OpenAutomatically trigger on GitHub PR creation, run the GitHub Secure Code Game AI agent to scan for AI security vulnerabilities, post a detailed report as a PR comment, and optionally block merge if critical issues are found.
When a pull request is opened on {repo_url} branch {branch_name} as PR #{pr_number}, run the AI security scan using {ai_model} and post the findings to the PR.This section only explains placeholders. It is not an input form on this website. Copy the prompt, then replace variables in Coze / Dify / ChatGPT.
{repo_url}GitHub repository URL
Filling hint: replace this with your real business context.
{branch_name}Branch name where the PR was opened
Filling hint: replace this with your real business context.
{pr_number}Pull request number
Filling hint: replace this with your real business context.
{ai_model}AI model used for scanning
Filling hint: replace this with your real business context.
Fill variables below to generate a ready-to-run prompt in your browser.
{repo_url}GitHub repository URL
{branch_name}Branch name where the PR was opened
{pr_number}Pull request number
{ai_model}AI model used for scanning
Generated Prompt Preview
When a pull request is opened on {repo_url} branch {branch_name} as PR #{pr_number}, run the AI security scan using {ai_model} and post the findings to the PR.Teams that need faster development output with more stable prompt quality.
Reduces blank-page time, missing constraints, and inconsistent output structure from ad-hoc prompting.
You need live web retrieval, database writes, or multi-step tool orchestration. Use full workflow automation for that.
Keep exploring with similar templates and matching tools.
No recent items yet.
1. Listen for PR open event
2. Clone {repo_url} and checkout {branch_name}
3. Run GitHub Secure Code Game AI agent with {ai_model} to scan the code
4. Parse scan results and generate a security report
5. Post a comment on PR #{pr_number} with the findings and remediation suggestions
6. If critical vulnerabilities are detected, fail the CI to block the merge
Development
Tools that work well with this template.