Course Study

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This instruction-only study skill looks coherent and benign, with the main things to notice being that it processes course PDFs, may use web search, and writes generated study files.

This skill is reasonable for generating course study materials. Before installing, be aware that it may process uploaded PDFs, use web search for syllabus or topic expansion, and save extracted notes and final study files in the selected folder. Use a dedicated folder and avoid confidential course materials if you do not want them included in tool processing or web-search-derived workflows.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI02: Tool Misuse and Exploitation
Info
What this means

Uploaded course PDFs will be processed through the PDF tool as part of the workflow.

Why it was flagged

The skill directs the agent to process uploaded PDFs through a PDF tool. This is central to the study-note purpose and is explicitly scoped away from arbitrary file reading.

Skill content
**Always use the `/pdf` skill to read PDF files.** Do not use Python, bash, or any direct file I/O.
Recommendation

Use it with course files you are comfortable processing through the PDF workflow, and review the extracted notes for accuracy.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Course titles, topics, or concept names may be sent to web-search tooling when web expansion is available.

Why it was flagged

The skill may use external web search/fetch tools to expand concepts and compare curriculum coverage. This is disclosed and purpose-aligned, but course names or topics may be included in queries.

Skill content
**Mode A — Web-enabled (WebSearch + WebFetch available)** Run the full three-layer search strategy below.
Recommendation

Avoid using web expansion for confidential or unpublished course details unless you are comfortable with those queries; use the no-web curriculum-grounded mode if privacy matters.

#
ASI06: Memory and Context Poisoning
Low
What this means

Extracted course material and generated study notes may remain in the output folder after the session.

Why it was flagged

The workflow creates intermediate and final Markdown files that may contain extracted course content. This persistence is expected for study-note generation, but users should be aware the content is saved.

Skill content
Phase 1: Extract ... Output: lecture-XX-extract.md ... Phase 4: Study Materials ... study-notes.md
Recommendation

Choose a dedicated output folder and delete generated files if the course materials are sensitive.