opencode-agent-kit
Version:
Multi-stack OpenCode agent toolkit — 33+ specialized AI agents, 200+ skills, 46 commands, 8 MCP servers (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube, and more)
26 lines (16 loc) • 480 B
Markdown
> This file extends [common/security.md](../common/security.md) with Python specific content.
```python
import os
from dotenv import load_dotenv
load_dotenv()
api_key = os.environ["OPENAI_API_KEY"]
```
- Use **bandit** for static security analysis:
```bash
bandit -r src/
```
See skill: `django-security` for Django-specific security guidelines (if applicable).