ops-ground-stations-catalogue
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely within the local execution environment. The Python script
manage_ground_stations.pyuses only Python standard library modules (argparse,json,re,sys,dataclasses,pathlib) and makes no network connections or external API calls. - [SAFE]: Data persistence is strictly limited to the skill's internal directory. It reads from a committed seed file and writes custom entries to a local JSON file (
custom_ground_stations.json), following safe file-handling practices like using temporary files for atomic writes. - [SAFE]: No evidence of prompt injection, obfuscation, or malicious intent was found. The instructions for the agent are clear, structured, and use standard
uv runpatterns for executing local scripts. - [SAFE]: The skill does not require or handle sensitive credentials. It is a standalone tool for geospatial data management.
Audit Metadata