Skip to main content

aie-europe-2026

Provides APIs and CLI for querying AI Engineer Europe 2026 conference data, including speakers, talks, and schedules.

Install this skill

or
25/100

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

medium line 86

Template literal with variable interpolation in command context

SourceSKILL.md
86console.log(`${anthropic.length} speakers from Anthropic`);
medium line 91

Template literal with variable interpolation in command context

SourceSKILL.md
91console.log(keynotes.map(k => `${k.time}: ${k.title} — ${k.speakers.join(', ')}`));
medium line 50

Curl to non-GitHub URL

SourceSKILL.md
50curl https://ai.engineer/europe/llms.txt
medium line 53

Curl to non-GitHub URL

SourceSKILL.md
53curl https://ai.engineer/europe/llms-full.txt
medium line 56

Curl to non-GitHub URL

SourceSKILL.md
56curl https://ai.engineer/europe/talks.json | jq '.talks[:3]'
medium line 57

Curl to non-GitHub URL

SourceSKILL.md
57curl https://ai.engineer/europe/speakers.json | jq '.speakers[:3]'
medium line 200

Curl to non-GitHub URL

SourceSKILL.md
200curl -X POST https://ai.engineer/europe/mcp \
medium line 234

Curl to non-GitHub URL

SourceSKILL.md
234curl -X POST https://ai.engineer/europe/mcp \
medium line 239

Curl to non-GitHub URL

SourceSKILL.md
239curl -X POST https://ai.engineer/europe/mcp \
medium line 244

Curl to non-GitHub URL

SourceSKILL.md
244curl https://ai.engineer/europe/mcp | jq .
low line 79

Fetch to external URL

SourceSKILL.md
79const res = await fetch('https://ai.engineer/europe/speakers.json');
low line 89

Fetch to external URL

SourceSKILL.md
89const talks = await fetch('https://ai.engineer/europe/talks.json').then(r => r.json());
low line 9

External URL reference

SourceSKILL.md
9compatibility: Requires network access to https://ai.engineer
low line 32

External URL reference

SourceSKILL.md
32Base URL: `https://ai.engineer`
low line 50

External URL reference

SourceSKILL.md
50curl https://ai.engineer/europe/llms.txt
low line 53

External URL reference

SourceSKILL.md
53curl https://ai.engineer/europe/llms-full.txt
low line 56

External URL reference

SourceSKILL.md
56curl https://ai.engineer/europe/talks.json | jq '.talks[:3]'
low line 57

External URL reference

SourceSKILL.md
57curl https://ai.engineer/europe/speakers.json | jq '.speakers[:3]'
low line 79

External URL reference

SourceSKILL.md
79const res = await fetch('https://ai.engineer/europe/speakers.json');
low line 89

External URL reference

SourceSKILL.md
89const talks = await fetch('https://ai.engineer/europe/talks.json').then(r => r.json());
low line 100

External URL reference

SourceSKILL.md
100data = requests.get('https://ai.engineer/europe/talks.json').json()
low line 116

External URL reference

SourceSKILL.md
116sp = requests.get('https://ai.engineer/europe/speakers.json').json()
low line 137

External URL reference

SourceSKILL.md
137MCP_URL = 'https://ai.engineer/europe/mcp'
low line 172

External URL reference

SourceSKILL.md
172The MCP server at `https://ai.engineer/europe/mcp` implements JSON-RPC 2.0 over Streamable HTTP.
low line 182

External URL reference

SourceSKILL.md
182"url": "https://ai.engineer/europe/mcp"
low line 200

External URL reference

SourceSKILL.md
200curl -X POST https://ai.engineer/europe/mcp \
low line 219

External URL reference

SourceSKILL.md
219resp = requests.post('https://ai.engineer/europe/mcp', json={
low line 234

External URL reference

SourceSKILL.md
234curl -X POST https://ai.engineer/europe/mcp \
low line 239

External URL reference

SourceSKILL.md
239curl -X POST https://ai.engineer/europe/mcp \
low line 244

External URL reference

SourceSKILL.md
244curl https://ai.engineer/europe/mcp | jq .
low line 274

External URL reference

SourceSKILL.md
274twitter?: string; // Full URL: "https://x.com/handle"
low line 278

External URL reference

SourceSKILL.md
278photoUrl?: string; // "https://ai.engineer/europe-speakers/name.jpg"
low line 309

External URL reference

SourceSKILL.md
309- Website: [ai.engineer/europe](https://ai.engineer/europe)
low line 311

External URL reference

SourceSKILL.md
311- CLI on npm: [@aidotengineer/aie](https://www.npmjs.com/package/@aidotengineer/aie)
low line 312

External URL reference

SourceSKILL.md
312- Twitter: [@aiDotEngineer](https://x.com/aiDotEngineer)
Scanned on Mar 17, 2026
View Security Dashboard