senior-computer-vision
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/inference_optimizer.pyuses thetorch.load()function to load model checkpoints. This function is fundamentally insecure as it relies on thepicklemodule, which can be exploited to execute arbitrary code during deserialization if the input file is malicious. Users are advised to only load models from trusted sources.\n- [COMMAND_EXECUTION]: The skill instructs the agent to execute several local Python scripts and CLI tools for training and benchmarking. Specifically,SKILL.mdandscripts/vision_model_trainer.pyinvolve the use of subprocesses to run commands likeyolo,trtexec, andpython train_net.py. These scripts have extensive access to the local filesystem, including file deletion (shutil.rmtree) and symlink creation, which could be misused if provided with malicious paths.\n- [EXTERNAL_DOWNLOADS]: The skill documentation and scripts facilitate the download of pretrained weights and configuration files from well-known and trusted technology providers, including the Ultralytics and Facebook Research (Detectron2) ecosystems. These downloads are documented neutrally as they target official and established repositories.
Audit Metadata