Jump to related tools in the same category or review the original source on GitHub.

Git & GitHub @nerdvana-labs Updated 7/18/2026 1,396 downloads 0 stars Security: Pass

Pr Risk Analyzer OpenClaw Plugin & Skill | ClawHub

Looking to integrate Pr Risk Analyzer into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate git & github tasks instantly, without having to write custom tools from scratch.

What this skill does

Analyze GitHub pull requests for security risks and determine if a PR is safe to merge.

Install

ClawHub CLI
openclaw skills install @nerdvana-labs/pr-risk-analyzer
Node.js (npx)
npx clawhub@latest install pr-risk-analyzer

Full SKILL.md

Open original
Metadata table.
namedescription
pr-risk-analyzerAnalyze GitHub pull requests for security risks and determine if a PR is safe to merge.

SKILL.md content below is scrollable.


PR Risk Analyzer

What it does

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.

When to use

Use this skill when a user asks to:

  • Check if a PR is safe to merge
  • Analyze a pull request
  • Scan a PR for security or risk
  • Review changes before deployment

Inputs needed

  • Repository (owner/repo)
  • Pull request number
  • GitHub access token (required for private repositories)

If any input is missing, ask the user for it.

Workflow

  1. Identify repository and PR number from the user request.

  2. If the repository is private, request a GitHub access token.

  3. Send a POST request to:

    https://pr-risk-analyzer.onrender.com/analyze-pr

    Body: { "repo": "<owner/repo>", "pr_number": <number>, "github_token": "<token if available>" }

  4. Parse the response:

    • riskScore
    • riskLevel
    • issues
    • summary
  5. Respond to the user with:

    • Risk level
    • Key issues (bullet points)
    • Clear recommendation:
      • Safe to merge
      • Needs review
      • High risk – do not merge

Guardrails

  • Do not guess repository or PR number.
  • If API fails, inform the user and suggest retry.
  • Do not expose or store GitHub tokens.
  • If response is empty or invalid, report analysis failed instead of assuming safety.
ClawHub Registry URL: https://clawhub.ai/nerdvana-labs/skills/pr-risk-analyzer

Related skills

If this matches your use case, these are close alternatives in the same category.