@autogame-17

Evolver

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...

当前版本
v1.53.2
77 6.3万总安装 341

CONTRIBUTING.md

text/markdown · 327 字节

README.md

text/markdown · 21006 字节

README.zh-CN.md

text/markdown · 20252 字节

SKILL.md

text/markdown · 8230 字节

assets/gep/capsules.json

application/json · 3521 字节

assets/gep/genes.json

application/json · 3803 字节

index.js

text/javascript · 33742 字节

package.json

application/json · 1065 字节

scripts/a2a_export.js

text/javascript · 2367 字节

scripts/a2a_ingest.js

text/javascript · 2671 字节

scripts/a2a_promote.js

text/javascript · 4785 字节

scripts/analyze_by_skill.js

text/javascript · 4848 字节

scripts/build_public.js

text/javascript · 12451 字节

scripts/check_wrapper_compat.js

text/javascript · 3316 字节

scripts/extract_log.js

text/javascript · 2600 字节

scripts/generate_history.js

text/javascript · 2593 字节

scripts/gep_append_event.js

text/javascript · 3049 字节

scripts/gep_personality_report.js

text/javascript · 7918 字节

scripts/human_report.js

text/javascript · 5796 字节

scripts/publish_public.js

text/javascript · 20329 字节

scripts/recover_loop.js

text/javascript · 1691 字节

scripts/suggest_version.js

text/javascript · 3037 字节

scripts/validate-modules.js

text/javascript · 1238 字节

scripts/validate-suite.js

text/javascript · 1941 字节

src/canary.js

text/javascript · 486 字节

src/config.js

text/javascript · 4252 字节

src/evolve.js

text/javascript · 400130 字节

src/gep/a2a.js

text/javascript · 6480 字节

src/gep/a2aProtocol.js

text/javascript · 42922 字节

src/gep/analyzer.js

text/javascript · 988 字节

src/gep/assetCallLog.js

text/javascript · 3478 字节

src/gep/assetStore.js

text/javascript · 14600 字节

src/gep/assets.js

text/javascript · 1110 字节

src/gep/bridge.js

text/javascript · 2096 字节

src/gep/candidateEval.js

text/javascript · 10127 字节

src/gep/candidates.js

text/javascript · 38951 字节

src/gep/contentHash.js

text/javascript · 2196 字节

src/gep/crypto.js

text/javascript · 2600 字节

src/gep/curriculum.js

text/javascript · 25366 字节

src/gep/deviceId.js

text/javascript · 6728 字节

src/gep/directoryClient.js

text/javascript · 3719 字节

src/gep/envFingerprint.js

text/javascript · 2989 字节

src/gep/executionTrace.js

text/javascript · 6922 字节

src/gep/explore.js

text/javascript · 8917 字节

src/gep/gitOps.js

text/javascript · 7955 字节

src/gep/hubReview.js

text/javascript · 6561 字节

src/gep/hubSearch.js

text/javascript · 16620 字节

src/gep/hubVerify.js

text/javascript · 16248 字节

src/gep/idleScheduler.js

text/javascript · 5670 字节

src/gep/issueReporter.js

text/javascript · 9062 字节

src/gep/learningSignals.js

text/javascript · 13664 字节

src/gep/llmReview.js

text/javascript · 3137 字节

src/gep/localStateAwareness.js

text/javascript · 6508 字节

src/gep/mailboxTransport.js

text/javascript · 2270 字节

src/gep/memoryGraph.js

text/javascript · 107174 字节

src/gep/memoryGraphAdapter.js

text/javascript · 19006 字节

src/gep/mutation.js

text/javascript · 34383 字节

src/gep/narrativeMemory.js

text/javascript · 18499 字节

src/gep/paths.js

text/javascript · 3990 字节

src/gep/personality.js

text/javascript · 58843 字节

src/gep/policyCheck.js

text/javascript · 23985 字节

src/gep/privacyClient.js

text/javascript · 6718 字节

src/gep/prompt.js

text/javascript · 121762 字节

src/gep/questionGenerator.js

text/javascript · 8698 字节

src/gep/reflection.js

text/javascript · 30157 字节

src/gep/sanitize.js

text/javascript · 6834 字节

src/gep/selector.js

text/javascript · 72952 字节

src/gep/signals.js

text/javascript · 27962 字节

src/gep/skillDistiller.js

text/javascript · 51288 字节

src/gep/skillPublisher.js

text/javascript · 10512 字节

src/gep/solidify.js

text/javascript · 187732 字节

src/gep/strategy.js

text/javascript · 14504 字节

src/gep/taskReceiver.js

text/javascript · 18938 字节

src/gep/validationReport.js

text/javascript · 2194 字节

src/ops/cleanup.js

text/javascript · 2690 字节

src/ops/commentary.js

text/javascript · 1762 字节

src/ops/health_check.js

text/javascript · 4378 字节

src/ops/index.js

text/javascript · 376 字节

src/ops/innovation.js

text/javascript · 3156 字节

src/ops/lifecycle.js

text/javascript · 6565 字节

src/ops/self_repair.js

text/javascript · 2590 字节

src/ops/skills_monitor.js

text/javascript · 5457 字节

src/ops/trigger.js

text/javascript · 837 字节

src/proxy/extensions/dmHandler.js

text/javascript · 931 字节

src/proxy/extensions/skillUpdater.js

text/javascript · 1797 字节

src/proxy/index.js

text/javascript · 5153 字节

src/proxy/lifecycle/manager.js

text/javascript · 6074 字节

src/proxy/mailbox/store.js

text/javascript · 11229 字节

src/proxy/server/http.js

text/javascript · 4035 字节

src/proxy/server/routes.js

text/javascript · 8474 字节

src/proxy/server/settings.js

text/javascript · 1494 字节

src/proxy/sync/engine.js

text/javascript · 3100 字节

src/proxy/sync/inbound.js

text/javascript · 2606 字节

src/proxy/sync/outbound.js

text/javascript · 2758 字节

src/proxy/task/monitor.js

text/javascript · 4116 字节

test/a2aProtocol.test.js

text/javascript · 10642 字节

test/assetStore.test.js

text/javascript · 7905 字节

test/bench.test.js

text/javascript · 14989 字节

test/bridge.test.js

text/javascript · 4636 字节

test/candidates.test.js

text/javascript · 1318 字节

test/contentHash.test.js

text/javascript · 3601 字节

test/envFingerprint.test.js

text/javascript · 3076 字节

test/evolvePolicy.test.js

text/javascript · 1380 字节

test/extensions.test.js

text/javascript · 4922 字节

test/hubEvents.test.js

text/javascript · 4290 字节

test/hubVerify.test.js

text/javascript · 2130 字节

test/idleGating.test.js

text/javascript · 4356 字节

test/idleScheduler.test.js

text/javascript · 3504 字节

test/localStateAwareness.test.js

text/javascript · 7974 字节

test/loopMode.test.js

text/javascript · 5575 字节

test/mailboxStore.test.js

text/javascript · 12084 字节

test/memoryGraph.test.js

text/javascript · 6529 字节

test/mutation.test.js

text/javascript · 4718 字节

test/ops.test.js

text/javascript · 6359 字节

test/paths.test.js

text/javascript · 9054 字节

test/prompt.test.js

text/javascript · 4386 字节

test/proxyServer.test.js

text/javascript · 10502 字节

test/proxySettings.test.js

text/javascript · 1320 字节

test/sanitize.test.js

text/javascript · 3976 字节

test/selector.test.js

text/javascript · 8591 字节

test/sessionFormat.test.js

text/javascript · 12493 字节

test/signals.test.js

text/javascript · 20686 字节

test/skillDistiller.test.js

text/javascript · 21500 字节

test/solidify-helpers.test.js

text/javascript · 15202 字节

test/solidifyLearning.test.js

text/javascript · 3056 字节

test/strategy.test.js

text/javascript · 4942 字节

test/taskMonitor.test.js

text/javascript · 3937 字节

test/tttInspired.test.js

text/javascript · 11990 字节

test/validationReport.test.js

text/javascript · 4913 字节

Security Scan

状态

suspicious

打开 VirusTotal

OpenClaw

gpt-5-mini

suspicious

OpenClaw 分析

The skill largely matches its stated purpose (an evolver/agent-improvement engine) but contains multiple inconsistencies and powerful capabilities (self-modification, networked skill fetching, validation commands that run node/npm) that are not fully declared or safely constrained — review before use.

置信度: medium

VirusTotal

Type: OpenClaw Skill Name: evolver Version: 1.53.2 The skill bundle exhibits highly suspicious behavior characterized by heavy code obfuscation across nearly all core logic files, including src/evolve.js, src/gep/mutation.js, src/gep/solidify.js, src/gep/reflection.js, and src/gep/curriculum.js. This obfuscation hides the internal mechanics of a 'self-evolution engine' that possesses the capability to autonomously modify the agent's own source code (src/**) and execute shell commands. While the bundle includes safety features like secret redaction (src/gep/sanitize.js) and ethics checks (src/gep/policyCheck.js), the lack of transparency in the evolution logic—combined with persistent network communication with an external hub (evomap.ai) and extensive system metadata collection (src/gep/deviceId.js)—creates a significant risk of unauditable behavior or remote code injection.

元数据

  • 作者: @autogame-17
  • 创建时间: 2026/02/14
  • 更新时间: 2026/05/19
  • 版本数: 46
  • 评论数: 1
  • 扫描时间: 2026/04/11

运行要求

  • env:A2A_NODE_ID
Evolver | ClawHub 中文站