amap-navigator
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses environment variables to manage sensitive credentials. In
test_amap.py, the API key is retrieved viaos.environ.get('AMAP_KEY'), which prevents the hardcoding of secrets within the codebase. - [SAFE]: Network operations are restricted to the official Amap API endpoint (
restapi.amap.com). As a well-known technology service, communication with this domain for its intended purpose (geocoding) is considered safe and standard practice. - [SAFE]: No patterns for remote code execution, obfuscation, or privilege escalation were detected in the provided script or metadata.
Audit Metadata