DefenseClaw
Copyright 2026 Cisco Systems, Inc. and its affiliates

This product includes software developed at Cisco Systems, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Third-party dependencies are listed in go.mod (Go), pyproject.toml (Python),
and package.json (TypeScript). Their respective licenses can be found in
each dependency's source repository. Key dependencies include:

  - Cobra (github.com/spf13/cobra) — Apache-2.0
  - Viper (github.com/spf13/viper) — MIT
  - Bubbletea (charm.land/bubbletea) — MIT
  - Lipgloss (charm.land/lipgloss) — MIT
  - Bubbles (charm.land/bubbles) — MIT
  - Bifrost (github.com/maximhq/bifrost) — Apache-2.0
  - OPA (github.com/open-policy-agent/opa) — Apache-2.0
  - SQLite (modernc.org/sqlite) — BSD-3-Clause
  - OpenTelemetry Go (go.opentelemetry.io/otel) — Apache-2.0
  - Lumberjack (gopkg.in/natefinch/lumberjack.v2) — MIT
  - UUID (github.com/google/uuid) — BSD-3-Clause
  - fsnotify (github.com/fsnotify/fsnotify) — BSD-3-Clause
  - gorilla/websocket (github.com/gorilla/websocket) — BSD-2-Clause
