fp-check

Guide security teams through data flow analysis and exploitability assessment for suspected security bugs.

47|5|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/RedHatProductSecurity/prodsec-skills --skill fp-check-redhatproductsecurity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fp-check
Source: https://github.com/RedHatProductSecurity/prodsec-skills/tree/main/module/skills/fp-check
Command: npx skills add https://github.com/RedHatProductSecurity/prodsec-skills --skill fp-check-redhatproductsecurity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps security analysts and developers systematically verify whether a reported security bug is real or a false positive, reducing wasted effort on non-issues.

Core Features & Use Cases

  • Bug Verification: Guides users through restating the claim, understanding the context, and tracing data flow to validate the vulnerability.
  • Risk Assessment: Assists in evaluating exploitability and impact to prioritize security fixes.
  • Use Case: When a developer finds a potential vulnerability in code, use this Skill to analyze the claim, gather evidence, and decide if it warrants further escalation or remediation.

Quick Start

Use the fp-check skill to review and verify a suspected security bug in the codebase.

Frequently Asked Questions about fp-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a suspected security bug and eliminate false positives?

To verify a suspected security bug and eliminate false positives, analyze data flow, assess exploitability, and collect evidence. This structured approach ensures accurate vulnerability validation before committing remediation resources.

What is the process for tracing data flow to validate a vulnerability claim?

Tracing data flow to validate a vulnerability claim involves restating the issue, understanding the code context, and tracking untrusted input paths. This process confirms whether the suspected security bug is genuinely exploitable.

How do I assess exploitability and impact to prioritize security fixes?

Assess exploitability and impact to prioritize security fixes by evaluating the validated data flow and gathering supporting evidence. This determines if a reported vulnerability warrants immediate escalation or remediation.

What is the best way to conduct a security review for reported code vulnerabilities?

The best way to conduct a security review for reported code vulnerabilities is to systematically restate the claim, trace data flow, and assess exploitability. This prevents wasted effort on non-issues by confirming false positives.

Do I need any dependencies to perform bug verification and vulnerability analysis?

You do not need any external dependencies to perform bug verification and vulnerability analysis. The Skill provides structured guidance using internal scripts and references to systematically validate suspected security issues.

Related Skills