NEET

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

The assistant may build a long-term local profile of the student, including academic performance and personal category information.

Why it was flagged

The skill is intended to maintain persistent local records containing personal identity, domicile/category information, and exam performance data. This is expected for progress tracking and college targeting, but the information is sensitive and may influence future recommendations.

Skill content
- Name: [Student Name]
- State: [Home State]
- Category: [General/OBC/SC/ST/EWS]
...
- Latest Mock Score: [score]/720
Recommendation

Only store details needed for planning, periodically review the ~/neet/ files, and remove or anonymize sensitive information if it is no longer needed.

What this means

If used by a tutor or parent, the skill may help create and reuse records about multiple students that should be handled carefully.

Why it was flagged

Tutor mode expands the same persistent tracking model to multiple students and parent reports. This is aligned with tutoring use, but it can involve records about other people, likely including minors.

Skill content
~/neet-tutor/
├── students/
│   ├── student-a/
│   ├── student-b/
...
├── parent-reports/
Recommendation

Use tutor or parent tracking only with appropriate consent, avoid unnecessary personal details, and review reports before sharing them.