skill-sourcer
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from multiple sources (GitHub links, external URLs, local file paths, and pasted text) in the
skill-extractorsub-agent. This content is then used to drive downstream actions such as classification and GitHub issue creation. - Ingestion points:
agents/extractor.mdreads from user-provided URLs and file paths. - Boundary markers: The main
SKILL.mdrequires the agent to display the extracted information to the user and wait for explicit confirmation/correction before proceeding to further steps. - Capability inventory: The skill uses
gh issue create,gh project item-add, andgh apito write data to GitHub repositories. - Sanitization: Reliance is placed on human review of the extracted text; no automated sanitization is specified.
- [COMMAND_EXECUTION]: The skill frequently executes shell commands via the GitHub CLI (
gh) to manage issues and projects. Examples includegh issue create,gh project item-list, andgh project item-editinagents/proposer.mdandagents/deduplicator.md. It also usesgh apito push updates to repository files. These operations target the author's repositories. - [EXTERNAL_DOWNLOADS]: The
skill-extractorsub-agent is designed to fetch content from remote URLs and GitHub repositories to parse skill descriptions. These targets are determined by user input at runtime.
Audit Metadata