Skip to content

Commit 8eea75f

Browse files
chore: Phase 0 pre-launch audit — license headers + email cleanup (#24)
* docs: add OpenSSF badges, update OWASP to 10/10, add v1.0.0 release notes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: Phase 0 pre-launch audit fixes - Add MIT license headers to 1,159 source files (Python, TypeScript, JavaScript) - Replace personal email (imran.siddique@microsoft.com) with team alias (agt@microsoft.com) in 5 files: - docs/AAIF-PROPOSAL.md - packages/agent-mesh/charts/agentmesh/Chart.yaml - packages/agent-mesh/packages/mcp-proxy/package.json - packages/agent-os/modules/caas/src/caas/__init__.py - packages/agent-os/modules/control-plane/setup.py - Update Chart.yaml URLs from imran-siddique/ to microsoft/ org - Remove internal feed reference from providers.py docstring Audit results: - Secret scan: CLEAN (no leaked keys, tokens, or credentials) - pip-audit: CLEAN (0 known vulnerabilities across 8 critical packages) - Azure IDs: CLEAN (only test/placeholder values like contoso-tenant-001) - Private registries: CLEAN (no internal feeds referenced) - Git history: CLEAN (no .env, .pem, .key files ever committed) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9c4e620 commit 8eea75f

File tree

1,134 files changed

+2278
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,134 files changed

+2278
-10
lines changed

docs/AAIF-PROPOSAL.md

Lines changed: 1 addition & 1 deletion

docs/PROPOSALS-INDEX.md

Lines changed: 3 additions & 2 deletions

packages/agent-compliance/examples/governed_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
"""
24
Agent Governance — Full Stack Example
35

packages/agent-compliance/examples/quickstart.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
"""
24
Agent Governance — Quick Start
35

packages/agent-compliance/src/agent_compliance/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
"""
24
Agent Compliance - Unified installer and compliance documentation.
35

packages/agent-hypervisor/benchmarks/bench_hypervisor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
"""
24
Hypervisor Performance Benchmarks
35

packages/agent-hypervisor/examples/dashboard/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
"""Agent Hypervisor — Streamlit Visualization Dashboard.
24
35
A production-quality, interactive dashboard for monitoring multi-agent

packages/agent-hypervisor/examples/demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Microsoft Corporation.
3+
# Licensed under the MIT License.
24
"""
35
Hypervisor Demo -- Agent Governance in 60 Seconds
46

packages/agent-hypervisor/examples/docker-compose/app/dashboard.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
"""
24
Minimal web dashboard — polls the hypervisor API and renders agent status.
35

packages/agent-hypervisor/examples/docker-compose/app/sample_workflow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
"""
24
Sample multi-agent workflow — registers agents and runs a saga.
35

0 commit comments

Comments
 (0)