扫描报告
18 /100
claude-code-framework
Claude Code Framework - A defensive execution framework providing permission checks, context budget monitoring, and lifecycle hooks for AI agents
A defensive security framework providing permission checks, context budget management, and lifecycle hooks. No malicious behavior detected; code matches documented functionality.
可以安装
This skill is safe to use. Monitor the 'leaked source code' branding claim for accuracy. No changes needed.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Questionable source attribution 文档欺骗 | SKILL.md:1 |
| 提示 | Config file flagged as sensitive 敏感访问 | config.json:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in code |
| 网络访问 | NONE | NONE | — | No network calls in code |
| 命令执行 | NONE | NONE | — | No subprocess/exec calls |
| 环境变量 | NONE | NONE | — | No os.environ access |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
目录结构
6 文件 · 32.0 KB · 1269 行 TypeScript 4f · 926L
Markdown 1f · 263L
JSON 1f · 80L
├─
config.json
⚠
JSON
├─
context-budget.ts
TypeScript
├─
handler.ts
TypeScript
├─
hook-manager.ts
TypeScript
├─
risk-classifier.ts
TypeScript
└─
SKILL.md
Markdown
安全亮点
✓ No credential harvesting or environment variable enumeration
✓ No network calls or external data exfiltration
✓ No shell execution (subprocess, exec, eval)
✓ No obfuscation techniques (base64, atob, eval patterns)
✓ No sensitive file access (~/.ssh, ~/.aws, .env)
✓ No remote script execution (curl|bash, wget|sh)
✓ Defensive security controls properly implemented (permission checks, risk classification, hook system)
✓ Code is clean and follows TypeScript best practices