dingtalk-report
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/report_received_today.pyusessubprocess.runto execute the localdwsbinary. This is the intended behavior as defined in the skill's prerequisites and YAML frontmatter. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data (report titles and content) received via the
dws report inbox listanddws report entry getcommands. While this data is rendered in Markdown tables and could theoretically contain injection attempts from other users, the risk is mitigated by standard LLM guardrails. - Ingestion points:
scripts/report_received_today.pyparses JSON output from tool executions. - Boundary markers: Not explicitly defined for the ingested report data.
- Capability inventory: Execution of the
dwsbinary viasubprocess.runand writing temporary Markdown/JSON files in the current working directory. - Sanitization: The skill relies on structured JSON parsing; however, it does not explicitly sanitize the text content of reports before displaying them to the user.
Audit Metadata