Skip to content

Add FLOSS best practices criteria documentation#1101

Open
r33drichards wants to merge 3 commits intomainfrom
claude/add-floss-best-practices-C4RJl
Open

Add FLOSS best practices criteria documentation#1101
r33drichards wants to merge 3 commits intomainfrom
claude/add-floss-best-practices-C4RJl

Conversation

@r33drichards
Copy link
Collaborator

Comprehensive audit of the cua repository against all OpenSSF Best
Practices passing-level criteria. Identifies 4 MUST-level gaps blocking
the passing badge: missing SECURITY.md, no private vulnerability
disclosure mechanism, auto-generated release notes lacking human curation,
and missing CHANGELOG.md. Includes prioritized recommendations.

https://claude.ai/code/session_012QQhopcjqK8NVmURcTcKiA
Add specific findings from deep code security analysis: MD5 usage in 4
files (non-security context), shell=True in 3 controlled environments,
secure OAuth 2.0 auth implementation, parameterized SQL queries. Update
crypto criteria with concrete file-level evidence.

https://claude.ai/code/session_012QQhopcjqK8NVmURcTcKiA
60 test files across 15 directories for 555 source files (10.8% ratio).
Coverage concentrated in cua-cli (15 tests) while lume has 0 tests.

https://claude.ai/code/session_012QQhopcjqK8NVmURcTcKiA
@vercel
Copy link
Contributor

vercel bot commented Feb 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Feb 20, 2026 8:31pm

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 20, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • rabbit

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch claude/add-floss-best-practices-C4RJl

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

cuaclaw added a commit to cuaclaw/cua that referenced this pull request Mar 9, 2026
- Add .github/SECURITY.md with vulnerability reporting policy,
  response timelines, scope, and private disclosure via GitHub
  Security Advisories + security@cua.ai
- Add .github/dependabot.yml to automate dependency updates across
  pip, npm, and GitHub Actions ecosystems
- Update CONTRIBUTING.md: add explicit English language requirement
  and Testing Requirements section mandating tests for all new
  features and bug fixes
- Update FLOSS_BEST_PRACTICES_AUDIT.md:
  - Fix release_notes to PASS (confirmed: GitHub Releases have
    human-readable notes)
  - Fix vulnerability_report_process and vulnerability_report_private
    to PASS (SECURITY.md added)
  - Fix english SHOULD to PASS (CONTRIBUTING.md updated)
  - Fix tests_documented_added to PASS (CONTRIBUTING.md updated)
  - Update summary: 29/34 → 31/34 MUST passing (3 failures remain)
  - Revised Critical Gaps section to reflect resolved items

Remaining MUST failure: vulnerabilities_fixed_60_days (85 Dependabot
alerts including 3 critical — requires manual triage)

Closes gaps identified in trycua#1101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants