amap
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected in the skill instructions.
- [EXTERNAL_DOWNLOADS]: The skill uses
curlto interact withrestapi.amap.com. This is the official and well-known domain for AMap Web Services, used here for its intended purpose of retrieving geographic and weather data. - [CREDENTIALS_UNSAFE]: The skill follows security best practices by requiring an environment variable (
AMAP_KEY) for API authentication rather than using hardcoded secrets. - [COMMAND_EXECUTION]: The skill utilizes
curlfor network requests. The commands are structured as templates for the agent to use, focusing on legitimate API interactions without attempting to execute arbitrary code or modify the local system.
Audit Metadata