harden

Audit Oracle repositories for security gaps and governance violations.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill harden-soul-brews-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harden
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/harden
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill harden-soul-brews-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many Oracle repositories lack consistent security checks, leading to leaked secrets, missing .gitignore rules, and non‑compliant configurations. This skill identifies those gaps before they cause incidents.

Core Features & Use Cases

  • Scans for tracked secret files and common secret patterns.
  • Verifies .gitignore contains essential ignore patterns.
  • Checks compliance with the Golden Rules defined in CLAUDE.md.
  • Audits the ψ brain‑folder structure and required identity fields.
  • Provides a summary report with actionable fixes and an optional auto‑fix mode.

Quick Start

Ask the assistant to run the harden audit on the current repository.

Frequently Asked Questions about harden

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

FAQPage Schema
How do I audit an Oracle repository for security gaps and governance violations?

You can audit Oracle configuration by scanning repositories with CLAUDE.md and a ψ directory to detect security gaps, governance violations, and hardening deficiencies. It checks for tracked secrets, .gitignore issues, and rule compliance.

Do I need git access to scan my repository for hardening deficiencies?

Yes, scanning for hardening deficiencies requires git access, standard Unix tools, and read permissions on repository files. These permissions are needed to inspect tracked secrets and verify the ψ brain-folder structure.

What specific security checks are performed during an Oracle configuration audit?

The security audit scans for tracked secret files and common secret patterns, verifies essential .gitignore patterns, checks compliance with Golden Rules in CLAUDE.md, and audits the ψ brain-folder structure for required identity fields.

Can I automatically fix missing .gitignore rules and non-compliant configurations?

Yes, you can automatically fix missing .gitignore rules and non-compliant configurations using the optional auto-fix mode. This mode applies actionable fixes identified during the security and governance audit.

What is the best way to verify Golden Rules compliance in an Oracle repository?

The best way to verify Golden Rules compliance is to run an audit that checks the rules defined in CLAUDE.md against the repository configuration. This detects governance violations and generates a summary report with actionable fixes.