neural-context — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited neural-context (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.
Get a token-budgeted (~500 token) snapshot of the current project's knowledge graph, and save a richer persistent snapshot for cross-session continuity.
Returns in one call:
And saves to .neural-memory/session_context.md:
query_hint)Via MCP tool (snapshot + save):
Tool: neural_save_context
{ "token_budget": 800 }Via MCP tool (snapshot only):
Tool: neural_context
{ "query_hint": "authentication middleware", "token_budget": 500 }Minimal call (no query hint — overview + bugs + tasks only):
Tool: neural_context
{}| Parameter | Type | Default | Description |
|---|---|---|---|
project_root | str | "." | Project root directory |
query_hint | str | null | Prompt or keyword to drive semantic pre-fetch of relevant nodes |
token_budget | int | 500 | Approximate token budget (100–2000) |
The saved snapshot at .neural-memory/session_context.md is automatically:
/neural-context manuallyThis gives new sessions immediate deep context without re-discovery.
Bugs marked bug_status='fixed' and tasks marked task_status='done' are archived automatically at session end. Archived items:
neural_context outputneural_query by defaultneural_query using include_archived=trueneural_archiveThis keeps active context lean as your project grows.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.