Coze
Official siteLow-code agent workflow platform for fast automation delivery.
OpenAutomate PR security auditing in GitHub Actions using Agentic Workflow to quickly identify and remediate potential vulnerabilities, enhancing code quality and compliance.
When a PR triggers, use {repo_name}, {pr_number}, {branch_name}, {security_policy} variables to run a security audit and comment the results on 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_name}Full repository name, e.g., owner/repo
Filling hint: replace this with your real business context.
{pr_number}Pull request number
Filling hint: replace this with your real business context.
{branch_name}Branch of the PR
Filling hint: replace this with your real business context.
{security_policy}Path or identifier of the security policy file
Filling hint: replace this with your real business context.
Fill variables below to generate a ready-to-run prompt in your browser.
{repo_name}Full repository name, e.g., owner/repo
{pr_number}Pull request number
{branch_name}Branch of the PR
{security_policy}Path or identifier of the security policy file
Generated Prompt Preview
When a PR triggers, use {repo_name}, {pr_number}, {branch_name}, {security_policy} variables to run a security audit and comment the results on 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 create or update events, retrieve {repo_name}, {pr_number}, {branch_name}.
2. Invoke the Agentic Workflow, passing {repo_name}, {branch_name}, {security_policy}, constraining output to a JSON list of vulnerabilities (type, file, line).
3. Parse the JSON, generate a comment.
4. Use the GitHub API to post the comment on the PR and fail the build if any vulnerabilities are found.
Development
Tools that work well with this template.
Low-code agent workflow platform for fast automation delivery.
Open