CtrlK
BlogDocsLog inGet started
Tessl Logo

talk-maple-ai-native-devcon-welcome-slick

Use when the user asks about the "Welcome to AI Native DevCon" talk introducing Slick (slick.com) — a browser-native agent that controls the browser it runs in. Covers Slick's architecture (sprinkles, scoops, licks, the cone), how it uses HTTP / Chrome Debug Protocol / WebRTC, pyagent as the agentic loop, skills as "step zero of agent enablement", MCP and webMCP support, remote-controlling Electron apps (Slack, Teams, Claude desktop) via Slick Star, ad hoc generative UI, OAuth token handling, and verbatim quotes from the talk. Also use when the user wants to apply this browser-native agent approach to their own work.

71

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

The canonical home for this skill is ainativedev/aidevcon-2026-ldn

SKILL.md
Quality
Evals
Security

Security

1 critical severity finding. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.

Critical

E006: Malicious code pattern detected in skill scripts.

What this means

Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.

Why it was flagged

The materials describe deliberate techniques for injecting code into Electron apps, bypassing protective "fuses", intercepting app events and forwarding them to public webhooks, and executing arbitrary shell/HTTP/CDP actions — capabilities that enable unauthorized access, remote code execution, and data exfiltration.

Report incorrect finding

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

[The talk describes Slick’s browser-native agent and its ability to receive “webhooks” (public URLs) that “send a post to that particular webhook…which is then going to…go to the agent,” meaning outsider-authored free text can be posted into the workflow via the webhook source without the agent selecting a specific trusted item first.]

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The transcript (transcript.md:27) states "we have a host on slick.ai" that provides public webhooks which receive HTTP POSTs and forward events into the agent at runtime—i.e., an external URL (slick.ai) is used during runtime to send events that directly control agent behavior.

Repository
AINativeDev/aidevcon-2026-ldn
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.