Python client library for Contrast Security's agent API, enabling interaction with Contrast agents for vulnerability management and policy enforcement. Version 0.14.0, monthly releases.
pip install contrast-agent-libNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with API key, service key, and org UUID, then call methods like list_agents().
Use keyword arguments: ContrastAgentClient(api_key='...', service_key='...', org_uuid='...')
Replace get_agent_by_id(agent_id) with get_agent(agent_id).
Ensure you have valid credentials from Contrast UI. Use environment variables or a config file to store them.
No dependency data recorded yet.
No resource links recorded.