-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Feature Request
Add Python bindings so users can install via pip and use ClawGuard from Python scripts.
Why
Many AI agent frameworks (LangChain, CrewAI, AutoGen, MetaGPT) are Python-based. Native Python support would expand adoption significantly.
Proposed API
\\python
from clawguard import Scanner
scanner = Scanner()
report = scanner.scan('./path/to/skill')
print(report.critical_count)
print(report.findings)
\\
Implementation Options
- subprocess wrapper calling the Node.js CLI
- Native Python port of core detection engine
- WASM compilation of the TypeScript core
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed