opencli
Use OpenCLI to gather information from websites without login. Trigger when the user wants to fetch data from websites (news, finance, research papers, tech trends, Stack Overflow, Wikipedia, etc.) via CLI, needs structured web data in JSON/CSV/Markdown, mentions opencli, or wants to discover pub...
Install this skill
or
85/100
Security score
The opencli skill was audited on Jun 15, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 158
Template literal with variable interpolation in command context
SourceSKILL.md
| 158 | ```yaml |
medium line 180
Access to hidden dotfiles in home directory
SourceSKILL.md
| 180 | Save as `~/.opencli/plugins/mysite/trending.yaml` and it's immediately available. |
low line 131
External URL reference
SourceSKILL.md
| 131 | opencli generate https://example.com --goal "trending posts" |
low line 134
External URL reference
SourceSKILL.md
| 134 | opencli explore https://example.com --site mysite # Discover APIs |
low line 142
External URL reference
SourceSKILL.md
| 142 | opencli cascade https://api.example.com/data |
low line 172
External URL reference
SourceSKILL.md
| 172 | url: https://api.example.com/trending?limit=${{ args.limit }} |
low line 184
External URL reference
SourceSKILL.md
| 184 | - **arXiv API rate limiting:** The `arxiv search` command can return HTTP 429 if called too frequently. If this happens, wait a few seconds and retry, or fall back to WebFetch on `https://arxiv.org/se |
Scanned on Jun 15, 2026
View Security Dashboard