Add cargo-vet audit skill and auditor agent#797
Merged
jerrysxie merged 5 commits intoOpenDevicePartnership:mainfrom Apr 17, 2026
Merged
Add cargo-vet audit skill and auditor agent#797jerrysxie merged 5 commits intoOpenDevicePartnership:mainfrom
jerrysxie merged 5 commits intoOpenDevicePartnership:mainfrom
Conversation
Introduce a cargo-vet auditing skill that defines an end-to-end workflow for discovering, planning, delegating, certifying, and verifying dependency audits. Add a dedicated cargo-vet-auditor agent with a safe-to-deploy checklist and a structured output format to standardize crate security reviews.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds GitHub “skill” and “agent” documentation to standardize how this repo performs cargo vet supply-chain audits, including delegation to a dedicated auditor agent and a structured reporting/certification workflow.
Changes:
- Introduce a
cargo-vet-auditskill describing an end-to-end workflow: discover → plan → delegate → compile results → certify → verify. - Add a
cargo-vet-auditoragent definition with an audit checklist and a strict, structured output format for crate reviews.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/skills/cargo-vet-audit/SKILL.md | Defines the orchestration workflow for running cargo vet, planning audits, delegating reviews, and certifying results. |
| .github/agents/cargo-vet-auditor.agent.md | Defines a specialized auditor agent with a checklist and standardized output format for individual crate audits. |
rogurr
approved these changes
Apr 16, 2026
Clarify that omitting --locked is only for refreshing imports.lock, not Cargo.lock. Update audit command examples to include crate names and explicit version arguments. Add POSIX command forms alongside PowerShell and expand safe-to-run wording to include execution behavior.
felipebalbi
previously approved these changes
Apr 16, 2026
Follow the Linux kernel's AI attribution convention (Documentation/process/coding-assistants.rst) by requiring an Assisted-by tag in all cargo-vet certify notes to transparently disclose AI-assisted audits and the model used. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
kurtjd
approved these changes
Apr 16, 2026
rogurr
approved these changes
Apr 16, 2026
RobertZ2011
approved these changes
Apr 17, 2026
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.
Introduce a cargo-vet auditing skill that defines an end-to-end workflow for discovering, planning, delegating, certifying, and verifying dependency audits.
Add a dedicated cargo-vet-auditor agent with a safe-to-deploy checklist and a structured output format to standardize crate security reviews.