docs-check-zh-cn

Pass

Audited by Gen Agent Trust Hub on Mar 11, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes a bundled Python script (scripts/check_api_doc_consistency.py) to automate documentation checks. The script uses standard libraries for text parsing and does not perform any dangerous operations such as network calls or subprocess spawning.
  • [EXTERNAL_DOWNLOADS]: The skill contains fallback references to official OpenHarmony templates hosted on GitCode. These references target a well-known organization and service, aligning with the skill's purpose without introducing security risks.
  • [PROMPT_INJECTION]: The skill ingests user-provided documentation and code files for analysis, creating a potential surface for indirect prompt injection. This is mitigated by the skill's specific analysis use case and the use of regex-based parsing rather than code execution. 1. Ingestion points: User-provided paths to API documents and definition files. 2. Boundary markers: Absent. 3. Capability inventory: Execution of local analysis script and report generation. 4. Sanitization: The script parses content as text using regular expressions.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 11, 2026, 01:16 AM