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
argparsemodule for safe input handling. No dangerous functions likeeval()orexec()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