amc-run-rtsp-calibration
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions and bundled Python scripts utilize
docker execanddocker composeto manage environment variables and control the lifecycle of calibration microservice containers. These commands are essential for the skill's stated purpose of managing a complex engineering stack. - [EXTERNAL_DOWNLOADS]: The skill performs network requests using the
requestslibrary to communicate with user-specified AutoMagicCalib (AMC) and VIOS service endpoints. These operations are used for project creation, asset uploads, and status polling, and are restricted to the API infrastructure defined by the operator. - [SAFE]: The skill demonstrates high transparency and follows security best practices. Specifically, it includes explicit instructions and code logic (
_redact_rtsp_url) to redact credentials from RTSP URLs before any logging or printing occurs, preventing accidental exposure of sensitive connection strings. - [SAFE]: Analysis of all scripts and metadata reveals no evidence of prompt injection, persistence mechanisms, or obfuscation. The skill's behavior is consistent with its documentation and the requirements of its intended professional user base.
Audit Metadata