Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions data/tools/brasscoders.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: BrassCoders
categories:
- linter
tags:
- python
- ci
- security
license: Apache-2.0
types:
- cli
source: "https://github.com/CopperSunDev/brasscoders"
homepage: "https://coppersun.dev"
description: >-
Deterministic local pre-merge gate for AI-generated Python code: orchestrates 12 scanners
(Bandit, Pylint, Pyre/Pysa, Semgrep, detect-secrets, and custom performance and privacy
detectors) and emits ranked findings as YAML for AI coding assistants to consume.
Catches AI-coder performance anti-patterns (O(N²) string concat, insert-at-zero loops,
N-deep nested joins, unbounded polls) that generic security linters miss.
Loading