skills/nousresearch/hermes-agent/maps/Gen Agent Trust Hub

maps

Pass

Audited by Gen Agent Trust Hub on Apr 22, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implementation uses only the Python standard library, which eliminates risks associated with third-party package dependencies.
  • [EXTERNAL_DOWNLOADS]: Fetches geolocation and routing data from well-known services like OpenStreetMap, Project OSRM, and TimeAPI.io. These connections are functional requirements for mapping and do not involve untrusted code execution.
  • [COMMAND_EXECUTION]: Provides CLI commands that use the argparse module for safe input handling. No dangerous functions like eval() or exec() are present in the script.
  • [DATA_EXFILTRATION]: No sensitive local information (e.g., credentials, SSH keys) is accessed or transmitted. The skill only sends user-provided queries to authorized mapping endpoints.
  • [PROMPT_INJECTION]: The skill instructions and logic are strictly functional and do not contain patterns intended to manipulate the agent's core behavior or safety filters.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 22, 2026, 01:59 AM