aie-europe-2026
Provides APIs and CLI for querying AI Engineer Europe 2026 conference data, including speakers, talks, and schedules.
Install this skill
Security score
The aie-europe-2026 skill was audited on Mar 17, 2026 and we found 35 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 86 | console.log(`${anthropic.length} speakers from Anthropic`); |
Template literal with variable interpolation in command context
| 91 | console.log(keynotes.map(k => `${k.time}: ${k.title} — ${k.speakers.join(', ')}`)); |
Curl to non-GitHub URL
| 50 | curl https://ai.engineer/europe/llms.txt |
Curl to non-GitHub URL
| 53 | curl https://ai.engineer/europe/llms-full.txt |
Curl to non-GitHub URL
| 56 | curl https://ai.engineer/europe/talks.json | jq '.talks[:3]' |
Curl to non-GitHub URL
| 57 | curl https://ai.engineer/europe/speakers.json | jq '.speakers[:3]' |
Curl to non-GitHub URL
| 200 | curl -X POST https://ai.engineer/europe/mcp \ |
Curl to non-GitHub URL
| 234 | curl -X POST https://ai.engineer/europe/mcp \ |
Curl to non-GitHub URL
| 239 | curl -X POST https://ai.engineer/europe/mcp \ |
Curl to non-GitHub URL
| 244 | curl https://ai.engineer/europe/mcp | jq . |
Fetch to external URL
| 79 | const res = await fetch('https://ai.engineer/europe/speakers.json'); |
Fetch to external URL
| 89 | const talks = await fetch('https://ai.engineer/europe/talks.json').then(r => r.json()); |
External URL reference
| 9 | compatibility: Requires network access to https://ai.engineer |
External URL reference
| 32 | Base URL: `https://ai.engineer` |
External URL reference
| 50 | curl https://ai.engineer/europe/llms.txt |
External URL reference
| 53 | curl https://ai.engineer/europe/llms-full.txt |
External URL reference
| 56 | curl https://ai.engineer/europe/talks.json | jq '.talks[:3]' |
External URL reference
| 57 | curl https://ai.engineer/europe/speakers.json | jq '.speakers[:3]' |
External URL reference
| 79 | const res = await fetch('https://ai.engineer/europe/speakers.json'); |
External URL reference
| 89 | const talks = await fetch('https://ai.engineer/europe/talks.json').then(r => r.json()); |
External URL reference
| 100 | data = requests.get('https://ai.engineer/europe/talks.json').json() |
External URL reference
| 116 | sp = requests.get('https://ai.engineer/europe/speakers.json').json() |
External URL reference
| 137 | MCP_URL = 'https://ai.engineer/europe/mcp' |
External URL reference
| 172 | The MCP server at `https://ai.engineer/europe/mcp` implements JSON-RPC 2.0 over Streamable HTTP. |
External URL reference
| 182 | "url": "https://ai.engineer/europe/mcp" |
External URL reference
| 200 | curl -X POST https://ai.engineer/europe/mcp \ |
External URL reference
| 219 | resp = requests.post('https://ai.engineer/europe/mcp', json={ |
External URL reference
| 234 | curl -X POST https://ai.engineer/europe/mcp \ |
External URL reference
| 239 | curl -X POST https://ai.engineer/europe/mcp \ |
External URL reference
| 244 | curl https://ai.engineer/europe/mcp | jq . |
External URL reference
| 274 | twitter?: string; // Full URL: "https://x.com/handle" |
External URL reference
| 278 | photoUrl?: string; // "https://ai.engineer/europe-speakers/name.jpg" |
External URL reference
| 309 | - Website: [ai.engineer/europe](https://ai.engineer/europe) |
External URL reference
| 311 | - CLI on npm: [@aidotengineer/aie](https://www.npmjs.com/package/@aidotengineer/aie) |
External URL reference
| 312 | - Twitter: [@aiDotEngineer](https://x.com/aiDotEngineer) |
Install this skill with one command
/learn @aidotengineer/aie-europe-2026