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 idasql CLI for database operations and server lifecycle management. Evidence is found in SKILL.md and references/cli-reference.md showing commands like idasql -s database.i64 --http 8081.
  • [REMOTE_CODE_EXECUTION]: The skill enables Python code execution within the IDA Pro environment through the idapython_snippet function. This is documented in SKILL.md as a way to access IDA SDK logic not exposed via SQL surfaces.
  • [EXTERNAL_DOWNLOADS]: The skill includes instructions for using curl and the Python requests library to query a local HTTP server. Examples in references/server-guide.md specifically target 127.0.0.1, which is a whitelisted local address.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 19, 2026, 05:25 AM