bios-deep-research
Facilitates in-depth biological research using the BIOS API with options for API key or crypto payments.
Install this skill
or
50/100
Security score
The bios-deep-research skill was audited on Mar 3, 2026 and we found 18 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 131
Template literal with variable interpolation in command context
SourceSKILL.md
| 131 | ```bash |
medium line 42
Curl to non-GitHub URL
SourceSKILL.md
| 42 | curl -sS -X POST https://api.ai.bio.xyz/deep-research/start \ |
medium line 63
Curl to non-GitHub URL
SourceSKILL.md
| 63 | curl -sS -X POST https://x402.chat.bio.xyz/api/deep-research/start \ |
medium line 87
Curl to non-GitHub URL
SourceSKILL.md
| 87 | curl -sS -X POST https://x402.chat.bio.xyz/api/deep-research/start \ |
medium line 133
Curl to non-GitHub URL
SourceSKILL.md
| 133 | curl -sS "https://api.ai.bio.xyz/deep-research/${CONVERSATION_ID}" \ |
medium line 137
Curl to non-GitHub URL
SourceSKILL.md
| 137 | curl -sS "https://x402.chat.bio.xyz/api/deep-research/${CONVERSATION_ID}" |
medium line 170
Curl to non-GitHub URL
SourceSKILL.md
| 170 | curl -sS -X POST https://api.ai.bio.xyz/deep-research/start \ |
medium line 184
Curl to non-GitHub URL
SourceSKILL.md
| 184 | curl -sS "https://api.ai.bio.xyz/deep-research?limit=20" \ |
low line 6
External URL reference
SourceSKILL.md
| 6 | metadata: {"homepage":"https://ai.bio.xyz/docs/api/overview","openclaw":{"emoji":"🧬","optional":{"env":["BIOS_API_KEY"]}}} |
low line 39
External URL reference
SourceSKILL.md
| 39 | Set `BIOS_API_KEY` in your OpenClaw skill config. Base URL: `https://api.ai.bio.xyz` |
low line 42
External URL reference
SourceSKILL.md
| 42 | curl -sS -X POST https://api.ai.bio.xyz/deep-research/start \ |
low line 55
External URL reference
SourceSKILL.md
| 55 | No API key needed. Base URL: `https://x402.chat.bio.xyz` |
low line 63
External URL reference
SourceSKILL.md
| 63 | curl -sS -X POST https://x402.chat.bio.xyz/api/deep-research/start \ |
low line 87
External URL reference
SourceSKILL.md
| 87 | curl -sS -X POST https://x402.chat.bio.xyz/api/deep-research/start \ |
low line 133
External URL reference
SourceSKILL.md
| 133 | curl -sS "https://api.ai.bio.xyz/deep-research/${CONVERSATION_ID}" \ |
low line 137
External URL reference
SourceSKILL.md
| 137 | curl -sS "https://x402.chat.bio.xyz/api/deep-research/${CONVERSATION_ID}" |
low line 170
External URL reference
SourceSKILL.md
| 170 | curl -sS -X POST https://api.ai.bio.xyz/deep-research/start \ |
low line 184
External URL reference
SourceSKILL.md
| 184 | curl -sS "https://api.ai.bio.xyz/deep-research?limit=20" \ |
Scanned on Mar 3, 2026
View Security Dashboard