omnicaptions-translate
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (HIGH): The skill instructs the installation of
omni-captions-skillsusing an--extra-index-urlpointing tohttps://lattifai.github.io/pypi/simple/. This source is not on the trusted list and using extra-index URLs is a known vector for dependency confusion attacks. - CREDENTIALS_UNSAFE (HIGH): The skill documentation explicitly targets sensitive file paths for credential extraction, including
~/.config/omnicaptions/config.jsonand.envfiles. Accessing these paths exposes potential secrets to the agent environment. - COMMAND_EXECUTION (MEDIUM): The skill utilizes the
Bashtool to executeomnicaptionscommands. While necessary for the stated functionality, it allows the agent to run arbitrary subcommands under theomnicaptionsnamespace. - INDIRECT_PROMPT_INJECTION (LOW): The skill is designed to process untrusted external data.
- Ingestion points: Processes user-provided caption files (
.srt,.vtt,.ass, etc.). - Boundary markers: None detected; the skill treats caption text as raw data for translation.
- Capability inventory: Access to
Bash,Read,Write, andGlobtools allows for file modification and command execution. - Sanitization: No explicit sanitization or instruction-ignoring delimiters are defined for the processed text.
Recommendations
- AI detected serious security threats
Audit Metadata