Critical-risk tools in Office Editor
8 of the 88 tools in Office Editor are classified as critical risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at critical risk
-
clear_cellDestructiveclear_cell
-
clear_conditional_formattingDestructiveclear_conditional_formatting
-
clear_data_validationDestructiveclear_data_validation
-
delete_columnDestructive从Excel工作簿中删除指定列。 Args: file_path: Excel工作簿的完整路径或相对于输出目录的路径 sheet_name: 工作表名称 col_idx: 要删除的列位置(从1开始) Returns: 操作结果信息
-
delete_paragraphDestructive删除Word文档中指定的段落。 Args: file_path: Word文档的完整路径或相对于输出目录的路径 paragraph_index: 要删除的段落索引 (从0开始计数) save: 是否保存更改,默认为True Returns: 操作结果信息
-
delete_rowDestructive从Excel工作簿中删除指定行。 Args: file_path: Excel工作簿的完整路径或相对于输出目录的路径 sheet_name: 工作表名称 row_idx: 要删除的行位置(从1开始) Returns: 操作结果信息
-
delete_slideDestructive删除PowerPoint演示文稿中的指定幻灯片。 Args: file_path: PowerPoint演示文稿的完整路径或相对于输出目录的路径 slide_index: 要删除的幻灯片索引(从1开始计数) Returns: 操作结果信息
-
delete_worksheetDestructive从Excel工作簿中删除指定的工作表。 Args: file_path: Excel工作簿的完整路径或相对于输出目录的路径 sheet_name: 要删除的工作表名称 Returns: 操作结果信息
Attacks that target this class
Critical-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.