20 Agent Security Questions
Skill by caidongyun
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/caidongyun/20-agent-security-questionsWhat This Skill Does
The 20 Agent Security Questions skill, developed by caidongyun, is a specialized tool designed for systematic capture, classification, and analysis of issues encountered during AI Agent workflows. As AI agents become more deeply integrated into professional environments, identifying and mitigating security vulnerabilities, mechanism failures, and output inconsistencies becomes paramount. This skill provides a structured framework to collect granular feedback, perform risk analysis, and bridge the gap between ad-hoc troubleshooting and long-term knowledge management. By turning runtime errors or security red flags into structured research topics, it enables developers and operators to build a robust "lessons learned" database, facilitating continuous improvement of the Agent's performance and security posture.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/caidongyun/20-agent-security-questions
Ensure that your OpenClaw environment has the necessary directory write permissions, as the skill stores question data locally for analysis and reporting.
Use Cases
- Security Auditing: Log and investigate potential prompt injection attempts or data exfiltration risks detected during agent-user interaction.
- Performance Debugging: Document instances where the Agent fails to follow logic or produces hallucinations, allowing for later root cause analysis.
- Human-in-the-loop Optimization: Track communication breakdowns where the agent fails to understand user intent or context, helping to refine future system prompts.
- Research & Development: Automate the transformation of recurring issues into actionable research tasks for future model fine-tuning or architectural updates.
Example Prompts
- "./src/questions.sh add 'Agent attempted to access system environment variables without explicit permission during the JSON parsing phase.'"
- "./src/questions.sh list"
- "./src/questions.sh analyze"
Tips & Limitations
- Consistency: Use the
addfunction immediately after observing an issue to ensure the description includes relevant environmental context. - Data Privacy: Ensure that the 'problem descriptions' you input do not contain sensitive PII (Personally Identifiable Information) or plain-text credentials.
- Storage: This skill stores data locally. Regularly back up your local
questions.jsonor database file to avoid losing your historical analysis. - Manual Oversight: While this tool provides an analytical framework, the final determination of 'security risk' should be reviewed by a human expert. Do not rely on the automated analysis as a replacement for formal security penetration testing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-caidongyun-20-agent-security-questions": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
agent-security-skill-scanner
AI Agent 安全扫描器 - 多语言检测 + AST 分析 + 意图识别 + LLM 验证
security-skill-hub
安全技能插座 - 统一的安全技能管理和调用平台 这是一个安全技能的"插座"框架,提供统一的安全能力入口。已集成以下技能: **全网技能搜索 (ClawHub)**: - clawhub: 从 clawhub.com 搜索安装全网技能 **信息收集类**: - collector-strategy: 采集策略Skill - skill-sample-collector: 样本采集Skill **漏洞扫描类**: - security-vuln-scanner: 漏洞扫描Skill - agent-security-code-scanner: 代码安全扫描 **威胁情报类**: - ioc-validator: IOC验证Skill - security-ioc-research: IOC研究Skill - threat-monitoring: 威胁监控 **恶意软件分析**: - code-malware-scanner: 恶意代码扫描 - agent-security-skill-scanner: 技能安全扫描 **防护类**: - agent-defender: Agent Defender安全防护 - agent-security-network-guardian: 网络防护监控 **审计类**: - agent-security-openclaw-audit: OpenClaw安全审计 - agent-security-governance-audit: 治理审计 **其他安全类**: - agent-security-password-hardening: 密码硬化检测 - agent-security-key-manager: 密钥管理 - security-ioc-research: IOC研究 使用场景: - 需要调用安全能力时 - 不知道用哪个安全技能时 - 需要组合多个安全技能时 - 扩展新的安全能力时
agent-security-scanner
AI Agent 安全扫描器 - 多语言检测 + AST 分析 + 意图识别 + LLM 验证
aagent-system
多智能体自动化系统,用于AI Agent技能样本采集、安全扫描、威胁情报收集和研究分析。支持单机多进程架构,可自动采集样本、检测恶意技能、提取IOC、更新规则。触发命令: /aagent start
Srs
Skill by caidongyun