Skip to main content

Managing GitHub Projects (v2) Skill

Expert in managing GitHub Projects v2, enabling efficient project board creation, automation, and advanced GraphQL operations.

Install this skill

or
78/100

Security score

The Managing GitHub Projects (v2) Skill skill was audited on Feb 12, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 47

Curl to non-GitHub URL

SourceSKILL.md
47curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
medium line 47

Access to system keychain/keyring

SourceSKILL.md
47curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
medium line 48

Access to system keychain/keyring

SourceSKILL.md
48sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
medium line 49

Access to system keychain/keyring

SourceSKILL.md
49echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.lis
low line 47

External URL reference

SourceSKILL.md
47curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
low line 49

External URL reference

SourceSKILL.md
49echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.lis
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →