cycode 3.13.1.dev5__py3-none-any.whl → 3.13.1.dev7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cycode/__init__.py +1 -1
- cycode/cli/apps/ai_guardrails/consts.py +0 -1
- cycode/cli/apps/ai_guardrails/scan/payload.py +2 -0
- cycode/cli/apps/ai_guardrails/session_start_command.py +1 -0
- cycode/cyclient/ai_security_manager_client.py +1 -0
- {cycode-3.13.1.dev5.dist-info → cycode-3.13.1.dev7.dist-info}/METADATA +1 -1
- {cycode-3.13.1.dev5.dist-info → cycode-3.13.1.dev7.dist-info}/RECORD +10 -10
- {cycode-3.13.1.dev5.dist-info → cycode-3.13.1.dev7.dist-info}/WHEEL +0 -0
- {cycode-3.13.1.dev5.dist-info → cycode-3.13.1.dev7.dist-info}/entry_points.txt +0 -0
- {cycode-3.13.1.dev5.dist-info → cycode-3.13.1.dev7.dist-info}/licenses/LICENCE +0 -0
cycode/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '3.13.1.
|
|
1
|
+
__version__ = '3.13.1.dev7' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
@@ -133,6 +133,8 @@ class AIHookPayload:
|
|
|
133
133
|
ide_provider: str = None # AIIDEType value (e.g., 'cursor', 'claude-code')
|
|
134
134
|
ide_version: Optional[str] = None
|
|
135
135
|
|
|
136
|
+
source: Optional[str] = None
|
|
137
|
+
|
|
136
138
|
# Event-specific data
|
|
137
139
|
prompt: Optional[str] = None # For prompt events
|
|
138
140
|
file_path: Optional[str] = None # For file_read events
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cycode/__init__.py,sha256=
|
|
1
|
+
cycode/__init__.py,sha256=obagYfGxCu9pCXHJQQovBtCX74QLTdVu8Sn72ueT0Us,115
|
|
2
2
|
cycode/__main__.py,sha256=Z3bD5yrA7yPvAChcADQrqCaZd0ChGI1gdiwALwbWJ6U,104
|
|
3
3
|
cycode/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
cycode/cli/app.py,sha256=7ReEcVkRX9IaQ2I7jAj7Sl9smbtvxiuK8-9bitMEQik,7491
|
|
@@ -6,7 +6,7 @@ cycode/cli/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
6
6
|
cycode/cli/apps/activation_manager.py,sha256=Hz9PDJFB-ZmYi4HSG8iYC-fR8j5v25VuUU-l95Otsdk,1678
|
|
7
7
|
cycode/cli/apps/ai_guardrails/__init__.py,sha256=NsqB1Ca83BIjJMcDSt6suec6Ed0iNnacC0gBqkuuTtI,1367
|
|
8
8
|
cycode/cli/apps/ai_guardrails/command_utils.py,sha256=itWoARiiqC-kCJuppBxBwKDjCSnci2m0EG95GQPy3r4,1924
|
|
9
|
-
cycode/cli/apps/ai_guardrails/consts.py,sha256=
|
|
9
|
+
cycode/cli/apps/ai_guardrails/consts.py,sha256=hJ_P6OKtylrhcOsiLmsyRaL0kQ8YsDgmREP_xY8JTkk,4449
|
|
10
10
|
cycode/cli/apps/ai_guardrails/hooks_manager.py,sha256=37IcEMCK60pQ8lnuy8GThlq9oeNOfETVp_xYGeJ9EpM,9428
|
|
11
11
|
cycode/cli/apps/ai_guardrails/install_command.py,sha256=qlklts1Uj6j3urK6jwAWJY-L_DgVaZWuk7vZcpoKPAQ,4571
|
|
12
12
|
cycode/cli/apps/ai_guardrails/scan/__init__.py,sha256=qJc82XiQGiAuc1sYY8Ij_A-qXpxgLPuayQq8xWlouMA,48
|
|
@@ -14,13 +14,13 @@ cycode/cli/apps/ai_guardrails/scan/claude_config.py,sha256=2hVuPHfT-9_kgf5yCNgN5
|
|
|
14
14
|
cycode/cli/apps/ai_guardrails/scan/consts.py,sha256=drAslw6vW3kxmbCs2qPCUbUPR7PJouT2lsXtu5sD-lQ,1094
|
|
15
15
|
cycode/cli/apps/ai_guardrails/scan/cursor_config.py,sha256=D4bQsTu6MFzJFhygk0QCyopy5gJMkJm0oRrWNt2PC0g,1087
|
|
16
16
|
cycode/cli/apps/ai_guardrails/scan/handlers.py,sha256=7zxGQrePRJcs6kkpKnbYq59wM2ADKz70Ve_ZB5ZNRQE,15573
|
|
17
|
-
cycode/cli/apps/ai_guardrails/scan/payload.py,sha256=
|
|
17
|
+
cycode/cli/apps/ai_guardrails/scan/payload.py,sha256=WGvniNa0PuqgGoeNdpXGAYK6aJqOiaB38xNUYaL2CWk,10458
|
|
18
18
|
cycode/cli/apps/ai_guardrails/scan/policy.py,sha256=39s8hnxgjny1l6XAO59wsRcAlpW-LG00GUnO0PfqvuY,2566
|
|
19
19
|
cycode/cli/apps/ai_guardrails/scan/response_builders.py,sha256=tVFJCnGdqSmyileg-idypOihygct7F6T4KHXYlX8y_c,4653
|
|
20
20
|
cycode/cli/apps/ai_guardrails/scan/scan_command.py,sha256=_2fa6vz8ZmJlvCYrYNoWfX9fWrrpzcNCwL1UD-JxqLM,5618
|
|
21
21
|
cycode/cli/apps/ai_guardrails/scan/types.py,sha256=H25MKJhAXmp7Mz1YeCIRmAY1Zg5GSpgBq8G1TEI9PFk,1868
|
|
22
22
|
cycode/cli/apps/ai_guardrails/scan/utils.py,sha256=KVfX-NrcM-QW4quLtoNqfmz4GF0FlDs-TkqUOu1hAWM,2057
|
|
23
|
-
cycode/cli/apps/ai_guardrails/session_start_command.py,sha256=
|
|
23
|
+
cycode/cli/apps/ai_guardrails/session_start_command.py,sha256=wwfqyArRnD0BPCZSjmCJu62Vik4sa8QyrZyuL1xf07E,5479
|
|
24
24
|
cycode/cli/apps/ai_guardrails/status_command.py,sha256=UerHtjIGi6sY4RXGR06Es6jQFQAEWTx2Dvhk784WQIM,3539
|
|
25
25
|
cycode/cli/apps/ai_guardrails/uninstall_command.py,sha256=0qhXNC4PQPqrtt5JmexcM4W6i-VyvObB3DQT_DINM1Q,2969
|
|
26
26
|
cycode/cli/apps/ai_remediation/__init__.py,sha256=8vYthY9RQeJqEni3AIF5sryz8n-XJQ6VNqG4aEFBAdY,553
|
|
@@ -182,7 +182,7 @@ cycode/cli/utils/version_checker.py,sha256=0f5PaTk02ZkDxzBqZOeMV9mU_CWcx6HKW80jU
|
|
|
182
182
|
cycode/cli/utils/yaml_utils.py,sha256=R-tqzl0C-zoa42rS7nfWeHu3GJ0jpbQUyyqYYU2hleM,1818
|
|
183
183
|
cycode/config.py,sha256=jHORGZQcAXkAGSf2XreC-RQoc8sdNWja69QKtPWTbWo,1044
|
|
184
184
|
cycode/cyclient/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
185
|
-
cycode/cyclient/ai_security_manager_client.py,sha256=
|
|
185
|
+
cycode/cyclient/ai_security_manager_client.py,sha256=OhAbDb2mAO0wFD8v43elvy1UQdgn5x2MefkbVxBAoOE,4202
|
|
186
186
|
cycode/cyclient/ai_security_manager_service_config.py,sha256=83pQzgOb93JW6E-dznJkI4c0NEXmQRlx9YZKMmjVwp8,808
|
|
187
187
|
cycode/cyclient/auth_client.py,sha256=TwbmZ358Ancf-Q-IZolvfljZ8691_6botsqd0R0PLPk,2105
|
|
188
188
|
cycode/cyclient/base_token_auth_client.py,sha256=3JIrSz0-ywVTIfxIs2zs5aGcE-x5GW3AgPHm9qA4ZDE,3857
|
|
@@ -203,8 +203,8 @@ cycode/cyclient/report_client.py,sha256=Scq30NeJPzgXv0hPLO1U05AdE9i_2iu6cIrSKpEJ
|
|
|
203
203
|
cycode/cyclient/scan_client.py,sha256=6TK5FQkfrvV7PHqRnUzEn1PBNd2oPYVamvIixcUfe3c,16755
|
|
204
204
|
cycode/cyclient/scan_config_base.py,sha256=mXsPZGYCtp85rv5GIige40yQZXuRcEKUW-VQJ0vgFzk,1201
|
|
205
205
|
cycode/logger.py,sha256=EfZGRK6VC5rE_LAjIcRrHFiQCueylCDXoG6bvGkrIME,2111
|
|
206
|
-
cycode-3.13.1.
|
|
207
|
-
cycode-3.13.1.
|
|
208
|
-
cycode-3.13.1.
|
|
209
|
-
cycode-3.13.1.
|
|
210
|
-
cycode-3.13.1.
|
|
206
|
+
cycode-3.13.1.dev7.dist-info/METADATA,sha256=-Z8uq923j8hsTBsHLjAY9rSQ2yDG5g04JDtK9YpZBZw,87082
|
|
207
|
+
cycode-3.13.1.dev7.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
208
|
+
cycode-3.13.1.dev7.dist-info/entry_points.txt,sha256=iDcVJM8ByLElVgvBgtYxDjw1kT7O8Mo0LcWZIT5L3Ig,45
|
|
209
|
+
cycode-3.13.1.dev7.dist-info/licenses/LICENCE,sha256=2Wx4N6mD_4xB7-E3hPkZ3MPhpJy__k_I8MaCSO-PDRo,1068
|
|
210
|
+
cycode-3.13.1.dev7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|