xyq-short-drama-skill
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
pippit-tool-clicommand through multiple subcommands (+submit-run,get-thread,+upload-file,list-thread-file,download-result) to interact with the backend creation service. - [EXTERNAL_DOWNLOADS]: The instructions direct users to install the
@pippit-dev/clipackage vianpx. This is an external dependency provided by the vendor. - [CREDENTIALS_UNSAFE]: The skill requires the
XYQ_ACCESS_KEYenvironment variable to be set for authentication. While standard for CLI tools, it involves the handling of sensitive API credentials. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill processes content from local document files (
.doc,.docx,.txt) uploaded by the user andreadable_textreturned from remote API calls viaget-thread. - Boundary markers: The instructions do not specify the use of delimiters or 'ignore' instructions when processing or displaying these external data sources.
- Capability inventory: The skill has the capability to write to the local file system through the
download-resultcommand and execute network operations via the CLI tool. - Sanitization: There is no explicit mention of sanitizing or escaping the content retrieved from external files or the remote API before it is processed or presented to the user.
Audit Metadata