connect
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to run the
idasqlCLI for database operations and server lifecycle management. Evidence is found inSKILL.mdandreferences/cli-reference.mdshowing commands likeidasql -s database.i64 --http 8081. - [REMOTE_CODE_EXECUTION]: The skill enables Python code execution within the IDA Pro environment through the
idapython_snippetfunction. This is documented inSKILL.mdas a way to access IDA SDK logic not exposed via SQL surfaces. - [EXTERNAL_DOWNLOADS]: The skill includes instructions for using
curland the Pythonrequestslibrary to query a local HTTP server. Examples inreferences/server-guide.mdspecifically target127.0.0.1, which is a whitelisted local address.
Audit Metadata