update-screenshots
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution]: The skill utilizes established command-line interfaces, specifically the GitHub CLI (
gh) andgit, to synchronize project assets. These operations are restricted to the repository's screenshot baseline directories and a temporary local folder, following standard version control practices. - [External Data Processing]: The workflow involves downloading artifacts from GitHub Actions CI runs and displaying a summary report (
report.md) to the user. This represents an ingestion point for externally generated data. While this is a common development task, it is noted as the point where the agent processes content generated outside the immediate local environment. - [File System Operations]: The skill performs directory management using
rmandcpto replace old baselines with new ones. These actions are scoped to the specific pathtest/componentFixtures/.screenshots/baseline/, minimizing the risk of unintended file modifications elsewhere in the project.
Audit Metadata