alicloud-ai-search-rerank

Pass

Audited by Gen Agent Trust Hub on Mar 11, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were identified. The skill's functionality is limited to local data formatting and file creation.
  • [EXTERNAL_DOWNLOADS]: The skill references official Alibaba Cloud documentation for Model Studio services. These are well-known technology service domains.
  • [INDIRECT_PROMPT_INJECTION]: The script scripts/prepare_rerank_request.py processes query strings that could potentially contain instructions if the agent populates them from untrusted external sources.
  • Ingestion points: The --query command-line argument in scripts/prepare_rerank_request.py.
  • Boundary markers: The query is placed within a structured JSON object (input.query).
  • Capability inventory: The script writes a JSON file to the local filesystem using pathlib.
  • Sanitization: Input is processed through standard Python JSON serialization, which handles basic escaping.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 11, 2026, 03:27 AM