dingtalk-teambition
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill implements authentication using a User Token retrieved from environment variables or a local configuration file, adhering to standard security practices for API integrations.
- [SAFE]: No hardcoded credentials, malicious network exfiltration, or obfuscation techniques were found during the analysis of the script files.
- [PROMPT_INJECTION]: The skill has a standard vulnerability surface for indirect prompt injection because it processes user-generated content from an external platform. Ingestion points: The scripts
query_tasks.py,query_task_detail.py,query_task_activity.py, andrender_rtf.pyfetch task titles, notes, and comments from the Teambition API. Boundary markers: There are no explicit delimiters or instructions to ignore embedded prompts in the data processed by the scripts. Capability inventory: The skill includes functions to create and modify platform data throughcreate_task.py,update_task.py, andarchive_task.py. Sanitization: Task content is retrieved and presented to the agent without evidence of sanitization or filtering.
Audit Metadata