Skip to main content

lesson-runner

Facilitates running Python code in lesson contexts for the agent-spike project, ensuring proper environment handling and execution patterns.

Install this skill

or
77/100

Security score

The lesson-runner skill was audited on Feb 19, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 113

Access to .env file

SourceSKILL.md
113**If you get ".env not found" warnings:**
medium line 114

Access to .env file

SourceSKILL.md
1141. Copy `.env` from another lesson: `cp ../lesson-001/.env .`
medium line 115

Access to .env file

SourceSKILL.md
1152. Or create new `.env` with API keys (see lesson README)
medium line 119

Access to .env file

SourceSKILL.md
1192. Verify API keys in `.env`
low line 36

External URL reference

SourceSKILL.md
36uv run python demo.py "https://example.com"
low line 37

External URL reference

SourceSKILL.md
37uv run python demo.py "https://youtube.com/watch?v=..."
low line 97

External URL reference

SourceSKILL.md
97uv run python -m youtube_agent.cli analyze "https://youtube.com/watch?v=..."
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →