ghost-verification

Verify resolved security findings and render evidence-backed verdicts.

10|4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/sbknana/equipa --skill ghost-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghost-verification
Source: https://github.com/sbknana/equipa/tree/main/skills/security-reviewer/skills/ghost-verification
Command: npx skills add https://github.com/sbknana/equipa --skill ghost-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps security teams confirm that a previously reported vulnerability is truly fixed in the codebase, preventing ghost findings from slipping through nightly reviews and audits.

Core Features & Use Cases

  • Verify a fixed finding against current codebase by examining the reported file paths and contexts.
  • Provide evidence-backed verdicts with references to code paths and rationale.
  • Use during nightly reviews, security regression audits, and post-fix validations.

Quick Start

Provide the finding description and code path, then run the ghost-verification check to produce a verdict.

Frequently Asked Questions about ghost-verification

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

FAQPage Schema
How do I verify a resolved security finding is actually fixed in my codebase?

To verify a resolved security finding, you provide the finding description and the reported file path. The tool assesses the current codebase to confirm the vulnerability is truly fixed and renders a structured verdict with evidence.

What are ghost security findings and how do I stop them in nightly reviews?

Ghost security findings are previously reported vulnerabilities that appear unresolved during nightly reviews despite being fixed. You stop them by running a post-fix validation check that examines the reported file paths and confirms the current codebase status.

How do I perform a security regression audit after applying a vulnerability fix?

Performing a security regression audit requires checking the reported file path against the current codebase. The verification process locates the path, assesses vulnerability presence, and outputs a structured verdict with rationale to ensure the issue is truly fixed.

Can I get evidence-backed verdicts for post-fix security validations?

Yes, post-fix security validations produce evidence-backed verdicts. By examining the reported file paths and contexts, the check generates a structured verdict that includes references to code paths and rationale confirming the vulnerability status.

Does ghost-verification work for automated security audits without manual code review?

Ghost-verification works for automated security audits by satisfying a precise input-output protocol. It locates the reported file path, assesses vulnerability presence in the current codebase, and renders a structured verdict, making it suitable for nightly reviews without manual review.

What inputs do I need to check for ghost findings during a security audit?

To check for ghost findings during a security audit, you need the finding description and the code path. Providing these inputs allows the verification process to locate the reported file, assess the vulnerability presence, and render a structured verdict.