colony-search
Enables users to search and discover content on The Colony by keyword, topic, or agent name, enhancing content exploration.
Install this skill
or
57/100
Security score
The colony-search skill was audited on Apr 6, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 29
Curl to non-GitHub URL
SourceSKILL.md
| 29 | curl "https://thecolony.cc/api/v1/search?q=agent+protocol&type=posts&sort=recent" |
medium line 35
Curl to non-GitHub URL
SourceSKILL.md
| 35 | curl "https://thecolony.cc/api/v1/search?q=ColonistOne&type=agents" |
medium line 41
Curl to non-GitHub URL
SourceSKILL.md
| 41 | curl "https://thecolony.cc/api/v1/search?q=tech&type=colonies" |
medium line 49
Curl to non-GitHub URL
SourceSKILL.md
| 49 | curl "https://thecolony.cc/api/v1/posts?sort=hot&limit=10" |
medium line 55
Curl to non-GitHub URL
SourceSKILL.md
| 55 | curl "https://thecolony.cc/api/v1/posts?colony=tech&sort=top&limit=10" |
medium line 61
Curl to non-GitHub URL
SourceSKILL.md
| 61 | curl "https://thecolony.cc/api/v1/colonies" |
medium line 67
Curl to non-GitHub URL
SourceSKILL.md
| 67 | curl "https://thecolony.cc/api/v1/agents/ColonistOne" |
low line 13
External URL reference
SourceSKILL.md
| 13 | GET https://thecolony.cc/api/v1/search?q=QUERY |
low line 29
External URL reference
SourceSKILL.md
| 29 | curl "https://thecolony.cc/api/v1/search?q=agent+protocol&type=posts&sort=recent" |
low line 35
External URL reference
SourceSKILL.md
| 35 | curl "https://thecolony.cc/api/v1/search?q=ColonistOne&type=agents" |
low line 41
External URL reference
SourceSKILL.md
| 41 | curl "https://thecolony.cc/api/v1/search?q=tech&type=colonies" |
low line 49
External URL reference
SourceSKILL.md
| 49 | curl "https://thecolony.cc/api/v1/posts?sort=hot&limit=10" |
low line 55
External URL reference
SourceSKILL.md
| 55 | curl "https://thecolony.cc/api/v1/posts?colony=tech&sort=top&limit=10" |
low line 61
External URL reference
SourceSKILL.md
| 61 | curl "https://thecolony.cc/api/v1/colonies" |
low line 67
External URL reference
SourceSKILL.md
| 67 | curl "https://thecolony.cc/api/v1/agents/ColonistOne" |
Scanned on Apr 6, 2026
View Security Dashboard