rawgentic:add-exception

Add WAL and security guard exceptions to `.rawgentic.json` with validation.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/3D-Stories/rawgentic --skill rawgentic-add-exception
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rawgentic:add-exception
Source: https://github.com/3D-Stories/rawgentic/tree/main/skills/add-exception
Command: npx skills add https://github.com/3D-Stories/rawgentic --skill rawgentic-add-exception

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage guardrail exceptions for legitimate operations that are being blocked, preventing workflow interruptions and ensuring productivity.

Core Features & Use Cases

  • Interactive Exception Adding: Guides users through adding per-project exceptions to .rawgentic.json for WAL or security guards.
  • Input Validation: Validates guard types and rule names against known rulesets.
  • Use Case: When a security guard incorrectly flags a test file as malicious, use this skill to add a specific path exception, allowing tests to run without compromising overall security.

Quick Start

Add a 'wal' guard exception for the 'ssh-prod' rule.

Frequently Asked Questions about rawgentic:add-exception

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

FAQPage Schema
How do I add security guard exceptions in .rawgentic.json?

To add security guard exceptions in .rawgentic.json, interactively specify the guard type, rule name, and file path. The system validates these inputs against predefined rulesets and project configurations to unblock legitimate operations safely.

Why does a security guard incorrectly flag my test files during workflows?

A security guard might flag test files because default rulesets detect suspicious patterns. You can resolve these false positives by adding specific path exclusions to your .rawgentic.json configuration, allowing tests to run without compromising overall security.

Can I exclude specific file paths from WAL guards?

Yes, you can exclude specific file paths from WAL guards by configuring per-project exceptions. This requires validating the guard type and rule name against known rulesets to ensure the exclusion does not bypass necessary security guardrails.

What is the best way to manage guardrail exceptions for blocked operations?

The best way to manage guardrail exceptions for blocked operations is through interactive per-project configuration in .rawgentic.json. This approach validates guard types, rule names, and file paths to ensure workflow interruptions are resolved safely and accurately.

Do I need to validate rule names when configuring path exclusions?

Yes, you need to validate rule names when configuring path exclusions. Validation against predefined lists and project configurations ensures that the guard exceptions you add are recognized and applied correctly to unblock legitimate operations.

How do I unblock legitimate operations blocked by workflow guardrails?

To unblock legitimate operations blocked by workflow guardrails, add or modify guard rules and path exclusions interactively within your .rawgentic.json file. This process safely manages exceptions while maintaining necessary security validations.