Below you will find pages that utilize the taxonomy term “Mamadou-Wane”
August 23, 2026
skeptic-diff-audit
Version updated for https://github.com/mamadou-wane/skeptic to version v0.2.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Summary:
The Skeptic action automates differential testing by introducing known bugs into a pinned commit of a real upstream repository. It then audits the resulting patches to verify whether green test results indicate genuine improvements or if they could be artifacts from a previous bug. This helps ensure that test pass rates are meaningful and not indicative of accidental code coverage improvements. The action supports both lenient and strict detection, with a focus on false positive rates per split.
August 19, 2026
skeptic-diff-audit
Version updated for https://github.com/mamadou-wane/skeptic to version v0.1.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Skeptic is a GitHub Action that checks if automated test passes mean anything by injecting known bugs into pinned commits of real upstream repos, auditing the resulting patch. The tool helps identify false positives and ensures verification without access to the original repo. It evaluates its performance against baseline results using 12 tasks across two upstream repos, with varying detection settings and FP counts.