loc-change-table
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/loc_change_table.pyexecutes the localgitbinary to retrieve repository statistics. It usessubprocess.runwith argument lists (as opposed to shell strings), which correctly mitigates the risk of shell command injection from user-provided input such as the folder path or date string.- [DATA_EXFILTRATION]: No network activity was detected. The skill only processes local file system metadata related to Git commits and line counts, and it does not attempt to send this information to external servers.- [PROMPT_INJECTION]: The skill instructions do not contain any patterns attempting to override agent behavior or bypass safety guidelines. It provides clear, functional instructions for executing the bundled report script.- [REMOTE_CODE_EXECUTION]: The skill does not download or execute external scripts or packages. All logic is contained within the provided Python script.
Audit Metadata