G2CV CASM provides continuous attack surface monitoring capabilities for cloud environments. Current version 0.3.2, released monthly.
pip install g2cv-casmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize CASM client with API key (set CASM_API_KEY env var) and run a scan.
Update calls from casm.scan(domain='...') to casm.scan(target='...')
Replace casm.run() with casm.scan()
Always ensure CASM_API_KEY env var is set before calling scan().
No dependency data recorded yet.