skills/aiskillstore/marketplace/aippt/Gen Agent Trust Hub

aippt

Fail

Audited by Gen Agent Trust Hub on Mar 4, 2026

Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • [CREDENTIALS_UNSAFE]: The documentation in 05_图床上传方法.md and tips/image-upload.md contains a hardcoded API key (6d207e02198a847aa98d0a2a901485a5) for the freeimage.host API. Providing functional credentials in plaintext within skill files is a significant security risk.
  • [DATA_EXFILTRATION]: The skill's instructions and example commands in 05_图床上传方法.md and tips/image-upload.md direct the agent to upload local image files to public third-party services including freeimage.host, catbox.moe, and litterbox.catbox.moe. These domains are not on the permitted whitelist and could lead to the exposure of sensitive user data to external platforms.
  • [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it ingests untrusted user data (article text and presentation templates) and interpolates it into prompts for AI image generation models. Ingestion points: Data enters the system via content provided in 03_内容分段方法.md and 04_内容映射方法.md. Boundary markers: The prompt templates in 02_PPT模板分析方法.md and 04_内容映射方法.md utilize markers such as 【不可改区域】 and 【生成指令】 to attempt to isolate instructions from data, though these are not definitive security boundaries. Capability inventory: The skill uses curl for network requests to external APIs and a Node.js script (scripts/images2pptx.js) for local file system manipulation and PPTX generation. Sanitization: There is no evidence of input validation, filtering, or escaping for user-provided content before it is processed in the AI prompt pipeline.
Recommendations
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Mar 4, 2026, 05:38 AM