where-is-my-ip
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a Python script (
check.py) using the standardpython3binary as specified in the metadata and SKILL.md documentation. This is standard behavior for a script-based skill. - [EXTERNAL_DOWNLOADS]: The skill makes HTTP GET requests to
https://ifconfig.co/jsonto retrieve IP geolocation data. This is the primary intended function of the skill and uses the standard Pythonurlliblibrary. - [DATA_EXFILTRATION]: While the skill retrieves the user's current outbound IP, this data is only printed to the standard output or standard error for the user's visibility. It is not transmitted to any unauthorized external domains or third-party servers.
- [REMOTE_CODE_EXECUTION]: The script uses
sys.path.insertto import local modules from/data/workspace/skills/byo-proxy. This is a documented integration pattern for sharing functionality between skills within the platform and does not involve executing code from an untrusted remote source.
Audit Metadata