uploading-files
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads content from
raw.githubusercontent.comandapi.github.comto manage the upload branch and retrieve files. These operations target well-known services and are core to the skill's functionality. - [COMMAND_EXECUTION]: The
scripts/upload.pyscript usessubprocess.check_outputto executegit remote get-url origin. This identifies the working repository and is a standard practice for git-integrated utilities. - [CREDENTIALS_UNSAFE]: The skill reads GitHub authentication tokens from environment variables like
GH_TOKEN. This method follows security best practices for secret management in development tools. - [PROMPT_INJECTION]: The skill ingests external data by downloading files from a user-controlled GitHub branch. This creates a surface for indirect prompt injection, which is a standard consideration for any tool designed to process external inputs.
Audit Metadata