genesis-evolution — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited genesis-evolution (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.
Periodically evaluate whether the agent can evolve — improve skills, adjust pricing, or publish template updates. Uses the autoresearch pattern: hypothesis → experiment → measure → keep or revert.
memory_recall "genesis pulse fitness_score" --category patterns --limit 10 memory_recall "skill optimization adjustment improvement" --category patterns --limit 20 [
{
"type": "skill_improvement",
"description": "Improve code-execution routing — currently sending simple tasks to Layer 2",
"evidence": ["3 Layer 2 calls in 7 days were for tasks Layer 1 could handle"],
"expected_fitness_delta": 0.06,
"risk": "low"
}
] curl -s -X POST https://hub.agentbnb.dev/api/evolution/publish \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $(agentbnb config get token)" \
-d '{
"template_version": "{new_generation}.0.0",
"changelog": "{description of improvement}",
"core_memory_snapshot": [...top 5 memories by importance...],
"fitness_improvement": {delta}
}' curl -s "https://hub.agentbnb.dev/api/evolution/latest" | jq '.template_version, .core_memory_snapshot'Merge any new core_memory_snapshot entries that are more important than your existing ones.
Evolution record written to memory. Generation counter updated if successful. Template version published to evolution ledger.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.