ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"experiment_id": "2-5",
|
||||
"protocol_version": "2.0.0",
|
||||
"manuscript_contract": {
|
||||
"attacks": [
|
||||
"direct system-prompt/secret exfiltration",
|
||||
"indirect webpage injection causing an unauthorized file write",
|
||||
"persistent-memory injection affecting a later fresh session"
|
||||
],
|
||||
"defenses": [
|
||||
"D1 base safety rules only",
|
||||
"D2 prompt hardening",
|
||||
"D3 D2 plus external-source XML tagging",
|
||||
"D4 D3 plus runtime authorization for high-risk tools"
|
||||
],
|
||||
"metric": "deterministically judged attack success rate per attack x defense cell"
|
||||
},
|
||||
"provider": {
|
||||
"name": "moonshot",
|
||||
"base_url": "https://api.moonshot.cn/v1",
|
||||
"model": "kimi-k3",
|
||||
"temperature": 1.0
|
||||
},
|
||||
"design": {
|
||||
"trials_per_cell": 5,
|
||||
"expected_cells": 60,
|
||||
"max_agent_steps_per_user_turn": 6,
|
||||
"isolated_real_filesystem_per_trial": true,
|
||||
"isolated_outbox_instead_of_external_delivery": true,
|
||||
"memory_attack_uses_fresh_agent_session": true,
|
||||
"acceptance_independent_of_hypothesis": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user