Skip to content

chore: bump deps (ai/vite/storybook/turbo); add CODEOWNERS + cargo-fuzz (Scorecard) - #26

Merged
qnbs merged 3 commits into
mainfrom
chore/scorecard-deps-and-fuzzing
May 16, 2026
Merged

chore: bump deps (ai/vite/storybook/turbo); add CODEOWNERS + cargo-fuzz (Scorecard)#26
qnbs merged 3 commits into
mainfrom
chore/scorecard-deps-and-fuzzing

Conversation

@qnbs

@qnbsqnbs commented May 16, 2026

Copy link
Copy Markdown
Owner

User description

Summary

Scorecard improvements

CheckBeforeAction
Vulnerabilities (#29)Highglib alert dismissed (upstream Tauri blocker); npm clean
Code-Review (#26)HighCODEOWNERS + enforce_admins=true on main
Fuzzing (#27)Mediumcargo-fuzz harness added

Test plan

  • CI quality gate green (lint + typecheck + Vitest coverage)
  • Build passes
  • E2E passes

CodeAnt-AI Description

Tighten dependency versions and add checks that help catch unsafe file-name input

What Changed

  • Updated core build and UI dependencies, including Storybook, Vite, Turbo, AI SDK, and Node type definitions
  • Added a global code owner so changes now require review from the designated owner
  • Added a fuzz test for file-name sanitization to exercise malformed input and catch crashes before release

Impact

✅ Safer handling of unusual file names
✅ Fewer missed reviews on repository changes
✅ Lower risk of regressions from dependency updates

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

qnbsand others added 2 commits May 16, 2026 08:52
….4.0, @types/node 25.8.0
Resolves Dependabot PRs #12#13#20#23#25.
Storybook 10.4.0 adds @types/react peer dep alignment.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…eview + Fuzzing)
- .github/CODEOWNERS: all PRs require review from @qnbs; enables
Scorecard Code-Review credit and require_code_owner_reviews branch protection
- src-tauri/fuzz/: cargo-fuzz setup with fuzz_file_name_sanitization target
fuzzes arbitrary UTF-8 input through path-sanitization logic; satisfies
Scorecard Fuzzing check with a recognized libFuzzer-based harness
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codeant-ai

Copy link
Copy Markdown

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-aicodeant-aiBot added the size:XL This PR changes 500-999 lines, ignoring generated files label May 16, 2026
@qnbs
qnbs enabled auto-merge (squash) May 16, 2026 06:54
@codeant-ai

Copy link
Copy Markdown

CodeAnt AI finished reviewing your PR.

…in merge
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@qnbs
qnbs merged commit 023986b into mainMay 16, 2026
2 checks passed
@qnbs
qnbs deleted the chore/scorecard-deps-and-fuzzing branch May 16, 2026 07:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XLThis PR changes 500-999 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@qnbs