Scan Report
This report was generated in Chinese. Some content may be in Chinese.
5 /100
agi-evolution-model
基于双环架构的AGI进化模型,通过意向性分析、人格层映射和元认知检测实现持续自我演进
基于双环架构的AGI进化模型,声明功能与实际代码一致,使用纯Python标准库,无恶意行为
Safe to install
该技能可安全使用。仅需注意可选C扩展的加载机制,确保纯Python后备方案正常工作
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | 可选C扩展依赖 Supply Chain | scripts/personality_layer_pure.py:17 |
| Low | Calculator工具中的eval()使用 RCE | scripts/perception_node.py:474 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md声明在./agi_memory目录操作 |
| Network | NONE | NONE | — | 仅含文档URL引用,无实际网络请求 |
| Shell | NONE | NONE | — | 无subprocess/os.system调用 |
| Environment | NONE | NONE | — | 无敏感环境变量访问 |
| Skill Invoke | NONE | NONE | — | 无跨技能调用 |
11 findings
Medium External URL 外部 URL
https://en.wikipedia.org/wiki/Tf%E2%80%93idf references/cognitive-insight-v2-implementation.md:1220 Medium External URL 外部 URL
https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU references/cognitive-insight-v2-implementation.md:1221 Medium External URL 外部 URL
https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average references/cognitive-insight-v2-implementation.md:1222 Medium External URL 外部 URL
https://www.gnu.org/licenses/agpl-3.0.html references/cognitive-insight-v2-implementation.md:1223 Medium External URL 外部 URL
https://storage.example.com/reports/report.pdf?signature=... references/tool_use_spec.md:625 Medium External URL 外部 URL
https://docs.example.com/migration/weather-v1-to-v2 references/tool_use_spec.md:956 Medium External URL 外部 URL
https://platform.openai.com/docs/guides/function-calling references/tool_use_spec.md:2137 Medium External URL 外部 URL
https://docs.anthropic.com/en/docs/tool-use references/tool_use_spec.md:2138 Medium External URL 外部 URL
https://modelcontextprotocol.io/ references/tool_use_spec.md:2139 Medium External URL 外部 URL
https://json-schema.org/ references/tool_use_spec.md:2140 Medium External URL 外部 URL
https://html.spec.whatwg.org/multipage/server-sent-events.html references/tool_use_spec.md:2141 File Tree
45 files · 732.9 KB · 21607 lines Python 26f · 11667L
Markdown 18f · 9817L
JSON 1f · 123L
├─
▾
assets
│ └─
personality_template.json
JSON
├─
▾
references
│ ├─
architecture.md
Markdown
│ ├─
c_extension_usage.md
Markdown
│ ├─
capability_boundaries.md
Markdown
│ ├─
cognitive-architecture-insight-module.md
Markdown
│ ├─
cognitive-insight-quick-reference.md
Markdown
│ ├─
cognitive-insight-v2-implementation.md
Markdown
│ ├─
information-flow-main-loop.md
Markdown
│ ├─
information-flow-overview.md
Markdown
│ ├─
information-flow-secondary-loop.md
Markdown
│ ├─
init_dialogue_optimized_guide.md
Markdown
│ ├─
intentionality_architecture.md
Markdown
│ ├─
maslow_needs.md
Markdown
│ ├─
metacognition-check-component.md
Markdown
│ ├─
metacognition-enhancement-guide.md
Markdown
│ ├─
personality_mapping.md
Markdown
│ ├─
stratified-storage-design.md
Markdown
│ └─
tool_use_spec.md
Markdown
├─
▾
scripts
│ ├─
advice_pool.py
Python
│ ├─
cognitive_insight_backup.py
Python
│ ├─
cognitive_insight_help.py
Python
│ ├─
cognitive_insight.py
Python
│ ├─
concept_extraction_extension.py
Python
│ ├─
data_lifecycle_manager.py
Python
│ ├─
history_manager.py
Python
│ ├─
init_dialogue_optimized.py
Python
│ ├─
intentionality_analyzer.py
Python
│ ├─
intentionality_classifier.py
Python
│ ├─
intentionality_collector.py
Python
│ ├─
intentionality_regulator.py
Python
│ ├─
intentionality_trigger.py
Python
│ ├─
learning_stage_tracker.py
Python
│ ├─
memory_store_pure.py
Python
│ ├─
metacognition_history.py
Python
│ ├─
objectivity_evaluator.py
Python
│ ├─
perception_node.py
Python
│ ├─
personality_core_pure.py
Python
│ ├─
personality_customizer.py
Python
│ ├─
personality_layer_pure.py
Python
│ ├─
show_help.py
Python
│ ├─
strategy_selector.py
Python
│ ├─
test_metacognition_integration.py
Python
│ ├─
test_perception_node.py
Python
│ └─
transcendence_keeper.py
Python
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
Python标准库 | N/A | stdlib | No | 无外部依赖 |
personality_core.so | 可选 | 本地 | No | C扩展可选,有Python后备 |
Security Positives
✓ 使用纯Python标准库,无外部依赖
✓ 所有文件操作限于./agi_memory目录
✓ 无凭证收割或敏感信息访问
✓ 无网络外泄行为
✓ C扩展有纯Python降级方案
✓ 原子写入防止数据损坏
✓ 文档声明与实际能力一致