Install
openclaw skills install agentsecly-ai-agent-securityGenerate AI agent security advisories with threat analysis, MITRE ATT&CK mapping, and remediation guidance. Use when assessing AI agent security risks, evalu...
openclaw skills install agentsecly-ai-agent-securityGenerate comprehensive security advisories for AI agents with threat analysis, severity scoring, MITRE ATT&CK mapping, and remediation guidance. Covers prompt injection, data leakage, model manipulation, unauthorized access, and more — tailored to specific agent types like SOC analysts, chatbots, autonomous security agents, and code analysis tools.
Built by a CISSP/CISM certified security professional at ToolWeb.in
TOOLWEB_API_KEY — Get your API key from portal.toolweb.incurl must be available on the systemPOST https://portal.toolweb.in/apis/security/agentsecly
| Key | Threat | Severity Base |
|---|---|---|
| prompt_injection | Prompt Injection / Jailbreak | 75 |
| data_leakage | Data Leakage / Exfiltration | 85 |
| model_manipulation | Model Manipulation / Poisoning | 80 |
| unauthorized_access | Unauthorized Access / Auth Bypass | 90 |
| Profile | Risk Multiplier | Key Concerns |
|---|---|---|
| autonomous_security | 1.3x | Unauthorized actions, false positive escalation |
| soc_analyst | 1.2x | Alert manipulation, investigation tampering |
| threat_detection | 1.25x | Detection bypass, signature manipulation |
| incident_response | 1.35x | Improper containment |
| vulnerability_scanner | 1.15x | Scan evasion |
| code_analysis | 1.1x | Code injection |
| chatbot_assistant | — | Data exposure, prompt injection |
Gather inputs from the user:
Required:
threatTitle — Short title of the threat (e.g., "Prompt Injection Attack on Customer Support Bot")threatDescription — Detailed description of the threat scenariothreatCategory — One of: "prompt_injection", "data_leakage", "model_manipulation", "unauthorized_access"environment — Deployment environment (e.g., "Production cloud environment", "On-premise SOC", "Hybrid infrastructure")impact — Expected impact level (e.g., "High - customer data exposure", "Critical - autonomous action compromise")sensitivity — Data sensitivity level (e.g., "High", "Medium", "Low", "Critical")Optional:
agentTypes — List of agent profiles affected, e.g., ["chatbot_assistant", "soc_analyst"] (default: [])capabilities — Agent capabilities at risk, e.g., ["web_browsing", "file_access", "code_execution", "api_calls"] (default: [])securityControls — Existing security controls, e.g., ["input_validation", "output_filtering", "rate_limiting", "audit_logging"] (default: [])Call the API:
curl -s -X POST "https://portal.toolweb.in/apis/security/agentsecly" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{
"assessmentData": {
"threatTitle": "<title>",
"threatDescription": "<description>",
"threatCategory": "<category>",
"agentTypes": ["<agent_type1>"],
"capabilities": ["<capability1>"],
"environment": "<environment>",
"securityControls": ["<control1>"],
"impact": "<impact>",
"sensitivity": "<sensitivity>",
"timestamp": "<ISO-timestamp>"
},
"sessionId": "<unique-id>",
"timestamp": "<ISO-timestamp>"
}'
🤖 AI Agent Security Advisory
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Threat: [threatTitle]
Category: [threatCategory]
Severity: [score]/100 — [Critical/High/Medium/Low]
🎯 MITRE ATT&CK Mapping:
[Tactic IDs and names]
⚠️ Threat Analysis:
[Detailed analysis of the threat vector]
🛡️ Agent Profiles Affected:
[Agent types and specific concerns]
🔧 Remediation Actions:
1. [Immediate action] — Priority: Critical
2. [Short-term action] — Priority: High
3. [Long-term action] — Priority: Medium
📋 Security Controls Recommended:
[Specific controls to implement]
📎 Full advisory powered by ToolWeb.in
TOOLWEB_API_KEY is not set: Tell the user to get an API key from https://portal.toolweb.inUser: "Assess the prompt injection risk for our customer support chatbot"
Agent flow:
curl -s -X POST "https://portal.toolweb.in/apis/security/agentsecly" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{
"assessmentData": {
"threatTitle": "Prompt Injection on Customer Support Chatbot",
"threatDescription": "Risk of malicious prompts bypassing safety controls to extract customer PII or manipulate chatbot responses",
"threatCategory": "prompt_injection",
"agentTypes": ["chatbot_assistant"],
"capabilities": ["web_browsing", "api_calls"],
"environment": "Production cloud (AWS)",
"securityControls": ["input_validation", "rate_limiting"],
"impact": "High - customer PII exposure",
"sensitivity": "High",
"timestamp": "2026-03-14T12:00:00Z"
},
"sessionId": "sess-20260314-001",
"timestamp": "2026-03-14T12:00:00Z"
}'
Created by ToolWeb.in — a security-focused MicroSaaS platform with 200+ security APIs, built by a CISSP & CISM certified professional. Trusted by security teams in USA, UK, and Europe and we have platforms for "Pay-per-run", "API Gateway", "MCP Server", "OpenClaw", "RapidAPI" for execution and YouTube channel for demos.