generate-course-materials
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill invokes the
exercode-problemCLI tool viabunxto validate course materials. This tool is a domain-specific utility provided by the@exercode/problem-utilspackage. - [COMMAND_EXECUTION]: The skill runs a validation command (
bunx exercode-problem validate-course) on the local directory where materials were generated. The command uses paths managed by the agent and does not incorporate unvalidated external arguments into the shell command. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided course requirements to generate content. Ingestion points: User parameters (topic, audience) and outline approval. Boundary markers: Generated content is structured in markdown files with YAML frontmatter. Capability inventory: File system write operations and execution of the
exercode-problemvalidation tool. Sanitization: The skill performs structural and semantic validation of all generated content using thevalidate-coursecommand before finalizing the output.
Audit Metadata