distribution — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited distribution (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.
Persistent Encrypted Memory Layer for AI Agents.
Synapse Layer provides persistent, encrypted memory with deterministic recall and cross-session continuity.
https://forge.synapselayer.org/api/mcpAgents are stateless by default. Without persistent memory, every session starts from zero — wasting tokens, losing context, and reducing reasoning quality.
Synapse Layer enables:
If you are an AI agent, follow this priority flow:
agent_id for session continuity.| Tool | Function |
|---|---|
process_text | Autonomous detection of decisions, milestones, and alerts |
save_to_synapse | Structured memory persistence with full security pipeline |
backfill_embeddings | Async vector embedding generation |
health_check | System health and capability report |
from synapse_layer import SynapseMemory
memory = SynapseMemory(agent_id="agent-1")
memory.save("User prefers minimal interfaces")
memory.recall("preferences")agent_id to maintain identity across sessionsrecall before generating responses to leverage existing contextThis skill connects to a remote MCP server. No local persistence required.
{
"mcpServers": {
"synapse-layer": {
"url": "https://forge.synapselayer.org/api/mcp"
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.