suppressed-skill

Parse suppression blocks from an ignore file to filter security scan findings.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jbovet/oxidized-agentic-audit --skill suppressed-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suppressed-skill
Source: https://github.com/jbovet/oxidized-agentic-audit/tree/main/tests/fixtures/suppressed-skill
Command: npx skills add https://github.com/jbovet/oxidized-agentic-audit --skill suppressed-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Suppression blocks prevent alert fatigue by silencing known safe findings during scans, reducing noise and helping you focus on critical issues.

Core Features & Use Cases

  • Honor suppression blocks from a designated ignore file to hide specific findings.
  • Apply suppressions to Bash findings; extensible to other languages/scanners as needed.
  • Use case: you have a trustworthy script that would otherwise trigger false positives, and you want the scanner to exclude those rules from output.

Quick Start

Place suppression blocks in the ignore file and run the scanner to verify suppressed findings are hidden.

Frequently Asked Questions about suppressed-skill

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

FAQPage Schema
How do I suppress false positives in bash security scans?

You can suppress false positives in bash security scans by placing suppression blocks in a designated ignore file. The scanner parses these blocks at runtime and filters out the specified findings to reduce alert fatigue.

What is a suppression block in a security scanner ignore file?

A suppression block in a security scanner ignore file is a defined entry that silences known safe findings. It prevents alert fatigue by hiding trustworthy scripts that would otherwise trigger noisy false positives during evaluation.

How do I configure an ignore file to hide known safe findings?

To configure an ignore file, place properly formatted suppression blocks inside it. When you run the scanner, it parses the ignore file and hides the matching findings from the output, allowing you to focus on critical issues.

Does this suppression mechanism work for languages other than bash scripts?

The suppression mechanism currently applies to bash findings, but it is designed to be extensible to other languages and scanners as needed. You can use it for trustworthy scripts that trigger false positives.

Why are my security scans generating too much noise and false positives?

Security scans generate noise when trustworthy scripts trigger false positive findings. Honoring suppression blocks from a dedicated ignore file silences these known safe findings, reducing alert fatigue and helping you focus on critical issues.