From e40c592e42b708559925cf8c0ab4b869e8e4ace6 Mon Sep 17 00:00:00 2001 From: travellertales Date: Mon, 27 Apr 2026 10:19:56 -0400 Subject: [PATCH] Update command.go --- pkg/cmd/extension/command.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index de6e29ab769..3852a070593 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -50,6 +50,10 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { When an extension is executed, gh will check for new versions once every 24 hours and display an upgrade notice. See %[1]sgh help environment%[1]s for information on disabling extension notices. + Extensions are not verified, signed, or endorsed by GitHub. When you install or upgrade + an extension, you are trusting its publisher. It is your responsibility to review the + source and provenance of any extension before use. + For the list of available extensions, see . `, "`"), Aliases: []string{"extensions", "ext"},