CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
plugin/.mcp.json
plugin/.claude-plugin/plugin.json
plugin/scripts/launch_mcp.sh
plugin/scripts/mcp_server.py
skillctl/__init__.py
skillctl/_cli_helpers.py
skillctl/_secure.py
skillctl/cli.py
skillctl/compliance_cli.py
skillctl/config.py
skillctl/credentials.py
skillctl/deploy_cli.py
skillctl/diff.py
skillctl/enterprise_cli.py
skillctl/errors.py
skillctl/github_auth.py
skillctl/install.py
skillctl/manifest.py
skillctl/policy_cli.py
skillctl/rbac_cli.py
skillctl/store.py
skillctl/utils.py
skillctl/validator.py
skillctl/version.py
skillctl/abac/__init__.py
skillctl/abac/engine.py
skillctl/abac/hook.py
skillctl/abac/models.py
skillctl/cicd/__init__.py
skillctl/cicd/templates/Jenkinsfile
skillctl/cicd/templates/github-actions.yml
skillctl/cicd/templates/gitlab-ci.yml
skillctl/compliance/__init__.py
skillctl/compliance/attestation.py
skillctl/compliance/classification.py
skillctl/compliance/evidence.py
skillctl/compliance/frameworks.py
skillctl/compliance/report.py
skillctl/compliance/frameworks_data/eu_ai_act.yaml
skillctl/compliance/frameworks_data/iso_42001.yaml
skillctl/compliance/frameworks_data/nist_ai_rmf.yaml
skillctl/deployment/__init__.py
skillctl/deployment/engine.py
skillctl/deployment/health.py
skillctl/deployment/models.py
skillctl/deployment/router.py
skillctl/deployment/store.py
skillctl/eval/__init__.py
skillctl/eval/cli.py
skillctl/eval/config.py
skillctl/eval/contract.py
skillctl/eval/cost.py
skillctl/eval/errors.py
skillctl/eval/explanations.py
skillctl/eval/html_report.py
skillctl/eval/init.py
skillctl/eval/lifecycle.py
skillctl/eval/regression.py
skillctl/eval/report.py
skillctl/eval/schemas.py
skillctl/eval/unified_report.py
skillctl/eval/version.py
skillctl/eval/audit/__init__.py
skillctl/eval/audit/permission_analyzer.py
skillctl/eval/audit/quality_check.py
skillctl/eval/audit/security_scan.py
skillctl/eval/audit/structure_check.py
skillctl/federation/__init__.py
skillctl/federation/promote.py
skillctl/forensics/__init__.py
skillctl/forensics/query.py
skillctl/identity/__init__.py
skillctl/identity/jwt.py
skillctl/identity/models.py
skillctl/identity/resolver.py
skillctl/lineage/__init__.py
skillctl/lineage/store.py
skillctl/observability/__init__.py
skillctl/observability/logging.py
skillctl/observability/spans.py
skillctl/observability/tracer.py
skillctl/policy/__init__.py
skillctl/policy/config.py
skillctl/policy/engine.py
skillctl/policy/hooks.py
skillctl/policy/interceptor.py
skillctl/policy/store.py
skillctl/policy/builtin/__init__.py
skillctl/policy/builtin/data_boundary.py
skillctl/policy/builtin/output_size.py
skillctl/policy/builtin/pii_redaction.py
skillctl/policy/builtin/rate_limit.py
skillctl/policy/builtin/time_window.py
skillctl/policy/external/__init__.py
skillctl/policy/external/cedar.py
skillctl/policy/external/opa.py
skillctl/registry/__init__.py
skillctl/registry/api.py
skillctl/registry/audit.py
skillctl/registry/auth.py
skillctl/registry/config.py
skillctl/registry/db.py
skillctl/registry/github_backend.py
skillctl/registry/server.py
skillctl/registry/storage.py
skillctl/registry/rbac/__init__.py
skillctl/registry/rbac/engine.py
skillctl/registry/rbac/middleware.py
skillctl/registry/rbac/models.py
skillctl/registry/rbac/store.py
skillsops.egg-info/PKG-INFO
skillsops.egg-info/SOURCES.txt
skillsops.egg-info/dependency_links.txt
skillsops.egg-info/entry_points.txt
skillsops.egg-info/requires.txt
skillsops.egg-info/top_level.txt
tests/test_api.py
tests/test_apply_skill.py
tests/test_audit.py
tests/test_auth.py
tests/test_cli.py
tests/test_cli_smoke.py
tests/test_compliance_core.py
tests/test_content_store.py
tests/test_cost_extended.py
tests/test_db.py
tests/test_deployment_core.py
tests/test_diff.py
tests/test_doctor.py
tests/test_eval_github_format.py
tests/test_eval_init.py
tests/test_eval_schemas.py
tests/test_eval_strict_mode.py
tests/test_explanations.py
tests/test_github_backend.py
tests/test_html_report.py
tests/test_identity_abac.py
tests/test_install.py
tests/test_integration_bedrock.py
tests/test_lineage.py
tests/test_manifest.py
tests/test_mcp_server.py
tests/test_package_build.py
tests/test_permission_extended.py
tests/test_plugin_structure.py
tests/test_policy_core.py
tests/test_quality_check.py
tests/test_rbac_core.py
tests/test_report_citation.py
tests/test_security.py
tests/test_skillctl_config.py
tests/test_storage.py
tests/test_utils.py
tests/test_validate_github_format.py
tests/test_validator.py