Skip to content

Add pre-commit dependency scanning via AI coding agents to dependabot#1638

Merged
VeVarunSharma merged 2 commits into
github:stagedfrom
forks-felickz:staged
May 7, 2026
Merged

Add pre-commit dependency scanning via AI coding agents to dependabot#1638
VeVarunSharma merged 2 commits into
github:stagedfrom
forks-felickz:staged

Conversation

@felickz
Copy link
Copy Markdown
Contributor

@felickz felickz commented May 7, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Documents the new /dependency-scanning capability announced in the May 2026 changelog, following the same pattern established by the secret-scanning skill in #1156.

Changes:

  • Updated frontmatter description to reference the Advanced Security plugin and pre-commit dependency vulnerability scanning use case
  • Added "Pre-Commit Dependency Scanning via AI Coding Agents" section covering:
    • How the dependabot MCP toolset checks additions against the GitHub Advisory Database
    • Setup for GitHub Copilot CLI with separate shell vs interactive usage (copilot --add-github-mcp-toolset dependabot, then /plugin install inside copilot)
    • Setup for VS Code (MCP Server headers + /dependency-scanning command)
    • Terminology aligned to advanced-security plugin wording
    • Example prompt for agent invocation

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes

Mirrors the structure of skills/secret-scanning/SKILL.md's "Pre-Commit Scanning via AI Coding Agents" section. The docs/README.skills.md was auto-regenerated by npm run build due to the description change. Follow-up review feedback was incorporated to split terminal vs interactive CLI instructions and to standardize plugin terminology.


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

… skill (#4)

* Add pre-commit dependency scanning via AI coding agents section to dependabot SKILL.md

Agent-Logs-Url: https://github.com/forks-felickz/awesome-copilot/sessions/e53ba56a-f1b4-4c9a-878b-c40ba38ac339

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>

* docs(dependabot): split CLI shell vs interactive plugin install steps

Agent-Logs-Url: https://github.com/forks-felickz/awesome-copilot/sessions/a696f619-7f24-42c5-bd17-5732beb2a26d

Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 7, 2026 02:25
@github-actions github-actions Bot added the skills PR touches skills label May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:HIGH Contributor reputation check flagged HIGH risk label May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@felickz felickz changed the title Add pre-commit dependency scanning via AI coding agents to dependabot… Add pre-commit dependency scanning via AI coding agents to dependabot May 7, 2026
@github-actions github-actions Bot added the skill-check-warning Skill validator reported warnings label May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

🔍 Skill Validator Results

⚠️ Warnings or advisories found

Scope Checked
Skills 1
Agents 1
Total 2
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 1
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 1 skill(s)
ℹ️ [dependabot] 📊 dependabot: 3,352 BPE tokens [chars/4: 3,363] (standard ~), 45 sections, 26 code blocks
ℹ️ [dependabot] ⚠ Skill is 3,352 BPE tokens (chars/4 estimate: 3,363) — approaching "comprehensive" range where gains diminish.
ℹ️ ✅ All checks passed (1 skill(s))
Full validator output ```text Found 1 skill(s) [dependabot] 📊 dependabot: 3,352 BPE tokens [chars/4: 3,363] (standard ~), 45 sections, 26 code blocks [dependabot] ⚠ Skill is 3,352 BPE tokens (chars/4 estimate: 3,363) — approaching "comprehensive" range where gains diminish. ✅ All checks passed (1 skill(s)) ```

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Dependabot skill documentation to include the newly announced pre-commit dependency vulnerability scanning workflow using the GitHub MCP Server dependabot toolset and the Advanced Security plugin, and refreshes the generated skills index accordingly.

Changes:

  • Expanded skills/dependabot frontmatter description to reference pre-commit dependency vulnerability scanning via MCP + the advanced-security@copilot-plugins plugin.
  • Added a new “Pre-Commit Dependency Scanning via AI Coding Agents” section with setup steps for Copilot CLI (shell vs interactive) and VS Code, plus an example prompt and announcement link.
  • Regenerated docs/README.skills.md to reflect the updated skill description.
Show a summary per file
File Description
skills/dependabot/SKILL.md Adds pre-commit dependency scanning guidance and updates the skill description to reference the Advanced Security plugin.
docs/README.skills.md Updates the dependabot row description in the generated skills index to match the SKILL.md frontmatter.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

Copy link
Copy Markdown
Contributor

@VeVarunSharma VeVarunSharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Nice work on expanding on the skill/tool set around Dependabot/GHAS :)

@VeVarunSharma VeVarunSharma merged commit f535585 into github:staged May 7, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review:HIGH Contributor reputation check flagged HIGH risk skill-check-warning Skill validator reported warnings skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants