Skip to main content

github-integration

Facilitates GitHub interactions through bash scripts, enabling issue and PR management without direct API calls.

Install this skill

or
84/100

Security score

The github-integration skill was audited on May 12, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 34

Access to .env file

SourceSKILL.md
34Required variable (export in the caller environment or place in the skill repository's gitignored `.env`):
medium line 39

Access to .env file

SourceSKILL.md
39Scripts automatically source the fallback `.env` file from the shared skills repository root when present.
medium line 196

Access to .env file

SourceSKILL.md
196Scripts are located in the `scripts/` directory within this skill. They can be called from any directory as they use the active environment and optionally source the shared skills repository `.env` fi
low line 167

External URL reference

SourceSKILL.md
167"api_url": "https://api.github.com/repos/owner/repo/issues/42"
Scanned on May 12, 2026
View Security Dashboard
Installation guide →