alibabacloud-ai-innovation-lab-skill

Fail

Audited by Snyk on Jul 10, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The skill explicitly requires outputting deploy_url "原样完整输出" and forbids stripping or parameter removal, which forces the LLM to reproduce any embedded query parameters or tokens verbatim — creating an exfiltration risk if those URLs contain secrets or API tokens.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.85). Yes—at runtime the required workflow runs python scripts/fetch_ai_lab.py --summary and --format json, which fetches and parses outsider-authored public web content from https://www.aliyun.com/daily-act/ecs/ai-innovation-lab (or the OSS snapshot URL) and then injects the resulting scraped/free-text fields (titles/descriptions/URLs) into the agent’s LLM response context.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill explicitly instructs the agent to "create cron" scheduled tasks (including a "system crontab fallback") and persist subscription state, which modifies the host's state and could require elevated privileges or system-level changes.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 10, 2026, 08:41 AM
Issues
4
Security Audit — snyk — alibabacloud-ai-innovation-lab-skill