plain-upgrade
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
uv run plaincommand to perform package upgrades, fetch changelogs, sync agent rules, and run project health checks. These operations are local to the project environment and consistent with the skill's purpose. - [EXTERNAL_DOWNLOADS]: The skill uses the
uvpackage manager to download and install package updates from remote registries. This is a standard dependency management task. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it instructs the agent to read and follow 'Upgrade instructions' derived from external package changelogs. 1. Ingestion points: Data enters the context via the output of the
uv run plain changelogcommand (SKILL.md). 2. Boundary markers: There are no markers or warnings instructing the agent to ignore potentially malicious instructions within the changelog text. 3. Capability inventory: The skill has access to subprocess execution viauv run plainand the ability to modify project files. 4. Sanitization: No validation or sanitization of the changelog content is performed before the agent processes the instructions.
Audit Metadata