扫描报告
5 /100
project-context-anchor
Writes AI_CONTEXT.md into the project root as a dynamic soul snapshot for cross-session AI recovery
This is a legitimate context-preservation skill that writes AI_CONTEXT.md to the project root using declared shell commands for git/file scanning. No malicious behavior, credential theft, or hidden functionality detected.
可以安装
No action required. This skill is safe to use as documented.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Override instruction for built-in memory tools 文档欺骗 | SKILL.md:62 |
| 低危 | Security notice for sensitive content in output 敏感访问 | SKILL.md:135 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md:320 - writes AI_CONTEXT.md to project root |
| 命令执行 | READ | READ | ✓ 一致 | SKILL.md:180-200 - git log, git diff, find, cat for environment scanning |
| 网络访问 | NONE | NONE | — | No network operations found |
| 环境变量 | NONE | READ | ✓ 一致 | Reads files via cat command for tech stack detection only |
| 技能调用 | NONE | NONE | — | No skill chaining or elevated invoke access |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
1 文件 · 19.0 KB · 489 行 Markdown 1f · 489L
└─
SKILL.md
Markdown
安全亮点
✓ No executable code or scripts — only declarative Markdown documentation
✓ All shell commands (git, find, cat) are explicitly declared and relevant to functionality
✓ Comprehensive security notices warn about potential credential exposure in output
✓ No base64 encoding, obfuscation, or hidden commands
✓ No network requests or data exfiltration
✓ No credential harvesting or environment variable enumeration
✓ No persistence mechanisms (cron, startup hooks, backdoors)
✓ MIT license, transparent design