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.py uses 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 run patterns 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
Risk Level
SAFE
Analyzed
Aug 17, 2026, 07:29 PM
Security Audit — agent-trust-hub — ops-ground-stations-catalogue