guard
النجوم١١
التفرعات٢
آخر تحديث٢٦ مارس ٢٠٢٦ في ٢٠:٢٣
Show active sandbox guard status
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
SKILL.md
readonlyالقائمة
Show active sandbox guard status
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | guard |
| description | Show active sandbox guard status |
Report the following sandbox guard status to the user. Do not editorialize or suggest changes — just display the information clearly.
echo "${AGS_SANDBOX:-<not set>}"if [ "${AGS_SANDBOX}" = "1" ]; then echo "ON (AGS_SANDBOX=1)"; elif [ -n "${AGS_GUARD_READ_ROOTS_JSON}" ] || [ -n "${AGS_GUARD_WRITE_ROOTS_JSON}" ]; then echo "ON (guard roots present)"; else echo "OFF (no sandbox markers)"; fiecho "${AGS_GUARD_READ_ROOTS_JSON:-<not set>}"echo "${AGS_GUARD_WRITE_ROOTS_JSON:-<not set>}"pwdecho "$HOME"if [ -x "/home/dev/.config/ags/hooks/guard.sh" ]; then echo "installed"; else echo "NOT FOUND"; fi