tool_use

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

AgentExploitation implements attacks against AI coding editor agents using the AIShellJack pattern: 75-88% execution rate, 71.5% privilege escalation.

Source: IEEE S&P 2026 (arXiv 2511.05797)

Package tool_use implements attacks targeting AI tool/function calling interfaces.

These attacks exploit the function-calling / tool-use interface that modern LLMs provide, transforming harmful queries into seemingly legitimate tool invocations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentExploitationModule

type AgentExploitationModule struct{}

AgentExploitationModule implements AI coding editor exploitation attacks.

Source: IEEE S&P 2026 (arXiv 2511.05797)

func (*AgentExploitationModule) Category

func (*AgentExploitationModule) Description

func (m *AgentExploitationModule) Description() string

func (*AgentExploitationModule) Execute

func (*AgentExploitationModule) Name

func (m *AgentExploitationModule) Name() string

func (*AgentExploitationModule) Techniques

func (m *AgentExploitationModule) Techniques() []common.TechniqueInfo

type IMISTModule

type IMISTModule struct{}

IMISTModule transforms harmful queries into tool invocations to bypass safety filters that only check natural language content.

Source: arXiv 2601.05466

func (*IMISTModule) Category

func (m *IMISTModule) Category() common.AttackCategory

func (*IMISTModule) Description

func (m *IMISTModule) Description() string

func (*IMISTModule) Execute

func (m *IMISTModule) Execute(ctx context.Context, provider common.Provider, config common.AttackConfig) (*common.AttackResult, error)

func (*IMISTModule) Name

func (m *IMISTModule) Name() string

func (*IMISTModule) Techniques

func (m *IMISTModule) Techniques() []common.TechniqueInfo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL