update-container-images
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill involves running a bundled C# script (
UpdateImageTags.cs) and standard .NET CLI commands (dotnet build,./restore.cmd). These actions are required to identify updates and verify the integrity of the project after changes are made. - External Metadata Retrieval: The companion script communicates with well-known container registries—including Docker Hub, Microsoft Container Registry, and GitHub Container Registry—to fetch available image tags. This network activity is limited to retrieving public metadata from established services for its intended purpose.
- Automated File Modification: The agent is instructed to modify C# source files (
*ImageTags.cs) to update version constants. These modifications are specifically scoped to image tag definitions and include a manual review step before application, ensuring oversight of the changes. - Data Processing Considerations: The skill processes version strings retrieved from external registry APIs. While this represents an ingestion of external data, the process is governed by specific version-matching rules and requires human confirmation before any modifications are finalized.
Audit Metadata