Skip to content

Update security guidelines for adapter output handling#171

Merged
himanshu231204 merged 1 commit into
OpenAgentHQ:mainfrom
Asmit-Singh-01:patch-1
Jul 20, 2026
Merged

Update security guidelines for adapter output handling#171
himanshu231204 merged 1 commit into
OpenAgentHQ:mainfrom
Asmit-Singh-01:patch-1

Conversation

@Asmit-Singh-01

Copy link
Copy Markdown
Contributor

Emphasize the importance of treating output from adapters as untrusted.

Summary

Changes

Testing

Checklist

  • Branch named per Git Workflow (feature/, fix/, docs/, refactor/, test/, chore/)
  • Not developed on main
  • Code follows AGENT.md coding standards (type hints, Pydantic v2, no generic Exception, no business logic in CLI)
  • domain/ and ports/ stay pure (no I/O, no framework imports)
  • Quality gates pass locally: ruff, mypy --strict, bandit, pytest
  • Docs updated if behavior changed
  • pyproject.toml and src/modeldock/__init__.py versions match (if release-related)

Emphasize the importance of treating output from adapters as untrusted.
@himanshu231204
himanshu231204 merged commit d155d71 into OpenAgentHQ:main Jul 20, 2026
15 checks passed
@github-actions

Copy link
Copy Markdown

🎉 Congratulations @Asmit-Singh-01!

Your pull request has been successfully merged into main. 🚀

Thank you for contributing to OpenAgentHQ and helping improve the project.

We truly appreciate your contribution and hope to see you back with more amazing PRs!

Happy Open Sourcing! ❤️

🌟 This is your first merged contribution to this repository.
Welcome to the OpenAgentHQ contributors family!

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.

2 participants