Ae1
High
- Category
- analysis-evasion
- Content
1. Resolve `SKILL_DIR` as the directory containing this `SKILL.md`.
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a disclosed Moonshot web-search wrapper that sends search queries to Moonshot using an API key and does not show hidden persistence, destructive actions, or unrelated data access.
Install only if you are comfortable sending search prompts to Moonshot and providing MOONSHOT_API_KEY in the environment. Do not use it for sensitive private queries unless Moonshot's handling of that data is acceptable to you; use a browser/search workflow when you need exact citations or page-level source attribution.
1. Resolve `SKILL_DIR` as the directory containing this `SKILL.md`.
API_URL="https://api.moonshot.cn/v1/chat/completions" # 第一轮:触发搜索 ROUND1=$(curl -fsS "$API_URL" \ -H "Authorization: Bearer $API_KEY" \ -H 'Content-Type: application/json' \ -d "$(python3 - "$QUERY" <<'PY'
TOOL_ARGS=$(printf '%s\n' "$ROUND1_INFO" | sed -n '2p') # 第二轮:把搜索结果喂回去 ROUND2=$(curl -fsS "$API_URL" \ -H "Authorization: Bearer $API_KEY" \ -H 'Content-Type: application/json' \ -d "$(python3 - "$QUERY" "$TOOL_CALL_ID" "$TOOL_ARGS" <<'PY'
exit 1 fi API_URL="https://api.moonshot.cn/v1/chat/completions" # 第一轮:触发搜索 ROUND1=$(curl -fsS "$API_URL" \
API_URL="https://api.moonshot.cn/v1/chat/completions" # 第一轮:触发搜索 ROUND1=$(curl -fsS "$API_URL" \ -H "Authorization: Bearer $API_KEY" \ -H 'Content-Type: application/json' \ -d "$(python3 - "$QUERY" <<'PY'
API_URL="https://api.moonshot.cn/v1/chat/completions" # 第一轮:触发搜索 ROUND1=$(curl -fsS "$API_URL" \ -H "Authorization: Bearer $API_KEY" \ -H 'Content-Type: application/json' \ -d "$(python3 - "$QUERY" <<'PY'
No suspicious patterns detected.