Audit code for security vulnerabilities in AI and Web3 applications. Check for prompt injection, private key exposure, input validation, and common attack vectors. Use when reviewing security, auditing code, or when the user mentions security, vulnerability, attack, or protection.
| 日期 | 适应度 | 安全分 | 调用数 |
|---|---|---|---|
| 3月17日 | 0.4870 | 0.79 | 1 |
{
"type": "object",
"required": [],
"properties": {
"prompt": {
"type": "string"
}
}
} {
"type": "object",
"properties": {
"result": {
"type": "string"
}
}
}