senior-computer-vision
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the analyzed skill files. All instructions and scripts align with the stated purpose of computer vision engineering.
- [COMMAND_EXECUTION]: The skill includes several Python scripts (
dataset_pipeline_builder.py,inference_optimizer.py,vision_model_trainer.py) that facilitate model training and optimization. These scripts use standard libraries (likeargparse,pathlib,json) and do not perform any unsafe shell command execution or user-input-driven subprocess calls. - [EXTERNAL_DOWNLOADS]: The documentation and scripts refer to standard, well-known industry frameworks and tools such as PyTorch, Ultralytics YOLO, Detectron2, and MMDetection. References to these official GitHub repositories and package registries are documented neutrally and are consistent with standard development workflows.
- [DATA_EXFILTRATION]: No evidence of data exfiltration was found. The scripts operate locally on dataset directories and model files provided by the user, with no unauthorized network activity detected.
- [DYNAMIC_EXECUTION]: The model optimization script utilizes industry-standard loading functions such as
torch.load()andonnx.load()to perform benchmarking. These operations are performed on user-specified model files as part of the intended functionality and do not pose a risk in this context.
Audit Metadata