扫描报告
20 /100
Sulcus (openclaw-sulcus-skill)
Reactive, thermodynamic memory management for AI agents with heat-based decay, semantic search, reactive triggers, and cross-agent sync
Sulcus is a legitimate thermodynamic memory management skill. No malicious code, shell execution, credential harvesting, or obfuscation present. Minor doc-to-meta mismatches and webhook trigger risk are the only concerns, both documented and user-controlled.
可以安装
Approve for use. No action required. If concerned about webhook exfiltration, ensure users review active triggers via list_triggers before enabling trigger features.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Trigger event count mismatch between SKILL.md and _meta.json 文档欺骗 | SKILL.md, _meta.json:52 |
| 低危 | Webhook trigger can POST memory content to arbitrary URLs 数据外泄 | SKILL.md:52 |
| 提示 | captureToolResults and captureLlmInsights are documented as capturing sensitive tool outputs 文档欺骗 | SKILL.md:130 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file I/O operations found. This is a pure-document skill with no executable c… |
| 网络访问 | READ | WRITE | ✓ 一致 | SKILL.md declares network:READ via webhook triggers and API calls to api.sulcus.… |
| 命令执行 | NONE | NONE | — | No subprocess, exec, or shell command execution found in any file. |
| 环境变量 | NONE | NONE | — | No environment variable access observed. |
| 技能调用 | NONE | NONE | — | No skill-to-skill invocation patterns detected. |
| 剪贴板 | NONE | NONE | — | No clipboard access. |
| 浏览器 | NONE | NONE | — | No browser automation. |
| 数据库 | NONE | NONE | — | No direct database access. Remote server-side storage on api.sulcus.ca is docume… |
15 项发现
中危 外部 URL 外部 URL
https://clawhub.ai/mcdoolz/openclaw-sulcus-skill SKILL.md:10 中危 外部 URL 外部 URL
https://clawhub.ai/packages/mcdoolz/@digitalforgestudios/openclaw-sulcus SKILL.md:10 中危 外部 URL 外部 URL
https://www.npmjs.com/package/@digitalforgestudios/openclaw-sulcus SKILL.md:10 中危 外部 URL 外部 URL
https://sulcus.ca SKILL.md:10 中危 外部 URL 外部 URL
https://api.sulcus.ca SKILL.md:260 中危 外部 URL 外部 URL
https://api.sulcus.ca/api/v1/agent/nodes references/api.md:22 中危 外部 URL 外部 URL
https://api.sulcus.ca/api/v1/agent/search references/api.md:35 中危 外部 URL 外部 URL
https://api.sulcus.ca/api/v1/agent/nodes/UUID references/api.md:44 中危 外部 URL 外部 URL
https://api.sulcus.ca/mcp references/mcp-setup.md:55 中危 外部 URL 外部 URL
https://api.sulcus.ca/api/v1/settings/thermo references/thermodynamics.md:73 中危 外部 URL 外部 URL
https://api.sulcus.ca/api/v1/feedback references/thermodynamics.md:123 中危 外部 URL 外部 URL
https://api.sulcus.ca/api/v1/triggers references/triggers.md:37 中危 外部 URL 外部 URL
https://api.sulcus.ca/api/v1/triggers/TRIGGER_ID/history references/triggers.md:89 中危 外部 URL 外部 URL
https://api.sulcus.ca/api/v1/triggers/TRIGGER_ID references/triggers.md:92 提示 邮箱 邮箱地址
[email protected] SKILL.md:4 目录结构
7 文件 · 37.3 KB · 1065 行 Markdown 6f · 939L
JSON 1f · 126L
├─
▾
references
│ ├─
api.md
Markdown
│ ├─
mcp-setup.md
Markdown
│ ├─
openclaw-setup.md
Markdown
│ ├─
thermodynamics.md
Markdown
│ └─
triggers.md
Markdown
├─
openclaw.plugin.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable code — skill is pure documentation and config, eliminating most attack surface
✓ No shell execution, subprocess, or any form of code execution found
✓ No credential harvesting or environment variable scanning
✓ No obfuscation (base64, eval, atob) or anti-analysis techniques
✓ No downloads, no remote script execution (curl|bash, wget|sh)
✓ No sensitive file/path access (~/.ssh, ~/.aws, .env)
✓ autoRecall and autoCapture are disabled by default (explicit opt-in model)
✓ API key is user-provided and stored in user-controlled config, not hardcoded
✓ Strong documentation with security warnings for webhook triggers
✓ Self-hosted option (sulcus-local) available for fully offline operation
✓ Open source with verifiable GitHub repository
✓ Tenant isolation and server-side ACL for cross-namespace access