Description-Behavior Mismatch
Medium
- Confidence
- 93% confidence
- Finding
- 该文档并非仅提供只读参考,而是明确指示代理执行登录、连通性测试和创建监控等真实写操作。对一个“skill/reference”文件来说,这会把用户输入的主机信息和凭据直接带入外部系统调用,扩大误操作、越权操作和敏感数据处理风险。
Security checks across malware telemetry and agentic risk
This is a documentation-only AIOps integration skill that uses sensitive credentials for disclosed platform workflows, with no evidence of hidden execution or unrelated data sharing.
Install only if you trust the Zhihu AIOps endpoint you configure. Use least-privilege platform and SSH accounts instead of root/admin where possible, avoid pasting secrets into chat unless necessary, prefer HTTPS or protected internal network endpoints, and confirm how the backend stores SSH passwords before using OS monitor creation.
```bash
API_URL="${ZHIHU_API_URL:-http://localhost:1024}"
TOKEN=$(curl -s -X POST "${API_URL}/admin-api/system/auth/login" \
-H "Content-Type: application/json" \
-d "{
\"username\": \"${ZHIHU_USER:-admin}\",使用用户提供的 IP、端口、用户名、密码测试 SSH 连通性:
```bash
curl -s -X POST "${API_URL}/admin-api/zhihu/snmp/testConnect" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${TOKEN}" \
-d "{64/64 vendors flagged this skill as clean.