ptz-docs
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation on camera control protocols and a utility script for searching them without any security violations. All components align with the skill's stated purpose of providing a protocol reference.
- [EXTERNAL_DOWNLOADS]: The script
scripts/ptzdocs.pyfetches documentation from official domains includingpro.sonyandonvif.org. These are recognized as legitimate and trusted sources for camera standards and specifications. - [COMMAND_EXECUTION]: The included script
ptzdocs.pyis used for documentation management and search. It does not execute arbitrary shell commands or dynamic code and relies solely on Python's standard library. - [DATA_EXFILTRATION]: No patterns of data exfiltration or sensitive file access were detected. The script manages its own local cache in the standard
~/.cache/ptz-docs/directory.
Audit Metadata