File tree 3 files changed +13
-5
lines changed
content/security_research/ai_security/llm_security
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,18 @@ jobs:
49
49
--minify \
50
50
-b 'https://sec.cafe/handbook/'
51
51
- name : upload code
52
- uses : garygrossgarten/github -action-scp@release
52
+ uses : appleboy/scp -action@v0.1.7
53
53
with :
54
- local : public/.
55
- remote : /data/www/handbook.sec.cafe/
54
+ source : public/*.*
55
+ target : /tmp/
56
+ host : ${{ secrets.DEPLOY_HOST }}
57
+ port : ${{secrets.DEPLOY_HOST_PORT}}
58
+ username : ${{ secrets.DEPLOY_HOST_USER}}
59
+ key : ${{ secrets.DEPLOY_PRIVATE_KEY}}
60
+ - name : deploy ui
61
+ uses : garygrossgarten/github-action-ssh@release
62
+ with :
63
+ command : cd /data/www/handbook.sec.cafe/;rm -rf *;mv /tmp/public/* .;rm -rf /tmp/public
56
64
host : ${{ secrets.DEPLOY_HOST }}
57
65
port : ${{secrets.DEPLOY_HOST_PORT}}
58
66
username : ${{ secrets.DEPLOY_HOST_USER}}
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ keywords:
23
23
- [ 金融行业的人工智能安全风险研究] ( https://www.freebuf.com/articles/paper/378893.html )
24
24
- [ 大语言模型 (Large Language Model,简称LLM) 安全之攻击面初探] ( https://mp.weixin.qq.com/s/GMmbyMvqKxm0z1HPQeTgag )
25
25
- [ 实战解读:Llama 3 安全性对抗分析] ( https://mp.weixin.qq.com/s/3OqoJIqSGLIMa1dVzXXFkQ )
26
+ - [ 实战解读:Llama Guard 3 & Prompt Guard] ( https://mp.weixin.qq.com/s/jgwn_o0EUmvtNUhGswCDng )
27
+
26
28
27
29
## 测试框架与方法
28
30
- [ 针对大语言模型的通用对抗性攻击] ( https://www.freebuf.com/articles/paper/375497.html )
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ keywords:
32
32
- [ vivo对生成式人工智能的安全思考和实践] ( # )
33
33
- [ OpenAI安全系统负责人长文梳理:大模型的对抗攻击与防御] ( https://mp.weixin.qq.com/s/t87IOi6r4N-c-StI9CPy_A )
34
34
- [ Meta开源大模型的安全实践] ( https://mp.weixin.qq.com/s/-mHiEfImfZBgotDgRnKU5w )
35
- - [ 实战解读:Llama 3 安全性对抗分析] ( https://mp.weixin.qq.com/s/3OqoJIqSGLIMa1dVzXXFkQ )
36
- - [ 实战解读:Llama Guard 3 & Prompt Guard] ( https://mp.weixin.qq.com/s/jgwn_o0EUmvtNUhGswCDng )
37
35
38
36
## 工具
39
37
- [ Garak] ( https://docs.garak.ai/garak/ ) 一个用于大语言模型 (LLM) 漏洞扫描的 Python 包
You can’t perform that action at this time.
0 commit comments