feat(cli): expose contributor-check and credential-audit as pip CLI commands#1711
Merged
imran-siddique merged 1 commit intomainfrom May 4, 2026
Merged
feat(cli): expose contributor-check and credential-audit as pip CLI commands#1711imran-siddique merged 1 commit intomainfrom
imran-siddique merged 1 commit intomainfrom
Conversation
…ommands Add agt-contributor-check and agt-credential-audit as console_scripts entry points in the agent-governance-toolkit package. This allows consumers to pip install instead of cloning the repo to access these tools. Addresses: github/awesome-copilot#1520 review feedback. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
🤖 AI Agent: security-scanner — View detailsNo security issues found. |
🤖 AI Agent: docs-sync-checker — Docs SyncDocs Sync
|
🤖 AI Agent: breaking-change-detector — API CompatibilityAPI CompatibilityNo breaking changes detected. |
🤖 AI Agent: test-generator — `agent_compliance/cli/contributor_check.py`
|
🤖 AI Agent: code-reviewer — Action Items:TL;DR: 1 blocker, 2 warnings. The PR introduces useful CLI commands but has a critical security issue and minor concerns.
Action Items:
Warnings (fine as follow-up PRs):
|
PR Review Summary
Verdict: ❌ Changes needed |
imran-siddique
added a commit
to imran-siddique/agent-governance-toolkit
that referenced
this pull request
May 4, 2026
…ommands (microsoft#1711) Add agt-contributor-check and agt-credential-audit as console_scripts entry points in the agent-governance-toolkit package. This allows consumers to pip install instead of cloning the repo to access these tools. Addresses: github/awesome-copilot#1520 review feedback. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds \�gt-contributor-check\ and \�gt-credential-audit\ as console_scripts entry points in the \�gent-governance-toolkit\ PyPI package. Consumers can now run these tools via \pip install agent-governance-toolkit\ instead of cloning the repo.
Changes
Motivation
Addresses review feedback on github/awesome-copilot#1520: the contributor check workflow was cloning this repo at HEAD to access scripts, creating supply-chain risk and drift concerns. With pip-installable CLIs, consumers pin to a specific release version.
Usage
\\�ash
pip install agent-governance-toolkit==3.3.0
agt-contributor-check --username --json
agt-credential-audit --username --repo org/repo --json
\\
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com