neet-physics-solver — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited neet-physics-solver (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A verified-against-internet solver tuned to NEET's specific style — MCQ only, four options, formula-heavy, tight on time. Compared to JEE, NEET rewards speed and clean formula recall more than derivation elegance.
All seven steps, in order. Speed-optimized within the verification loop.
Before step 1, check whether the WebSearch tool is available. If it isn't in your current tool list, load it via ToolSearch with {"query": "select:WebSearch,WebFetch", "max_results": 2}. The internet cross-check in step 3 is what turns NEET's ambiguous-option situations into clear calls — if WebSearch truly cannot be loaded, continue the workflow without step 3 but flag explicitly in the draft that the internet cross-verification was unavailable so the teacher reviews extra carefully before sending.
Name the NCERT chapter, not just the topic area. Examples: "Motion in a Plane (Ch 4, Class 11)", "Ray Optics and Optical Instruments (Ch 9, Class 12)", "Atoms (Ch 12, Class 12)". This helps the student learn the organizational map of their syllabus — and it's a natural sanity check for NEET, since problems should align with NCERT chapters.
If the problem is outside NCERT's scope for physics, note that explicitly — it's unusual for NEET.
Search patterns:
"[first 15 distinctive words]" NEET solutionNEET [year if known] physics Q[number] answerNCERT [chapter name] [key concept] NEET question answerNEET physics [topic] [specific setup] optionPrimary sources to weight:
Capture:
If nothing useful is found after 2 queries, note that and proceed to step 4.
NEET solutions should be short. Aim for 2–3 substitutions, not a page of algebra.
a. Concept (one line): usually a direct NCERT formula. b. Key formula in symbolic form. c. Given quantities with SI units. d. Substitute and compute — NEET problems are almost always direct: find the right formula, plug in the right numbers, pick the option. e. SymPy verification: use scripts/verify.py for projectile, lens, RC, Bohr, de Broglie — these cover most NEET patterns. Keep Rational and exact constants until the final N().
For modern physics (a NEET favorite), use the shortcut E(eV) = 1240/λ(nm) for photon energies, E_n = −13.6 Z²/n² for Bohr levels, and T½ = ln2/λ_decay for half-life problems.
Iteration cap: 3. If unresolved after 3 tries:
⚠️ My verified answer is [X]. Most online sources agree on [Y].
My best guess at the cause of the gap: [reason].
Recommend checking before sending.Never overwrite a SymPy-verified answer to "fit" the internet. If the coaching key is wrong, the value of this skill is catching that — not papering over it.
NEET students read these during tight study windows. Keep it crisp.
*[Topic] — NEET*
*Concept:* [one line from NCERT]
*Key formula:* [equation in plain text]
*Given:* [quantities with units]
*Steps:*
1. [the single substitution or transformation]
2. [compute]
*Answer:* [value with units] → Option [A/B/C/D]Notes:
*bold* for headings only.Default: stage, do not auto-send.
.auto-memory/project_whatsapp_mapping.md.list_chats + send_message only on explicit confirm.These are the traps that most commonly cost the −1 in NEET:
references/mechanics.mdreferences/electromagnetism.mdreferences/modern_physics.md — weighted heaviest for NEET.references/common_pitfalls.mdscripts/verify.py has helpers for most NEET patterns — projectile, pendulum, thin lens, RC charging, Bohr energies, de Broglie. Since NEET is MCQ-only, the usual check is to evaluate all four options against your computed value and pick the closest match (within the tolerance the question expects). For close-call options, carry 4–5 significant figures through the intermediate steps.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.