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 Mar 7, 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 (set in `/experiments/skills/.env`):
medium line 39

Access to .env file

SourceSKILL.md
39Scripts automatically source the `.env` file from parent directory.
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 auto-source the parent `.env` file.
low line 167

External URL reference

SourceSKILL.md
167"api_url": "https://api.github.com/repos/owner/repo/issues/42"
Scanned on Mar 7, 2026
View Security Dashboard