dingtalk-devdoc
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
dwscommand-line utility to perform documentation searches on the DingTalk Open Platform. - Evidence:
SKILL.mdandreferences/devdoc.mdspecify the use ofdws devdoc article searchto retrieve information based on user queries. - [INDIRECT_PROMPT_INJECTION]: The skill has a standard attack surface where untrusted user input is passed to a CLI tool, and external documentation content is returned to the agent.
- Ingestion points: User queries are passed to the
--queryflag in thedwscommand, as seen inreferences/devdoc.md. - Boundary markers: The command examples use double quotes to wrap the query strings.
- Capability inventory: The skill uses the
dwsbinary to search for articles, error codes, and API details. - Sanitization: No explicit sanitization or output filtering is defined within the skill files; the agent is instructed to use the returned links for further browsing.
Audit Metadata