ai-video-editor
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for environment initialization and session management.
- Evidence: Use of
uuidgen,cat, andmkdirto manage a persistent client identifier in~/.config/nemovideo/client_id. - Evidence: Use of
curlfor authenticated API interactions, including token acquisition and media upload. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted natural language input and external media URLs, creating a standard injection surface.
- Ingestion points: Natural language edit descriptions in chat and external media URLs/file paths provided for upload in
SKILL.md(§3.2). - Boundary markers: None identified in the prompt interpolation logic.
- Capability inventory: Network communication via
curl, file read capabilities viacurl -F(upload), and state management in the local file system. - Sanitization: No explicit sanitization or validation of the content of the natural language messages or file paths is described.
- [DATA_EXFILTRATION]: The skill performs network operations to external domains to support its core functionality.
- Evidence: Authenticated requests to
https://mega-api-prod.nemovideo.aiand interaction withhttps://nemovideo.comfor session claiming and status monitoring.
Audit Metadata