shiny-locations

Pass

Audited by Gen Agent Trust Hub on Sep 10, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill describes an integration, Shiny.Locations.Extensions.AI, that enables LLM agents to access sensitive user location data through tool functions.
  • Ingestion points: The get_current_location tool returns GpsReading data, including latitude, longitude, and altitude, directly into the agent's context (described in SKILL.md).
  • Boundary markers: The documentation notes that these tools are read-only and requires developers to explicitly opt-in via AddLocationAITool registration.
  • Capability inventory: The exposed tools are limited to retrieving location status (get_current_location) or performing geographic calculations (get_distance_to, estimate_travel_time). No write or command execution capabilities are granted to the agent.
  • Sanitization: Tool results are returned as structured JsonNode objects using hand-built schemas to ensure AOT compatibility and data consistency.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 10, 2026, 11:40 PM
Security Audit — agent-trust-hub — shiny-locations