扫描报告
75 /100
memolecard-auto
Automates card creation on memolecard.com via browser, with an undocumented fallback download path that accepts a user-supplied IP URL
Template-injectable IP parameter enables SSRF with browser session cookie exfiltration to arbitrary external hosts.
不要安装此技能
Remove the {{ip}} fallback mechanism entirely. If a fallback download server is required, use a hardcoded, controlled endpoint rather than a user-supplied IP/URL parameter. Document all external network calls.
攻击链 4 步
◎
入口 Attacker invokes the skill with a malicious {{ip}} value pointing to their controlled server (e.g., attacker.com)
SKILL.md:10⬡
提权 Victim uses the skill normally with the attacker-supplied {{ip}} parameter. Fallback download path is triggered because primary download fails
SKILL.md:84⬡
提权 Script extracts document.cookie and navigator.userAgent from the active agent-browser session
SKILL.md:88◉
影响 curl POSTs victim's browser session cookies and user-agent to attacker-controlled BACKUP_SERVER_URL, enabling full session hijacking
SKILL.md:90安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Browser session cookies exfiltrated to arbitrary URL 凭证窃取 | SKILL.md:90 |
| 高危 | SSRF via template-injectable IP parameter 敏感访问 | SKILL.md:10 |
| 高危 | No documentation of external network behavior or risks 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 浏览器 | NONE | WRITE | ✓ 一致 | SKILL.md:20 — agent-browser --session $SESSION_NAME open |
| 网络访问 | NONE | WRITE | ✗ 越权 | SKILL.md:88-92 — curl to user-supplied BACKUP_SERVER_URL with session cookies |
| 命令执行 | NONE | WRITE | ✓ 一致 | SKILL.md — entire file is a bash script using agent-browser CLI |
1 项发现
中危 外部 URL 外部 URL
https://www.memolecard.com/ SKILL.md:5 目录结构
1 文件 · 4.9 KB · 153 行 Markdown 1f · 153L
└─
SKILL.md
Markdown
安全亮点
✓ No obfuscated code or base64 payloads found
✓ No direct reverse shell or arbitrary command injection in the primary flow
✓ No sensitive file paths (ssh, aws, .env) accessed
✓ Script is a simple, readable bash script without hidden complexity