k12-lesson-planning
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Bundled Script Execution: The skill utilizes local shell and Python scripts (
scripts/render_all.sh,scripts/render_documents.py,scripts/render_lesson_docx.py,scripts/render_lesson_html.py) to generate Word and HTML documents from JSON data. This is a core feature of the skill's document rendering engine. - Package Installation Pattern: The
render_all.shscript includes a check for thepython-docxlibrary and attempts to install it viapipif missing. This ensures the environment has the necessary dependencies to produce editable Word documents. - Learning Commons Knowledge Graph Integration: The skill is designed to interact with specialized
Learning Commonstools (e.g.,find_standard_statement,find_curriculum_lessons) to ground lesson plans in actual educational standards. These are official, purpose-built tools for this agent environment. - Educational Resource References: The reference files (
ela.md,math.md,science.md,social_studies.md) include links to official educational resources such as the Common Core State Standards (thecorestandards.org) and National Park Service (nps.gov) for anchor texts. These are well-known and trusted educational sources. - Output Management: The skill writes generated artifacts to a designated
$OUTPUT_DIR. This is a standard practice for agents designed to produce file-based deliverables for the user.
Audit Metadata