detecting-tips-zones
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the user to manually download model checkpoints and clone the TIPS repository from Google DeepMind's official GitHub organization. These are trusted sources for research code and weights.
- [REMOTE_CODE_EXECUTION]: The automated analyzer flagged the use of
eval()intips_zones.py. However, manual review confirms these are calls to the.eval()method on PyTorchnn.Moduleobjects (lines 98 and 111), which is a standard procedure to set models to evaluation mode. No use of the built-in Pythoneval()function for executing arbitrary strings was found. - [COMMAND_EXECUTION]: The skill modifies
sys.pathand creates an empty__init__.pyfile within the user-providedtips_rootdirectory to facilitate importing the local clone of the TIPS library. This is a common pattern for integrating non-packaged research code and does not pose a security risk in this context.
Audit Metadata