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.py and scripts/vision_model_trainer.py read 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.py performs file system operations such as directory creation and file copying/linking to organize and convert datasets.
  • Sanitization: The scripts use standard parsers such as json and yaml.safe_load for configuration and metadata handling, minimizing the risk of arbitrary code execution through configuration files.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 3, 2026, 11:12 AM