Skip to content

cyntrisec/cyntrisec-cli

v0.1.6 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

aws-security claude graph-theory mcp mcp-server python

Summary

AI summary

Fixed critical MCP server data model field name mismatches and expanded FileSystemStorage base_dir type handling.

Full changelog

[0.1.6] - 2026-01-22

Fixed

  • MCP Server Data Model Bugs: Fixed 3 critical bugs preventing MCP tools from working in Claude Desktop:
    • get_assets: Changed a.region to a.aws_region to match Asset model field name
    • get_assets: Changed is_entry_point to is_internet_facing to match Asset model field name
    • get_relationships: Fixed edge_kind.value error - now handles both string and enum values (due to use_enum_values=True in Pydantic)
    • get_findings: Fixed resource_type/recommendation to use correct field names finding_type/remediation
    • explain_finding: Same field name fixes as get_findings
  • FileSystemStorage Type Handling: Now accepts Path | str | None for base_dir parameter, automatically converting strings to Path objects

Changed

  • MCP Server Code Quality: Refactored redundant asset_map access pattern in get_relationships() with get_asset_name() helper function for cleaner, more readable code

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track cyntrisec/cyntrisec-cli

Get notified when new releases ship.

Sign up free

About cyntrisec/cyntrisec-cli

Local-first AWS security analyzer that discovers attack paths and generates remediations using graph theory.

All releases →

Related context

Beta — feedback welcome: [email protected]