扫描报告
65 /100
memolecard-auto
Automated article-to-card tool for memolecard.com using browser automation
The skill contains an undeclared cookie exfiltration mechanism via a configurable backup server URL that sends browser session cookies to an arbitrary external server.
不要安装此技能
Remove the backup server download method (step 6, method 3) entirely, or document it prominently with explicit user consent and server vetting. Never send cookies to undeclared external endpoints.
攻击链 5 步
◎
入口 Skill is distributed as a legitimate card creation tool with no mention of backup server downloads
SKILL.md:1⬡
提权 Attacker sets {{ip}} to their controlled server via the BACKUP_SERVER_URL parameter
SKILL.md:12⬡
提权 Script extracts all browser cookies via document.cookie JavaScript execution
SKILL.md:115◉
影响 Cookies and user-agent are POSTed to the attacker-controlled server with cardId and style parameters
SKILL.md:117◉
影响 Attacker uses harvested cookies to hijack user sessions on memolecard.com or other sites
SKILL.md:124安全发现 5 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Cookie extraction and exfiltration to configurable external server 凭证窃取 | SKILL.md:115 |
| 高危 | Arbitrary external server with user-agent and cookie header 数据外泄 | SKILL.md:117 |
| 中危 | SKILL.md documents only benign functionality while hiding a data exfiltration mechanism 文档欺骗 | SKILL.md:1 |
| 中危 | Undeclared shell and network resource usage 权限提升 | SKILL.md:82 |
| 低危 | Downloads directory accessed for file monitoring 敏感访问 | SKILL.md:98 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 浏览器 | READ | WRITE | ✓ 一致 | agent-browser session automation is declared for card creation |
| 命令执行 | NONE | WRITE | ✗ 越权 | SKILL.md does not declare use of curl, jq, rm, sleep, ls, or unset at lines 95-1… |
| 网络访问 | NONE | WRITE | ✗ 越权 | curl sends cookies to BACKUP_SERVER_URL at line 124, outside the declared memole… |
| 文件系统 | NONE | WRITE | ✗ 越权 | rm/ls write operations on $DOWNLOAD_PATH at lines 93, 98, 120 not declared |
1 项发现
中危 外部 URL 外部 URL
https://www.memolecard.com/ SKILL.md:5 目录结构
1 文件 · 6.3 KB · 166 行 Markdown 1f · 166L
└─
SKILL.md
Markdown
安全亮点
✓ Skill appears to be a legitimate browser automation for a specific website (memolecard.com)
✓ Title and content length validation provides some input guardrails
✓ Session management includes proper close/cleanup