linkfox-aigc-videogen-multi
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interfaces with the vendor's own API gateway (
tool-gateway.linkfox.com) for AIGC tasks. All network operations inaigc_videogen_multi.pyandonboarding.pytarget the developer's verified domains (linkfox.com). - [SAFE]: The onboarding script (
onboarding.py) handles authentication and billing. While it accesses environment variables likeLINKFOX_AGENT_API_KEY, it follows standard developer practices for CLI-based authentication and secret management without exfiltration to third parties. - [COMMAND_EXECUTION]: The skill uses
urllib.requestto perform POST requests to its own API. This is the primary function of the skill and is documented. No arbitrary command execution from untrusted input was detected. - [DATA_EXPOSURE]: The skill downloads generated media to a local
media/directory and logs metadata to alinkfox/session folder. This is standard behavior for an agent skill to persist output for the user. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided
imageListandprompt. Ingestion boundaries are maintained by passing these as structured JSON to the API. TheSKILL.mdincludes explicit instructions for the agent to avoid reading the binary content of generated videos, reducing the surface for data-driven injection.
Audit Metadata