Skip to main content

hyperstitions-ideas

Generates daily prediction market ideas to coordinate community efforts toward project-specific goals, leveraging social momentum and belief.

Install this skill

or
43/100

Security score

The hyperstitions-ideas skill was audited on May 30, 2026 and we found 7 security issues across 3 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 46

Template literal with variable interpolation in command context

SourceSKILL.md
46If `${var}` is empty, check `memory/logs/${today}.md`. If **any** of the following match, this skill has already produced today's market idea:
high line 51

Template literal with variable interpolation in command context

SourceSKILL.md
51- Only proceed when `${var}` is explicitly set (operator override for a second idea on the same day) or when today's log contains neither marker.
medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82```
high line 98

Template literal with variable interpolation in command context

SourceSKILL.md
988. **Log** to `memory/logs/${today}.md`. The very first line you append **MUST** be the literal section header `## Hyperstitions Ideas` on its own line, followed by a blank line, then the bullets. Do
medium line 63

Curl to non-GitHub URL

SourceSKILL.md
63curl -s "https://gamma-api.polymarket.com/markets?limit=20&order=volume24hr&ascending=false&active=true" | jq '[.[] | {question, volume24hr: .volume24hr}]'
low line 63

External URL reference

SourceSKILL.md
63curl -s "https://gamma-api.polymarket.com/markets?limit=20&order=volume24hr&ascending=false&active=true" | jq '[.[] | {question, volume24hr: .volume24hr}]'
low line 95

External URL reference

SourceSKILL.md
95Soon on https://www.hyperstitions.com/ ?
Scanned on May 30, 2026
View Security Dashboard
Installation guide →