Skip to content

Add VibeGuard- Python security linter for AI code - #33

Open
zeroFhacker wants to merge 1 commit into
guardrailsio:masterfrom
zeroFhacker:master
Open

Add VibeGuard- Python security linter for AI code#33
zeroFhacker wants to merge 1 commit into
guardrailsio:masterfrom
zeroFhacker:master

Conversation

@zeroFhacker

Copy link
Copy Markdown

VibeGuard is a Python security linter built
specifically for AI-generated code.

Python-specific rules include:

  • SQL injection via f-strings
  • yaml.load() instead of safe_load()
  • pickle.loads() on untrusted data
  • hashlib.md5() for passwords
  • random module for security tokens

MIT licensed. Zero config.
github.com/zeroFhacker/vibeguard

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.

1 participant