publish-repo
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands using
git,make,npx, andgh(GitHub CLI). These are used for status checking, linting, repository configuration, and deployment operations. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto execute theskillsutility and uses GitHub CLI extensions (gh skill), which involves fetching and running code from the npm registry and GitHub. - [DYNAMIC_EXECUTION]: Employs
python3 -cto execute a small Python script for the purpose of validating the syntax of theskills.sh.jsonconfiguration file. - [INDIRECT_PROMPT_INJECTION]: The skill processes local configuration data and directory structures to determine repository metadata, creating a potential attack surface for indirect prompt injection.
- Ingestion points: Reads data from
skills.sh.json, theskills/directory, and skill file frontmatter. - Boundary markers: Absent for the local configuration data being processed.
- Capability inventory: Includes repository visibility modification (
gh repo edit), API interactions (gh api), and package installation (npx skills add). - Sanitization: No specific sanitization or validation of the ingested content (beyond JSON syntax checking) is described.
Audit Metadata