yunqi-agent-attendance
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation or update of a global Node.js package from the official NPM registry to function.\n
- Evidence:
npm install -g @qianwenai/qianwen-cliinSKILL.md.\n - Context: The package belongs to the vendor and is the primary tool for the skill's operations.\n- [COMMAND_EXECUTION]: The skill relies extensively on executing shell commands to interact with conference services.\n
- Evidence: Multiple subcommands of
qianwen yunqiand authentication checks likeqianwen auth statusare defined inSKILL.md.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes conference summaries retrieved from an external source, creating a potential attack surface for indirect prompt injection.\n - Ingestion points: The
summaryfield from the output ofqianwen yunqi list summaries(as described inSKILL.md).\n - Boundary markers: None. The instructions do not provide delimiters or warnings to the agent to treat summary content as untrusted data.\n
- Capability inventory: The agent can execute shell commands (
qianwenCLI) and perform package management tasks.\n - Sanitization: No sanitization or content validation steps are mentioned for the ingested summary data.
Audit Metadata