원클릭으로
security-audit
Perform project-wide security audits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Perform project-wide security audits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Perform a project-wide code review covering security, correctness, code quality, documentation, UI/UX, and style.
Audit and update all project documentation to stay in sync with the current development status.
Audit and update project documentation to stay in sync with the current codebase and development status.
Perform a project-wide code review covering security, correctness, code quality, documentation, UI/UX, and style.
Stage, commit, and push changes to the remote repository with a well-formed commit message and body.
Manage the release process, including build verification, version bumps, changelogs, tags, and GitHub releases.
| name | security-audit |
| description | Perform project-wide security audits. |
When performing a security audit, always follow these steps:
Audit Dependencies — check for known vulnerabilities in Rust, mRuby dependencies.
Static Analysis — any potential harmful operations to host system should be avoided.
Report Findings — Document all identified risks, classify them by severity (Critical, High, Medium, Low), and provide specific remediation steps for each.