Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install remediationgit clone https://github.com/tools-only/X-Skills.gitcp -r X-Skills/daily-assistant/164-remediation_1e971bbf ~/.claude/skills/remediation/# Remediation ## Remediation ### Common Findings #### Finding: Secrets in Code ``` Severity: High Remediation: 1. Remove secrets immediately 2. Rotate affected credentials 3. Update .cursorignore 4. Scan for other instances 5. Implement pre-commit hooks ``` #### Finding: Stale Accounts ``` Severity: Medium Remediation: 1. Identify inactive accounts 2. Confirm with managers 3. Disable accounts 4. Document removal 5. Set up regular review ``` #### Finding: Missing Documentation ``` Severity: Low-Medium Remediation: 1. Create missing policies 2. Document configurations 3. Train team on policies 4. Schedule regular updates ```