skills/ascend-ai-coding/awesome-ascend-skills/external-cannbot-ops-ascendc-docs-search/Gen Agent Trust Hub
external-cannbot-ops-ascendc-docs-search
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill retrieves content from external web pages (Huawei Ascend community) to provide documentation to the agent.
- Ingestion points:
scripts/ascend_content_fetcher.pyandscripts/ascend_search_skill.pyfetch data fromwww.hiascend.com. - Boundary markers: The fetched content is returned to the agent within structured JSON objects.
- Capability inventory: The skill utilizes network requests (GET) and has file manipulation capabilities through the provided
scripts/clean_markdown.py. - Sanitization: Content is sanitized using
_clean_textinscripts/ascend_content_fetcher.pyto remove scripts and styles, and Markdown cleanup is performed byscripts/clean_markdown.py. - [EXTERNAL_DOWNLOADS]: The skill communicates with
www.hiascend.comto perform documentation searches and fetch page content. This is directed at a well-known service for developer documentation. - [COMMAND_EXECUTION]: The provided
scripts/clean_markdown.pyutility handles file reading and writing for the purpose of cleaning up Markdown files. While intended for documentation maintenance, it grants the agent the ability to modify Markdown files within its accessible directory.
Audit Metadata