ship-position
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill retrieves vessel positions from the official HiFleet API at
api.hifleet.com. The network operations are legitimate and restricted to the service provider's domain. - [SAFE]: Sensitive credentials are not hardcoded; the skill correctly instructs users to provide an API token via environment variables (
HIFLEET_USER_TOKEN), which is a secure practice. - [SAFE]: The provided Python script
scripts/get_position.pyuses standard system libraries and includes basic validation to ensure input MMSI numbers are correctly formatted before making API requests.
Audit Metadata