ワンクリックで
license-audit
Procedures for auditing third-party dependencies for license compatibility and ensuring open-source compliance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Procedures for auditing third-party dependencies for license compatibility and ensuring open-source compliance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
The official Kanbrio development and review lifecycle using AI agents.
Naming conventions, function design, and readability standards.
YAGNI, simplicity, and continuous improvement mindset.
Procedures for database schema design for hierarchical tasks and event auditing.
Rules for cross-package dependencies and monorepo structure.
Technical instructions for implementing probabilistic forecasting.
| name | license-audit |
| description | Procedures for auditing third-party dependencies for license compatibility and ensuring open-source compliance. |
This skill ensures that Kanbrio remains legally compliant with its chosen open-source strategy (AGPL-3.0 for apps, Apache-2.0 for packages).
Before adding any new dependency (cargo add or bun add), the agent must check if its license is compatible:
Agents should periodically run the following commands (if tools are available):
cargo deny check licensesbun x license-checkerEnsure every third-party component is properly attributed in a THIRD_PARTY_NOTICES file if required by the license (especially for Apache 2.0).
Unless explicitly approved by the user, block the following: