local-places
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as a local server wrapper for the Google Places API. Analysis of the source code confirms it correctly handles the user-provided API key through environment variables and communicates directly with official Google endpoints.
- [SAFE]: All identified dependencies are standard, well-known libraries (fastapi, httpx, uvicorn) used for their intended purposes.
- [SAFE]: The skill processes user input to construct API queries but does so through structured data models (Pydantic), which provides validation and prevents simple injection patterns.
Audit Metadata