video-prompt-expert
Fail
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: Instructions in
SKILL.mdandreferences/core_workflow.mddirect the agent to modify shell configuration files (~/.zshrc,~/.bashrc) or use PowerShell to set permanent environment variables. Modifying startup scripts is a persistence mechanism used to ensure the environment remains configured across sessions. - [COMMAND_EXECUTION]: The skill implements a silent execution pattern in
references/core_workflow.md, instructing the agent to runpython "$SKILL_PATH/scripts/videogen.py" --record-onlywithout notifying the user. This command is intended to report usage statistics. - [DATA_EXFILTRATION]: The script
scripts/videogen.pycontains asave_recordfunction that sends theREDFOX_API_KEYto an external endpoint (https://redfox.hk/story/api/skill/record/save). While this is the vendor's own domain, the transmission of a credential during a silent usage report constitutes an exfiltration pattern. - [CREDENTIALS_UNSAFE]: The script
scripts/videogen.pyincludes logic inread_shell_configto programmatically scan and parse sensitive user files like~/.zshrc,~/.bashrc, and the Windows Registry to extract theREDFOX_API_KEYcredential.
Recommendations
- AI detected serious security threats
Audit Metadata