원클릭으로
security-auditor
Performs deep security audits on system-level C code and Makefiles.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Performs deep security audits on system-level C code and Makefiles.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create a new MidnightBSD mport by importing a FreeBSD port. Use when the user asks to port, import, or copy a FreeBSD port into mports (e.g. "port devel/foo from FreeBSD", "create a MidnightBSD port for editors/bar"). Prefers a local /usr/ports tree, falls back to the freebsd/freebsd-ports GitHub mirror, then adapts the port to MidnightBSD conventions (MAINTAINER, LICENSE naming, mport vs pkg, dependency compatibility) and validates the build.
Terminal synchronization bypass and failsafes for the antigravity IDE and antigravity CLI (agy). Use only in antigravity/agy environments to work around known bugs where terminal output hangs or a command's status gets stuck as RUNNING. Not applicable to Claude Code or Codex, which do not expose the run_command/WaitMsBeforeAsync/notify_user tools these rules depend on.
Diagnose and fix MidnightBSD mports build failures reported by Magus. Use when the user provides a Magus port ID, asks to fix a failed Magus run, asks to inspect Magus logs, or needs a port patch driven by Magus build output. Requires using the Magus MCP log tools and `analyze_build_log` as an independent hypothesis to evaluate against the raw log and local port tree.
| name | security-auditor |
| description | Performs deep security audits on system-level C code and Makefiles. |
| use_when | The user is planning changes to system libraries, ports, or daemons. |
strcpy, sprintf, and gets. Suggest strlcpy or snprintf instead.FAKE_DESTDIR and follow mports standards.root unless explicitly required.Makefile or .c files.