skills/deusyu/google-maps-skill/gmaps/Gen Agent Trust Hub

gmaps

Pass

Audited by Gen Agent Trust Hub on Mar 25, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implementation follows security best practices for API interaction and credential management.
  • Credential Management: Sensitive information is handled securely by retrieving the GOOGLE_MAPS_API_KEY from the environment via scripts/lib/config.ts, avoiding hardcoded secrets.
  • Network Security: The skill exclusively communicates with official Google domains (maps.googleapis.com, routes.googleapis.com, places.googleapis.com), which are recognized as well-known and trusted services.
  • Input Sanitization: User-supplied flags are rigorously validated for presence, format, and range (e.g., geographic coordinate validation in scripts/commands/elevation.ts and scripts/commands/reverse-geocode.ts) before being used in requests.
  • Logic Integrity: The code is transparent and focused on its stated purpose, with no evidence of obfuscation, hidden command execution, or unauthorized data access.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 25, 2026, 03:56 PM
Security Audit — agent-trust-hub — gmaps