diff --git a/tools/skill_linter.py b/tools/skill_linter.py index f838547bf8540..bce44d21754eb 100644 --- a/tools/skill_linter.py +++ b/tools/skill_linter.py @@ -73,8 +73,8 @@ _MARKETING_WORDS = ( _POSIX_PRIMITIVES = ( "fcntl", "termios", - "os.setsid", - "signal.SIGKILL", + "os.setsid", # windows-footgun: ok (search-pattern string, not a call) + "signal.SIGKILL", # windows-footgun: ok (search-pattern string, not a call) "osascript", "/proc/", "apt-get",