Nudge Security · Capability

Nudge Security API — Findings

Nudge Security API — Findings. 1 operations. Lead operation: Search findings. Self-contained Naftiko capability covering one Nudge Security business surface.

Run with Naftiko Nudge SecurityFindings

What You Can Do

GET
Get — Search findings
/v1/findings

MCP Tools

search-findings

Search findings

read-only idempotent

Capability Spec

nudge-security-findings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Nudge Security API — Findings
  description: 'Nudge Security API — Findings. 1 operations. Lead operation: Search findings. Self-contained Naftiko capability
    covering one Nudge Security business surface.'
  tags:
  - Nudge Security
  - Findings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NUDGE_SECURITY_API_KEY: NUDGE_SECURITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: nudge-security-findings
    baseUri: https://api.nudgesecurity.io/api/1.0
    description: Nudge Security API — Findings business capability. Self-contained, no shared references.
    resources:
    - name: findings
      path: /findings
      operations:
      - name: get
        method: GET
        description: Search findings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.NUDGE_SECURITY_API_KEY}}'
  exposes:
  - type: rest
    namespace: nudge-security-findings-rest
    port: 8080
    description: REST adapter for Nudge Security API — Findings. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/findings
      name: findings
      description: REST surface for findings.
      operations:
      - method: GET
        name: get
        description: Search findings
        call: nudge-security-findings.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nudge-security-findings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Nudge Security API — Findings. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: search-findings
      description: Search findings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nudge-security-findings.get
      outputParameters:
      - type: object
        mapping: $.