Skill Vetter
一个面向 Security 场景的 Agent 技能。原始说明:Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
name: pr-risk-analyzer
description: Analyze GitHub pull requests for security risks and determine if a PR is safe to merge.
Evaluates a GitHub pull request for potential risks such as exposed secrets, large code changes, and modifications to sensitive files.
Provides a risk score and recommendation before merging.
Use this skill when a user asks to:
If any input is missing, ask the user for it.
https://pr-risk-analyzer.onrender.com/analyze-pr
Body:
{
"repo": "<owner/repo>",
"pr_number": <number>,
"github_token": "<token if available>"
}