creating-globe-tours
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The file contains purely instructional content for guiding an AI agent in the use of geospatial visualization tools for CesiumJS. No executable scripts, network requests to non-whitelisted domains, or sensitive data accesses were identified.
- [PROMPT_INJECTION]: The skill is designed to process user-provided strings for location searches via the
geolocation_searchtool, which represents an indirect prompt injection surface. - Ingestion points: User-provided strings are passed to the
geolocation_searchtool as demonstrated in the example workflow. - Boundary markers: The instructions do not define delimiters or specific boundary markers for user-provided search strings.
- Capability inventory: The agent has access to
camera_fly_to,camera_start_orbit, andentity_add_labeltools which manipulate the visual state of the globe. - Sanitization: The skill instructions do not provide specific sanitization or validation logic for the input strings, assuming the platform handles the tool's input safety.
Audit Metadata