Academic Mentor

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a benign academic-advice template, but its documentation references installing and running a Python package that is not included in the supplied artifacts.

This skill’s academic mentoring instructions look purpose-aligned. If you install it, verify the actual Python package code first because the provided artifacts describe package installation and imports but do not include that package code.

Findings (1)

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.

What this means

If a user follows the setup instructions, they may need to obtain or run package code that was not included in this review.

Why it was flagged

The documentation tells users to install and import a local Python package, but the supplied manifest contains only SKILL.md and README.md. This is a provenance/completeness note rather than evidence of malicious behavior.

Skill content
pip install -e . ... from academic_mentor import AcademicMentor
Recommendation

Before running installation commands, confirm the package source, inspect the actual code, and install from a trusted repository or reviewed checkout.