--- id: mypy-boto3-securityagent version: "1.43.71" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-securityagent — Type annotations for boto3 SecurityAgent 1.43.71 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 114.6K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's SecurityAgent service. It is generated automatically from boto3 1.43.71 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE code completion and catches type errors at development time without requiring explicit type annotations in your code. The package is a pure stub-only distribution with no runtime code—it only adds type metadata. It depends solely on typing-extensions and supports Python 3.9 through 3.14. Installation is straightforward via pip, either standalone or as part of boto3-stubs[securityagent]. The documentation covers setup for multiple IDEs and type checkers, including guidance on using TYPE_CHECKING guards to keep the dependency out of production builds. Use it for: - Enable IDE autocomplete and type hints when writing boto3 SecurityAgent code in VSCode or PyCharm. - Catch SecurityAgent API misuse at development time with mypy or pyright before running code. - Provide explicit type annotations for SecurityAgentClient, paginators, and service-specific types in large codebases. - Reduce production dependencies by using TYPE_CHECKING guards to import types only during static analysis. - Integrate boto3 type checking into CI/CD pipelines using mypy or pyright without runtime overhead. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's SecurityAgent service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's SecurityAgent service and want IDE autocomplete or static type checking. Installation is trivial, maintenance is active, there are no known vulnerabilities, and the MIT license imposes no restrictions. The only gotcha is that PyCharm may experience performance issues with the full stubs (boto3-stubs-lite is recommended as an alternative), and you must have boto3 and Python 3.9+ already installed. ## Install pip install mypy-boto3-securityagent uv add mypy-boto3-securityagent poetry add mypy-boto3-securityagent ## Installing mypy-boto3-securityagent Before you install: Low friction installation with a single runtime dependency (typing-extensions). Released 1 day ago with active maintenance; repo has 670 stars and was last updated 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-securityagent from boto3.session import Session from mypy_boto3_securityagent import SecurityAgentClient client: SecurityAgentClient = Session().client("securityagent") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) affect this version's usability. - Whether the lite variant (boto3-stubs-lite) is recommended as a lower-memory alternative for this service. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 114.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws securityagent type annotations, mypy boto3 typing, boto3 ide autocomplete, static type checking aws sdk, pyright boto3 stubs, boto3 securityagent types, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-securityagent) · [View on PyPI](https://pypi.org/project/mypy-boto3-securityagent/)