GitHub Advanced Security
Official@advanced-security · United States of America
Home of Advanced Security solutions that we can share with the world
Agent Skills by GitHub Advanced Security
Showing 20 vetted skills indexed across 1 GitHub repositories.
create-codeql-query-unit-test-java
Scaffold Java CodeQL query test suites with MCP Server tooling.
update-codeql-query-dataflow-java
Migrate Java/Kotlin CodeQL dataflow queries from v1 to v2 API.
update-codeql-query-dataflow-cpp
Migrate C/C++ CodeQL queries from DataFlow v1 to v2 API.
create-codeql-query-development-workshop
Convert production-grade CodeQL queries into structured workshops with exercises and tests.
create-codeql-query-unit-test-python
Create unit tests for Python CodeQL queries using MCP testing tools.
create-codeql-query-tdd-generic
Automate test-driven CodeQL query development workflows with MCP Server tooling.
create-codeql-query-unit-test-javascript
Automate creation and validation of JavaScript CodeQL unit tests.
update-codeql-query-dataflow-go
Migrate Go CodeQL queries from v1 to v2 dataflow API.
add-mcp-support-for-new-language
Scaffold MCP support for newly supported CodeQL languages.
update-codeql-query-dataflow-csharp
Migrate legacy C# CodeQL dataflow queries to the v2 API with ConfigSig.
create-codeql-query-unit-test-swift
Creates Swift CodeQL unit tests with directory structure and expected results.
update-codeql-query-dataflow-ruby
Migrate Ruby CodeQL queries from v1 dataflow API to v2 DataFlow::ConfigSig modules.
update-codeql-query-dataflow-python
Migrate Python CodeQL queries from v1 to v2 dataflow APIs with DataFlow::ConfigSig modules.
update-codeql-query-dataflow-swift
Migrate Swift CodeQL dataflow queries from v1 APIs to v2 DataFlow::ConfigSig.
validate-ql-mcp-server-tools-queries
Validate MCP server tool queries for non-empty AST, CFG, and CallGraph outputs.
create-codeql-query-unit-test-cpp
Design and validate CodeQL unit tests for C++ queries using the MCP Server.
upgrade-codeql-cli-and-packs
Upgrade CodeQL CLI versions and synchronize ql-mcp-* packs across dependencies.
create-codeql-query-unit-test-csharp
Generate and validate CodeQL unit tests for C# queries.
update-codeql-query-dataflow-javascript
Migrate CodeQL dataflow queries from v1 to v2 API for JavaScript/TypeScript.
improve-codeql-query-detection-cpp
Refine C++ CodeQL queries to reduce false positives and negatives.
Frequently Asked Questions About GitHub Advanced Security
FAQPage SchemaWhat specific tasks can engineers perform using these capabilities?▼
Engineers can perform automated migration of legacy dataflow queries to v2 APIs, scaffold unit test suites for custom security logic, and validate AST, CFG, and CallGraph outputs to ensure high-fidelity vulnerability detection across multiple programming languages.
Which technical personas benefit from these security engineering capabilities?▼
These capabilities are designed for security researchers, static analysis engineers, and software developers responsible for maintaining custom vulnerability detection logic and ensuring the integrity of security scanning infrastructure within enterprise environments.
What are the primary prerequisites for implementing these query development tasks?▼
Implementation requires an existing CodeQL environment, familiarity with the CodeQL query language, and access to the specific language packs being analyzed. Users must ensure their local environment is synchronized with the required versions for v2 dataflow API compatibility.