cortex-remember-global — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cortex-remember-global (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.
global, everywhere, all projects, cross-project, shared, universal, convention, standard, rule, infrastructure, policy, team agreement, always, never, architecture rule, coding standard
Store knowledge that transcends any single project into Cortex's global memory. Global memories bypass domain filtering during recall — they're visible from every project you work on. Use this for architecture rules, coding conventions, infrastructure facts, security policies, and team agreements.
Cortex auto-detects many global patterns (clean architecture, dependency injection, server addresses, etc.), but use this skill explicitly when you want to guarantee cross-project visibility.
Good candidates for global memory:
Not global (project-specific): bug fixes, feature decisions for one project, file-specific notes.
cortex:remember({
"content": "<clear, self-contained knowledge that applies across projects>",
"tags": ["<category>", "<topic>"],
"is_global": true,
"force": true
})Content guidelines:
The response includes:
is_global: true — confirms cross-project visibilityglobal_reason: "explicit" — stored because you explicitly requested itGlobal memories are already high-value, but if they must never decay:
cortex:anchor({
"memory_id": <id>,
"reason": "Core architecture rule — permanent"
})Even without is_global: true, Cortex automatically detects global content using a weighted signal classifier across 6 categories:
| Category | Example signals |
|---|---|
| Architecture | clean architecture, SOLID, dependency injection, composition root |
| Convention | coding standard, naming convention, best practice, team agreement |
| Infrastructure | server at, database URL, Docker compose, CI/CD pipeline |
| Security | API key rotation, credential policy, authentication, encryption |
| Cross-project | all projects, shared across, universal, applies everywhere |
| Knowledge | UTC timestamps, WAL mode, connection pools, idempotency |
If the weighted score exceeds threshold 3.0, the memory is automatically global — no explicit flag needed.
architecture, convention, infrastructure, security, policy tags for easy filteringcortex:open_visualization and click the "Global" filter to see all cross-project knowledge~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.