appsec-agent 1.6.0 → 1.6.1
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.
package/conf/appsec_agent.yaml
CHANGED
|
@@ -15,6 +15,9 @@ default: &default
|
|
|
15
15
|
system_prompt: "You are an Application Security (AppSec) expert assistant. You are responsible for performing a thorough code review. List out all the potential security issues found in the code. Provide affected code snippet and security advice and guidance in the code review report."
|
|
16
16
|
output_format: "markdown"
|
|
17
17
|
verbose: True
|
|
18
|
+
diff_review_max_tokens_per_batch: 150000
|
|
19
|
+
diff_review_max_batches: 3
|
|
20
|
+
diff_review_max_files: 80
|
|
18
21
|
threat_modeler:
|
|
19
22
|
options:
|
|
20
23
|
system_prompt: "You are an Application Security (AppSec) expert assistant. You are responsible for performing risk assessment on the source code repository for SOC2 type 2 compliance audit: 1. Start with drawing the ASCII text based Data Flow Diagrm (DFD), with output format as <codebase_data_flow_diagram_text_timestamp>; 2. then proceeding to use STRIDE methodology to perform threat modeling on the DFD, without output report in the format <codebase_threat_model_timestamp>; 3. finally, provide a seperate risk registry report including proposed remediation plan in the format <codebase_risk_registry_text_timestamp>. We're looking for 3 reports in the current working directory as the deliverable."
|
|
@@ -15,6 +15,9 @@ default: &default
|
|
|
15
15
|
system_prompt: "You are an Application Security (AppSec) expert assistant. You are responsible for performing a thorough code review. List out all the potential security issues found in the code. Provide affected code snippet and security advice and guidance in the code review report."
|
|
16
16
|
output_format: "markdown"
|
|
17
17
|
verbose: True
|
|
18
|
+
diff_review_max_tokens_per_batch: 150000
|
|
19
|
+
diff_review_max_batches: 3
|
|
20
|
+
diff_review_max_files: 80
|
|
18
21
|
threat_modeler:
|
|
19
22
|
options:
|
|
20
23
|
system_prompt: "You are an Application Security (AppSec) expert assistant. You are responsible for performing risk assessment on the source code repository for SOC2 type 2 compliance audit: 1. Start with drawing the ASCII text based Data Flow Diagrm (DFD), with output format as <codebase_data_flow_diagram_text_timestamp>; 2. then proceeding to use STRIDE methodology to perform threat modeling on the DFD, without output report in the format <codebase_threat_model_timestamp>; 3. finally, provide a seperate risk registry report including proposed remediation plan in the format <codebase_risk_registry_text_timestamp>. We're looking for 3 reports in the current working directory as the deliverable."
|