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.py and fetch_tle.py) as subprocesses. The implementation uses list-based arguments with subprocess.run, which effectively mitigates shell injection risks.
  • [SAFE]: Credential management follows best practices. The skill documentation instructs users to use .env files 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 (skyfield and tabulate) 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
Risk Level
SAFE
Analyzed
Aug 17, 2026, 07:30 PM
Security Audit — agent-trust-hub — ops-orbit-propagator