Skip to main content

developer

Provides comprehensive guidelines for organizing and validating code in GitHub Agentic Workflows, enhancing development efficiency.

Install this skill

or
37/100

Security score

The developer skill was audited on Feb 27, 2026 and we found 11 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 635

Template literal with variable interpolation in command context

SourceSKILL.md
635GitHub Actions expressions (`${{ }}`) are evaluated before workflow execution. If untrusted data (issue titles, PR bodies, comments) flows into these expressions, attackers can inject malicious code.
medium line 639

Template literal with variable interpolation in command context

SourceSKILL.md
639```yaml
medium line 658

Template literal with variable interpolation in command context

SourceSKILL.md
658```yaml
medium line 679

Template literal with variable interpolation in command context

SourceSKILL.md
679```mermaid
medium line 707

Template literal with variable interpolation in command context

SourceSKILL.md
707```yaml
medium line 774

Template literal with variable interpolation in command context

SourceSKILL.md
774```yaml
high line 923

Template literal with variable interpolation in command context

SourceSKILL.md
923- [ ] No untrusted input in `${{ }}` expressions
medium line 824

Curl to non-GitHub URL

SourceSKILL.md
824curl -s https://api.github.com/repos/actions/checkout/git/refs/tags/v4.1.1
low line 824

External URL reference

SourceSKILL.md
824curl -s https://api.github.com/repos/actions/checkout/git/refs/tags/v4.1.1
low line 1020

External URL reference

SourceSKILL.md
1020> To add this workflow in your repository, run `gh aw add owner/repo/path@ref`. See [usage guide](https://github.github.com/gh-aw/setup/cli/).
low line 1841

External URL reference

SourceSKILL.md
1841- **Semantic Versioning**: https://semver.org/
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →