blogwatcher
Monitors blogs and RSS/Atom feeds using the blogwatcher-cli tool, enabling users to track updates and manage articles efficiently.
Install this skill
or
82/100
Security score
The blogwatcher skill was audited on May 17, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 35
Access to hidden dotfiles in home directory
SourceSKILL.md
| 35 | By default the database lives at `~/.blogwatcher-cli/blogwatcher-cli.db`. In Docker this is lost on container restart. Use `BLOGWATCHER_DB` or a volume mount to persist it: |
low line 50
Access to hidden dotfiles in home directory
SourceSKILL.md
| 50 | mv ~/.blogwatcher/blogwatcher.db ~/.blogwatcher-cli/blogwatcher-cli.db |
medium line 136
Access to hidden dotfiles in home directory
SourceSKILL.md
| 136 | - Database stored at `~/.blogwatcher-cli/blogwatcher-cli.db` by default (override with `--db` or `BLOGWATCHER_DB`). |
low line 59
External URL reference
SourceSKILL.md
| 59 | - Add a blog: `blogwatcher-cli add "My Blog" https://example.com` |
low line 60
External URL reference
SourceSKILL.md
| 60 | - Add with explicit feed: `blogwatcher-cli add "My Blog" https://example.com --feed-url https://example.com/feed.xml` |
low line 61
External URL reference
SourceSKILL.md
| 61 | - Add with HTML scraping: `blogwatcher-cli add "My Blog" https://example.com --scrape-selector "article h2 a"` |
low line 98
External URL reference
SourceSKILL.md
| 98 | URL: https://xkcd.com |
low line 99
External URL reference
SourceSKILL.md
| 99 | Feed: https://xkcd.com/atom.xml |
low line 119
External URL reference
SourceSKILL.md
| 119 | URL: https://xkcd.com/3095/ |
low line 125
External URL reference
SourceSKILL.md
| 125 | URL: https://xkcd.com/3094/ |
Scanned on May 17, 2026
View Security Dashboard