darksol-random-oracle
Provides on-chain verifiable randomness for games, simulations, and raffles using the DARKSOL Random Oracle API.
Install this skill
or
65/100
Security score
The darksol-random-oracle skill was audited on May 25, 2026 and we found 19 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 203
Curl to non-GitHub URL
SourceSKILL.md
| 203 | curl https://acp.darksol.net/oracle/health |
medium line 207
Curl to non-GitHub URL
SourceSKILL.md
| 207 | curl "https://acp.darksol.net/oracle/random/number?min=1&max=100" |
medium line 211
Curl to non-GitHub URL
SourceSKILL.md
| 211 | curl "https://acp.darksol.net/oracle/random/dice?sides=20&count=3" |
medium line 215
Curl to non-GitHub URL
SourceSKILL.md
| 215 | curl "https://acp.darksol.net/oracle/random/shuffle?items=alice,bob,carol,dave" |
low line 8
External URL reference
SourceSKILL.md
| 8 | homepage: https://acp.darksol.net/oracle |
low line 9
External URL reference
SourceSKILL.md
| 9 | apiBase: https://acp.darksol.net/oracle |
low line 23
External URL reference
SourceSKILL.md
| 23 | - UI: `https://acp.darksol.net/oracle` |
low line 24
External URL reference
SourceSKILL.md
| 24 | - API base: `https://acp.darksol.net/oracle` |
low line 84
External URL reference
SourceSKILL.md
| 84 | GET https://acp.darksol.net/oracle/health |
low line 92
External URL reference
SourceSKILL.md
| 92 | GET https://acp.darksol.net/oracle/random/number?min=1&max=100 |
low line 104
External URL reference
SourceSKILL.md
| 104 | GET https://acp.darksol.net/oracle/random/coin |
low line 114
External URL reference
SourceSKILL.md
| 114 | GET https://acp.darksol.net/oracle/random/dice?sides=20&count=3 |
low line 126
External URL reference
SourceSKILL.md
| 126 | GET https://acp.darksol.net/oracle/random/sequence?count=6&min=1&max=49 |
low line 139
External URL reference
SourceSKILL.md
| 139 | GET https://acp.darksol.net/oracle/random/shuffle?items=alice,bob,carol,dave |
low line 196
External URL reference
SourceSKILL.md
| 196 | `https://basescan.org/tx/<txHash>` |
low line 203
External URL reference
SourceSKILL.md
| 203 | curl https://acp.darksol.net/oracle/health |
low line 207
External URL reference
SourceSKILL.md
| 207 | curl "https://acp.darksol.net/oracle/random/number?min=1&max=100" |
low line 211
External URL reference
SourceSKILL.md
| 211 | curl "https://acp.darksol.net/oracle/random/dice?sides=20&count=3" |
low line 215
External URL reference
SourceSKILL.md
| 215 | curl "https://acp.darksol.net/oracle/random/shuffle?items=alice,bob,carol,dave" |
Scanned on May 25, 2026
View Security Dashboard