원클릭으로
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: