扫描报告
0 /100
human-traits-learning
Enables AI Agents to learn human traits through structured corporate-style training and mentorship
This is a legitimate Human Traits Learning skill that provides corporate training-style frameworks for AI agent development. No malicious behavior, credential harvesting, obfuscation, or undeclared sensitive operations were identified.
可以安装
This skill is safe to use. It implements a productivity/learning framework with user preference analysis and constructive feedback mechanisms.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | Uses fs module only for local skill data files, no sensitive path access |
| 网络访问 | NONE | NONE | — | No HTTP client, fetch, or network request code found |
| 命令执行 | NONE | NONE | — | No subprocess, exec, or shell command execution |
| 环境变量 | NONE | NONE | — | No environment variable iteration for sensitive keys |
| 技能调用 | READ | READ | ✓ 一致 | SKILL.md declares API functions, all implemented in scripts |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
8 项发现
中危 外部 URL 外部 URL
https://gitee.com/your-username/human-traits-learning CONTRIBUTING.md:7 中危 外部 URL 外部 URL
https://gitee.com/your-username/human-traits-learning/issues CONTRIBUTING.md:98 中危 外部 URL 外部 URL
https://img.shields.io/badge/license-MIT-blue.svg README.md:3 中危 外部 URL 外部 URL
https://img.shields.io/badge/clawhub-available-brightgreen.svg README.md:4 中危 外部 URL 外部 URL
https://clawhub.ai README.md:4 中危 外部 URL 外部 URL
https://gitee.com/your-username/human-traits-learning.git README.md:100 中危 外部 URL 外部 URL
http://api/test data/human_behavior_patterns.json:11 中危 外部 URL 外部 URL
http://api/endpoint examples/usage_examples.md:27 目录结构
44 文件 · 302.5 KB · 8026 行 JavaScript 13f · 4249L
Markdown 25f · 3450L
JSON 6f · 327L
├─
▾
data
│ └─
human_behavior_patterns.json
JSON
├─
▾
examples
│ └─
usage_examples.md
Markdown
├─
▾
i18n
│ ├─
▾
ar
│ │ ├─
messages.json
JSON
│ │ ├─
QUICK_START.md
Markdown
│ │ ├─
SKILL.md
Markdown
│ │ └─
USER_GUIDE.md
Markdown
│ ├─
▾
de
│ │ └─
SKILL.md
Markdown
│ ├─
▾
en
│ │ ├─
messages.json
JSON
│ │ ├─
QUICK_START.md
Markdown
│ │ ├─
SKILL.md
Markdown
│ │ └─
USER_GUIDE.md
Markdown
│ ├─
▾
es
│ │ ├─
messages.json
JSON
│ │ ├─
QUICK_START.md
Markdown
│ │ ├─
SKILL.md
Markdown
│ │ └─
USER_GUIDE.md
Markdown
│ ├─
▾
fr
│ │ └─
SKILL.md
Markdown
│ ├─
▾
ja
│ │ └─
SKILL.md
Markdown
│ ├─
▾
ko
│ │ └─
SKILL.md
Markdown
│ ├─
▾
zh
│ │ ├─
messages.json
JSON
│ │ ├─
QUICK_START.md
Markdown
│ │ ├─
SKILL.md
Markdown
│ │ └─
USER_GUIDE.md
Markdown
│ └─
README.md
Markdown
├─
▾
scripts
│ ├─
apply-historical-lessons.js
JavaScript
│ ├─
corporate-training.js
JavaScript
│ ├─
enhanced-historical-lessons.js
JavaScript
│ ├─
enhanced-user-ai-mutual-growth.js
JavaScript
│ ├─
i18n-manager.js
JavaScript
│ ├─
integrated-mutual-growth.js
JavaScript
│ ├─
leadership-assessment.js
JavaScript
│ ├─
red-lines-compliance-engine.js
JavaScript
│ ├─
simulated-history-generator.js
JavaScript
│ ├─
test-enhanced-mutual-growth.js
JavaScript
│ └─
user-ai-mutual-growth.js
JavaScript
├─
CONTRIBUTING.md
Markdown
├─
DEVELOPER_GUIDE.md
Markdown
├─
package.json
JSON
├─
QUICK_START.md
Markdown
├─
README.md
Markdown
├─
RELEASE_NOTES.md
Markdown
├─
SKILL.md
Markdown
├─
test-enhanced-historical-lessons.js
JavaScript
├─
test-simulated-assessment.js
JavaScript
└─
USER_GUIDE.md
Markdown
安全亮点
✓ No network requests or external communications
✓ No shell command execution or subprocess usage
✓ No credential harvesting or sensitive environment variable access
✓ No code obfuscation (base64, eval, atob)
✓ No remote script execution (curl|bash, wget|sh)
✓ No sensitive file path access (~/.ssh, ~/.aws, .env)
✓ No prompt injection or hidden instructions
✓ No persistence mechanisms or backdoors
✓ Documentation accurately describes all functionality
✓ Uses only Node.js built-in modules (fs, path, crypto)
✓ Pure algorithmic implementation for learning/growth frameworks