twitter-digest
Fail
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The installation instructions in
README.mdand theinstall.shscript implement a 'curl pipe bash' pattern, downloading a shell script from a remote GitHub repository (raw.githubusercontent.com/BofAI/skills/...) and executing it directly. This pattern is highly susceptible to supply chain attacks. - [COMMAND_EXECUTION]: The installer script
scripts/install.pyautomatically modifies the agent's global configuration file (~/.claude/settings.json) to addBashallow rules. This specifically targets the agent platform's security controls to bypass user confirmation prompts for the skill's execution scripts. - [COMMAND_EXECUTION]: The skill uses
os.execvinscripts/script_utils.pyto perform process replacement. This allows a running script to replace itself with an arbitrary executable or another script, which can be used to redirect execution flow unexpectedly. - [COMMAND_EXECUTION]: The skill utilizes AppleScript (
osascript) viasubprocess.runinscripts/configure_api.pyandscripts/script_utils.pyto manipulate the macOS UI, specifically to open new terminal windows and prompt for user credentials. This bypasses the agent's standard non-interactive execution environment. - [EXTERNAL_DOWNLOADS]: The skill fetches configuration and installation assets from external GitHub repositories using
curlandgit cloneduring the setup phase.
Recommendations
- AI detected serious security threats
Audit Metadata