port-imageeditor
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes PowerShell to execute a series of commands for repository management and software building, specifically leveraging
gitfor version control anddotnet buildfor project compilation. - [DATA_EXFILTRATION]: The skill performs
git pushoperations, which involve transmitting local source code data to remote repositories. While this is the intended functionality for code synchronization, it constitutes a network-based data transfer of local content. - [COMMAND_EXECUTION]: The skill operates using hardcoded absolute file paths (e.g.,
C:\Users\liveu\source\repos\ShareX Team\ShareX). This practice assumes a specific environment configuration and grants the agent access to specific directory structures on the host machine. - [COMMAND_EXECUTION]: The
dotnet buildcommand is used to verify the ported code. This process involves executing the MSBuild engine, which can run project-defined tasks and scripts during the build lifecycle.
Audit Metadata