conductor-setup
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill creates and executes shell scripts (
bin/conductor-setupandscript/server). It useschmod +xto grant execution permissions andln -sfto create symbolic links to sensitive files including.envandconfig/master.keyfrom the path provided in the environment variableCONDUCTOR_ROOT_PATH. - [EXTERNAL_DOWNLOADS]: The setup script runs
bundle installandnpm install, which download third-party code libraries from the RubyGems and NPM registries respectively. - [PROMPT_INJECTION]: The skill reads and modifies existing Ruby and YAML configuration files. This presents an indirect prompt injection surface where maliciously crafted comments or code in those files could attempt to influence the agent's behavior during the update process.
- Ingestion points:
config/initializers/sidekiq.rb,config/cable.yml,config/environments/development.rb,config/initializers/rack_attack.rb. - Boundary markers: Absent.
- Capability inventory: Shell command execution via
Bashtool, file creation, and file modification. - Sanitization: No explicit sanitization or validation of the ingested file content is performed before processing.
Audit Metadata