Archive / collected thinking
Category: Cybersecurity
- Dmitry Rodionov
How to review the security of code generated by AI
Code generated by a model requires the same standards as the rest of the code. Key review areas: permissions, inputs, and side effects.
- Dmitry Rodionov
Integration security: endpoints, permissions, and monitoring
Extending the site with integrations expands the area that requires protection. How to prioritize and limit the consequences of incorrect or unauthorized requests.