Risk Assessment & Compliance

Performs comprehensive security checks and compliance risk assessments on websites and applications.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Risk Assessment & Compliance" with this command: npx skills add krishnakumarmahadevan-cmd/risk-assessment-compliance

Overview

Risk Assessment & Compliance is a security-focused API that evaluates web applications and websites for vulnerabilities, compliance violations, and security posture. It provides detailed risk assessments that help organizations identify potential security gaps, regulatory compliance issues, and remediation priorities.

This tool is essential for security teams, compliance officers, and DevOps engineers who need to continuously monitor and validate the security posture of their digital assets. The API performs deep security analysis including vulnerability detection, compliance framework alignment, and risk scoring to support informed security decisions.

Ideal users include security operations centers (SOCs), compliance teams, penetration testers, application security engineers, and organizations undergoing regulatory audits or security certifications.

Usage

Sample Request

{
  "url": "https://example.com"
}

Sample Response

{
  "url": "https://example.com",
  "security_score": 78,
  "compliance_status": "PARTIAL",
  "vulnerabilities": [
    {
      "type": "Missing Security Header",
      "severity": "High",
      "header": "Strict-Transport-Security",
      "remediation": "Add HSTS header with max-age of at least 31536000 seconds"
    }
  ],
  "compliance_frameworks": {
    "PCI-DSS": "Non-Compliant",
    "OWASP": "Compliant",
    "GDPR": "Partial"
  },
  "risk_level": "Medium",
  "assessment_timestamp": "2024-01-15T10:30:45Z"
}

Endpoints

Security Check

Method: POST

Path: /security-check

Description: Performs a comprehensive security check and compliance risk assessment on a specified URL. Analyzes the target website for common vulnerabilities, security headers, compliance violations, and generates a risk assessment report.

Parameters:

NameTypeRequiredDescription
urlstringYesThe complete URL of the website or application to assess (must include protocol, e.g., https://example.com)

Response (200 - Success):

Returns a JSON object containing:

  • url: The assessed URL
  • security_score: Numeric score (0-100) indicating overall security posture
  • compliance_status: Status of compliance (Compliant, Partial, Non-Compliant)
  • vulnerabilities: Array of identified vulnerabilities with severity and remediation guidance
  • compliance_frameworks: Assessment against industry standards (PCI-DSS, OWASP, GDPR, etc.)
  • risk_level: Overall risk classification (Low, Medium, High, Critical)
  • assessment_timestamp: ISO 8601 timestamp of assessment execution

Response (422 - Validation Error):

Returns validation error details including:

  • detail: Array of validation errors with location, message, and error type

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Proof-of-Quality - BTC PoW Verifiable Excellence

BTC PoW grind nonce till skill/output benchmark score > threshold. Verifiable excellence for antifragile meritocracy—no hype, pure quality proof. Use for skill evaluation, fork scoring, collab verification.

Registry SourceRecently Updated
1.6K0kunoiiv
Security

pr-reviewer

Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...

Registry SourceRecently Updated
Security

Guardrails

Interactively configure, review, and monitor security guardrails for your OpenClaw workspace by discovering risks, interviewing users, and generating GUARDRA...

Registry SourceRecently Updated
Security

HiveFence

Collective immunity network for AI agents. When one agent detects a prompt injection attack, all connected agents become immune. Real-time pattern detection, community voting, and distributed threat intelligence. Built on top of prompt-guard.

Registry SourceRecently Updated