Skip to content

Commit e049361

Browse files
committed
feat: 基于 Skills + 沙箱 + 数据库的自动代码评审 Agent (trpc-group#92)
端到端 CR Agent: 解析→规则(正则+AST/taint)→LLM增强(降噪+补召回)→四元组去重→Filter前置→沙箱(fake/local/container/cube)→脱敏→SQLite七表落库→JSON/MD/SARIF报告 Closes trpc-group#92
1 parent 099b571 commit e049361

92 files changed

Lines changed: 14289 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ test-ngtest-ut-trpc-agent-py.xml
2424
node_modules
2525
package-lock.json
2626
pyrightconfig.json
27+
28+
# Secrets - never commit .env (contains real API keys)
29+
.env
30+
.env.local
31+
*.env

0 commit comments

Comments
 (0)