macro-briefing
Fail
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches parameter data and updates from a GitHub repository.
- Evidence:
git clone https://github.com/charlescoverdale/econstack-data.gitand instructions togit pullupdates for theeconstacktool. - [COMMAND_EXECUTION]: Executes several local binaries silently during the skill's preamble.
- Evidence: Runs
~/.claude/skills/econstack/bin/econstack-update-checkand~/.claude/skills/econstack/bin/econstack-learnings-readwithout user interaction. - [COMMAND_EXECUTION]: Uses dynamic shell execution to load environment configurations.
- Evidence:
eval "$(~/.claude/skills/econstack/bin/econstack-slug)"executes the output of a local binary as shell code. - [REMOTE_CODE_EXECUTION]: Implements a self-update and execute pattern from an unverified source.
- Evidence: The skill instructs the agent to check for updates and prompts the user to pull code from a remote repository, then immediately executes binaries and eval statements from that updated directory, allowing for the execution of arbitrary remote content.
Recommendations
- AI detected serious security threats
Audit Metadata