hindsight-cloud
Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to Hindsight Cloud. (user)
Install this skill
or
61/100
Security score
The hindsight-cloud skill was audited on Aug 19, 2026 and we found 7 security issues across 4 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 24
Piping content to bash shell
SourceSKILL.md
| 22 | 1. **Install the CLI** (if `hindsight` command not found): |
| 23 | ```bash |
| 24 | curl -fsSL https://hindsight.vectorize.io/get-cli | bash |
| 25 | ``` |
| 26 |
medium line 24
Curl to non-GitHub URL
SourceSKILL.md
| 22 | 1. **Install the CLI** (if `hindsight` command not found): |
| 23 | ```bash |
| 24 | curl -fsSL https://hindsight.vectorize.io/get-cli | bash |
| 25 | ``` |
| 26 |
low line 17
Access to home directory dotfiles
SourceSKILL.md
| 15 | |
| 16 | ```bash |
| 17 | cat ~/.hindsight/config |
| 18 | ``` |
| 19 |
low line 29
Access to home directory dotfiles
SourceSKILL.md
| 27 | 2. **Create the config file** - ask the user for their **API Key** (get it from https://ui.hindsight.vectorize.io): |
| 28 | ```bash |
| 29 | mkdir -p ~/.hindsight |
| 30 | cat > ~/.hindsight/config << 'EOF' |
| 31 | api_url = "https://api.hindsight.vectorize.io" |
low line 30
Access to home directory dotfiles
SourceSKILL.md
| 28 | ```bash |
| 29 | mkdir -p ~/.hindsight |
| 30 | cat > ~/.hindsight/config << 'EOF' |
| 31 | api_url = "https://api.hindsight.vectorize.io" |
| 32 | api_key = "<user's API key>" |
low line 34
Access to home directory dotfiles
SourceSKILL.md
| 32 | api_key = "<user's API key>" |
| 33 | EOF |
| 34 | chmod 600 ~/.hindsight/config |
| 35 | ``` |
| 36 |
high line 24
Curl pipe to interpreter
SourceSKILL.md
| 22 | 1. **Install the CLI** (if `hindsight` command not found): |
| 23 | ```bash |
| 24 | curl -fsSL https://hindsight.vectorize.io/get-cli | bash |
| 25 | ``` |
| 26 |
Scanned on Aug 19, 2026
View Security Dashboard