senior-computer-vision
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive tools for computer vision tasks including object detection and segmentation. The included Python scripts follow standard practices for dataset processing and model analysis, using appropriate libraries and safe configuration loading methods.
- [INDIRECT_PROMPT_INJECTION]: The skill possesses a data ingestion surface as it processes external computer vision datasets (COCO, YOLO, Pascal VOC).
- Ingestion points:
scripts/dataset_pipeline_builder.pyandscripts/vision_model_trainer.pyread image metadata and annotation files (JSON, XML, TXT). - Boundary markers: Not applicable for structured CV data formats which do not typically involve natural language prompt execution.
- Capability inventory:
scripts/dataset_pipeline_builder.pyperforms file system operations such as directory creation and file copying/linking to organize and convert datasets. - Sanitization: The scripts use standard parsers such as
jsonandyaml.safe_loadfor configuration and metadata handling, minimizing the risk of arbitrary code execution through configuration files.
Audit Metadata