oc-assembler
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill uses a domain-specific command-line tool 'oc' and standard 'ffprobe' for video processing tasks. No malicious patterns or security risks were identified.
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute 'oc' and 'ffprobe' commands. These commands are well-defined for the purpose of the skill (video assembly).
- [INDIRECT_PROMPT_INJECTION]: The skill ingests parameters such as project names, filenames, and timestamps to perform assembly tasks.
- Ingestion points: Project names, filenames, and timestamps referenced in the assembly instructions in SKILL.md.
- Boundary markers: Absent. The instructions do not specify delimiters for these inputs.
- Capability inventory: Execution of 'oc' and 'ffprobe' via the Bash tool in SKILL.md.
- Sanitization: Absent. The instructions assume inputs are valid and do not provide specific sanitization logic.
Audit Metadata