CtrlK
BlogDocsLog inGet started
Tessl Logo

talk-maple-continuous-ai-github-workflows

Use when the user asks about the "Welcome to AI Native DevCon" opening talk (introduced by Simon Maple, content delivered by a GitHub Next presenter) — including questions about Continuous AI (CAI) as a third pillar alongside CI/CD, GitHub Agentic Workflows, the repository-as-software-factory model, Repolaris and automated open source maintenance, the safety architecture for running coding agents in CI (sandbox, read-only, narrow safe outputs, threat detection), agent zoo vs single-workflow strategies, Pelle's agent factory, factory/flow thinking for repos, or applying these patterns to the user's own repositories.

65

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./talk-maple-continuous-ai-github-workflows/SKILL.md

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

SKILL.md
Quality
Evals
Security

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

The skill repeatedly mandates reading transcript.md and quoting its contents "verbatim" in responses (for attribution, frameworks, drafts, and Q&A), so if transcript.md contains any secrets or credentials the LLM would be required to reproduce them verbatim — enabling secret exfiltration.

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. 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 required runtime workflow is described as GitHub agentic workflows “hardened into a GitHub Action” that run on repo data and respond to triggers like “every time an issue is opened or reopened” (i.e., outsider-authored issue text can be ingested without selecting a specific item first).

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.