lingzao
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing untrusted data from social media platforms.
- Ingestion points: Public note content, creator bios, and top-level comments are fetched via
scripts/lingzao_client.pyand processed by the agent. - Boundary markers: Absent. The instructions do not use delimiters or explicit 'ignore embedded instructions' warnings when presenting external content to the model.
- Capability inventory: The skill can execute local shell commands (suggested
curloperations inscripts/lingzao_client.py), perform network operations to its API backend, and write files to the local system via thegenerate-imagecommand. - Sanitization: Content is summarized and analyzed directly without filtering for embedded instructions, though the CLI client uses shell quoting for command arguments.
- [COMMAND_EXECUTION]: The skill uses local scripts and generates a CLI wrapper to manage its operations.
- Evidence:
scripts/setup.shcreates a wrapper at~/.lingzao/bin/lingzaoandscripts/configure.pyis used to manage local API configuration with restricted file permissions (0600). - [EXTERNAL_DOWNLOADS]: The skill performs network operations to fetch updates and content data from vendor-controlled domains.
- Evidence:
scripts/lingzao_client.pyfetches version information fromassets-tian.midao.siteand interacts with the API atlingzao.atian.vip. These are identified as legitimate vendor resources for the 'atian-create' author.
Audit Metadata