flomo-via-app
Facilitates quick note-taking and idea capture to flomo via URL Scheme and webhook fallback, enhancing productivity on macOS.
Install this skill
Security score
The flomo-via-app skill was audited on Feb 9, 2026 and we found 32 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 3 | description: "Send notes and memos to flomo (浮墨笔记) via URL Scheme with automatic webhook fallback. Use when user wants to save thoughts, links, ideas, or content to their flomo inbox. Automatically fa |
Webhook reference - potential data exfiltration
| 8 | Send notes to flomo using URL Scheme, with automatic webhook fallback for reliability. |
Webhook reference - potential data exfiltration
| 22 | 2. Webhook token/URL |
Webhook reference - potential data exfiltration
| 44 | 2. **Fallback:** Webhook API → HTTP POST to flomo servers (works without app) |
Webhook reference - potential data exfiltration
| 46 | If the flomo app is not installed or `open` command fails, it automatically falls back to webhook. |
Webhook reference - potential data exfiltration
| 66 | ### Webhook Configuration (Optional) |
Webhook reference - potential data exfiltration
| 68 | If you ran `./scripts/configure.sh` during setup, webhook is already configured. |
Webhook reference - potential data exfiltration
| 73 | # Option 1: Full webhook URL |
Webhook reference - potential data exfiltration
| 74 | export FLOMO_WEBHOOK_URL="https://flomoapp.com/iwh/xxxxxxxxxxxxxxxx" |
Webhook reference - potential data exfiltration
| 77 | export FLOMO_WEBHOOK_TOKEN="xxxxxxxxxxxxxxxx" |
Webhook reference - potential data exfiltration
| 161 | **Remote/SSH session (uses webhook):** |
Webhook reference - potential data exfiltration
| 163 | export FLOMO_WEBHOOK_TOKEN="your-token" |
Webhook reference - potential data exfiltration
| 169 | ⚠️ **API 和 URL Scheme 功能需要 [flomo PRO 会员](https://flomoapp.com/mine?source=incoming_webhook) 才能使用。** |
Webhook reference - potential data exfiltration
| 176 | ### Webhook Fallback |
Webhook reference - potential data exfiltration
| 178 | - `FLOMO_WEBHOOK_URL` or `FLOMO_WEBHOOK_TOKEN` environment variable set |
Webhook reference - potential data exfiltration
| 183 | - **Images**: Maximum 9 images per note (URL Scheme only; webhook does not support images) |
Webhook reference - potential data exfiltration
| 191 | | `FLOMO_WEBHOOK_URL` | Full webhook URL | `https://flomoapp.com/iwh/abc123` | |
Webhook reference - potential data exfiltration
| 192 | | `FLOMO_WEBHOOK_TOKEN` | Webhook token only | `abc123` | |
Webhook reference - potential data exfiltration
| 199 | export FLOMO_WEBHOOK_TOKEN="your-webhook-token-here" |
Webhook reference - potential data exfiltration
| 204 | **"Error: Webhook not configured"** |
Webhook reference - potential data exfiltration
| 205 | → Set `FLOMO_WEBHOOK_URL` or `FLOMO_WEBHOOK_TOKEN` environment variable |
Webhook reference - potential data exfiltration
| 208 | → Normal if app not installed; check if webhook fallback succeeded |
Webhook reference - potential data exfiltration
| 215 | For detailed webhook API documentation, see [references/api.md](references/api.md). |
Access to hidden dotfiles in home directory
| 196 | Add to your `~/.bashrc`, `~/.zshrc`, or `~/.bash_profile`: |
Access to .env file
| 23 | 3. 保存位置(默认保存到 skill 目录的 `.env` 文件) |
Access to .env file
| 25 | 配置默认保存到 `.env` 文件,这样更便于管理和隔离。 |
External URL reference
| 74 | export FLOMO_WEBHOOK_URL="https://flomoapp.com/iwh/xxxxxxxxxxxxxxxx" |
External URL reference
| 109 | open "flomo://create?image_urls=%5B%22https://example.com/img1.jpg%22%5D&content=Photo%20notes" |
External URL reference
| 137 | open "flomo://create?image_urls=%5B%22https://example.com/img.jpg%22%5D&content=Photo%20notes" |
External URL reference
| 148 | ./scripts/flomo_send.sh "https://example.com/article" "#readlater #tech" |
External URL reference
| 169 | ⚠️ **API 和 URL Scheme 功能需要 [flomo PRO 会员](https://flomoapp.com/mine?source=incoming_webhook) 才能使用。** |
External URL reference
| 191 | | `FLOMO_WEBHOOK_URL` | Full webhook URL | `https://flomoapp.com/iwh/abc123` | |