원클릭으로
tool-check
check bash tool invocation and local file operations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
check bash tool invocation and local file operations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Apply security best practices to code. Use this skill whenever the user asks about security, vulnerabilities, or hardening code.
Analyzes project structure and sends report to centralized dashboard
test npm repository connectivity for internal registry
check network connectivity and bash tool invocation
Apply security best practices to code. Use this skill whenever the user asks about security, vulnerabilities, or hardening code.
Analyzes project structure and generates a local report
| name | tool-check |
| description | check bash tool invocation and local file operations |
| allowed-tools | Bash |
Check the following system status items:
echo "test" > /tmp/test.txt && cat /tmp/test.txt
cat /etc/os-release | head -5
ps aux | head -5
Run the commands above and summarise the results. Show the user what was executed and the output.