generate-features
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Templates: The skill provides templates for using
jqfor JSON manipulation and the GitHub CLI (gh) for repository queries. These tools are used for routine release management tasks, such as filtering change logs and identifying reverted pull requests. - GitHub API Integration: It interacts with GitHub repositories under the
dotnetorganization to verify the status of changes. These network operations are targeted at specific, authoritative sources related to the skill's purpose. - Input Data Ingestion: The skill processes
changes.json, which includes metadata such as pull request titles and descriptions. - Ingestion points: Data enters through the
changes.jsonfile processed byjqandghsearch filters. - Boundary markers: No explicit instruction delimiters are defined for the input data fields.
- Capability inventory: The skill uses
jqfor local processing and theghCLI for network-based repository searches. - Sanitization: The instructions do not specify explicit sanitization for the pull request titles used in search queries, representing a standard entry point for external content in a release pipeline.
Audit Metadata