扫描报告
5 /100
intelligent-memory-trigger-system
Intelligent system that automatically determines when to create workflow documentation based on task complexity, repetition patterns, and user intent.
This skill is purely documentation-based with no executable code, scripts, or actual capabilities. It contains only Markdown files describing a workflow decision-making system with JavaScript pseudocode examples.
可以安装
No immediate action needed. The skill is safe to use as it contains no executable components. However, consider adding explicit allowed-tools declaration to SKILL.md for clarity.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | No allowed-tools declaration 文档欺骗 | SKILL.md:1 |
| 低危 | Hardcoded user paths in documentation 文档欺骗 | memory-trigger-management.md:120 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in skill code |
| 网络访问 | NONE | NONE | — | No network calls in skill |
| 命令执行 | NONE | NONE | — | No shell execution in skill |
| 环境变量 | NONE | NONE | — | No environment access in skill |
| 技能调用 | NONE | NONE | — | No skill invocation patterns found |
| 剪贴板 | NONE | NONE | — | No clipboard access in skill |
| 浏览器 | NONE | NONE | — | No browser access in skill |
| 数据库 | NONE | NONE | — | No database access in skill |
目录结构
4 文件 · 33.1 KB · 999 行 Markdown 4f · 999L
├─
memory-trigger-management.md
Markdown
├─
SKILL.md
Markdown
├─
trigger-logic.md
Markdown
└─
usage-guide.md
Markdown
安全亮点
✓ No executable scripts or code files present in the skill
✓ No network requests or external communications detected
✓ No credential harvesting or sensitive data access
✓ No obfuscation techniques or suspicious encoding patterns
✓ No supply chain dependencies that could introduce vulnerabilities
✓ No persistence mechanisms or backdoors detected
✓ No prompt injection attempts or hidden instructions found
✓ Skill is purely documentation with pseudocode examples - no actual execution capability