github-writeback-tracking
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
pythonto execute its included helper scriptgithub_tracking.pyfor spreadsheet manipulation. These operations are performed locally on the provided source files (.xlsx,.csv) and a local JSON result file (github_backlog_result.json). - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill requires a spreadsheet source but does not perform any network operations or transmit data to external domains. It strictly modifies local files provided by the user.
- [REMOTE_CODE_EXECUTION]: The skill requires the
openpyxlPython package for Excel support, which is a standard and well-known library for spreadsheet processing. No remote scripts are downloaded or executed.
Audit Metadata