ops-orbit-propagator
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script orchestrates complex tasks by invoking sibling scripts (
manage_ground_stations.pyandfetch_tle.py) as subprocesses. The implementation uses list-based arguments withsubprocess.run, which effectively mitigates shell injection risks. - [SAFE]: Credential management follows best practices. The skill documentation instructs users to use
.envfiles for necessary API credentials and the script itself does not directly access or store these secrets, delegating the authentication surface to a specialized fetcher script. - [SAFE]: External dependencies (
skyfieldandtabulate) are well-known, domain-standard libraries for astronomical calculations and data formatting. They are declared using the standard PEP 723 inline script metadata format, ensuring transparent dependency management.
Audit Metadata