cost-estimate
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or data exfiltration attempts were detected in the skill instructions or helper scripts.
- [COMMAND_EXECUTION]: The helper scripts
loc_counter.pyandgit_session_analyzer.pyexecute git commands (such asgit log,git ls-files, andgit diff) via thesubprocessmodule. These calls are used strictly for gathering repository metadata required for cost estimation and do not allow for arbitrary command execution. - [SAFE]: The skill does not require any external network access or third-party package installations. All processing is handled by Python scripts using the standard library.
Audit Metadata