Amazon Security Hub · Capability

Amazon Security Hub — Findings

Amazon Security Hub — Findings. 2 operations. Lead operation: Amazon Security Hub Get Findings. Self-contained Naftiko capability covering one Amazon Security Hub business surface.

Run with Naftiko Amazon Security HubFindings

What You Can Do

POST
Getfindings — Amazon Security Hub Get Findings
/v1/findings
POST
Batchimportfindings — Amazon Security Hub Batch Import Findings
/v1/findings/import

MCP Tools

amazon-security-hub-get-findings

Amazon Security Hub Get Findings

read-only
amazon-security-hub-batch-import

Amazon Security Hub Batch Import Findings

Capability Spec

amazon-security-hub-findings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Security Hub — Findings
  description: 'Amazon Security Hub — Findings. 2 operations. Lead operation: Amazon Security Hub Get Findings. Self-contained
    Naftiko capability covering one Amazon Security Hub business surface.'
  tags:
  - Amazon Security Hub
  - Findings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_SECURITY_HUB_API_KEY: AMAZON_SECURITY_HUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-security-hub-findings
    baseUri: https://securityhub.amazonaws.com
    description: Amazon Security Hub — Findings business capability. Self-contained, no shared references.
    resources:
    - name: findings
      path: /findings
      operations:
      - name: getfindings
        method: POST
        description: Amazon Security Hub Get Findings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: findings-import
      path: /findings/import
      operations:
      - name: batchimportfindings
        method: POST
        description: Amazon Security Hub Batch Import Findings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: amazon-security-hub-findings-rest
    port: 8080
    description: REST adapter for Amazon Security Hub — Findings. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/findings
      name: findings
      description: REST surface for findings.
      operations:
      - method: POST
        name: getfindings
        description: Amazon Security Hub Get Findings
        call: amazon-security-hub-findings.getfindings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/findings/import
      name: findings-import
      description: REST surface for findings-import.
      operations:
      - method: POST
        name: batchimportfindings
        description: Amazon Security Hub Batch Import Findings
        call: amazon-security-hub-findings.batchimportfindings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-security-hub-findings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Security Hub — Findings. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: amazon-security-hub-get-findings
      description: Amazon Security Hub Get Findings
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-security-hub-findings.getfindings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-security-hub-batch-import
      description: Amazon Security Hub Batch Import Findings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-security-hub-findings.batchimportfindings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.