Show raw file
config/harbor.yaml
collector:  exclude_forks: true # skip forked repositories when collecting  # excluded_repos:    # repository names to skip when collecting  #   - some-repo-name  include_origin_repos: true # collect public repositories referenced by _from (1 level, deduped by owner/repo)  # included_extra_repos: # additional repositories to collect by URL  #   - https://github.com/owner/repo  history_limit: 50 # max entries kept in collect-history.yaml (0 = unlimited)audit:  fail_on: fail # pass | warn | fail  exclude_community_repos: true # audit only your org-owned repos by default  engines:    - id: builtin.static    - id: company-policy      command: ['python3', 'scripts/company-policy-audit.py']      timeout_sec: 30 # default 30, max 300catalog:  skill:    fresh_period_days: 30 # 0 = disable "New" badgeui:  title: Agent Skill Harbor demo

Collector

SettingValue
Exclude forked repositories
Enabled
Also collect repositories where skills were copied from
Enabled
Excluded repositories
Not configured
Additional repositories
Not configured
Collection history limit
50

Audit

SettingValue
Audit only org-owned repositories
Enabled
Engines
builtin.static
company-policy Timeout: 30s
Command
python3 scripts/company-policy-audit.py

Catalog

SettingValue
"New" badge duration (days)
30

UI

SettingValue
Header title
Agent Skill Harbor demo