بنقرة واحدة
secret-leak-remediation
Standard operating procedure for handling accidentally committed secrets.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Standard operating procedure for handling accidentally committed secrets.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Extracting key findings from AI/ML research papers.
Auditing frontend components for WCAG AA compliance.
Guide users through resolving 4xx and 5xx API errors.
Diagnosing failed GitHub Action or GitLab CI runs.
Framework to analyze and summarize competitor features and market positioning.
Walk new users through the initial setup and configuration.
| name | Secret Leak Remediation |
| description | Standard operating procedure for handling accidentally committed secrets. |
| category | security |
| tags | ["security","templates","best-practices"] |
| version | 1.0.0 |
Standard operating procedure for handling accidentally committed secrets.
security domain.secret-leak-remediationImmediately revoke the compromised API key or secret in the provider's dashboard.
Identify the commit(s) where the secret was introduced.
Use BFG Repo-Cleaner or git filter-repo to scrub the secret from the repository history.
Generate a new secret, update the environment variables, and verify application functionality.