fabric-exec
Fail
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill documents the
pi.bashtool, which provides a direct interface for the agent to execute arbitrary shell commands in the host environment. - Evidence (SKILL.md): Defines the
bashtool as accepting acommandstring or options object, facilitating direct shell execution. - [REMOTE_CODE_EXECUTION]: The MCP (Model Context Protocol) surface includes a
registerfunction that can launch external processes, enabling the execution of arbitrary code. - Evidence (references/mcp.md): Describes
mcp.registerand provides an example usingnpxto fetch and run a remote package. - [REMOTE_CODE_EXECUTION]: The agent orchestration API provides methods for spawning child agents (
agents.run,agents.spawn) that can recursively execute tasks and code, increasing the complexity and potential for misuse. - Evidence (references/agents.md): Documents the creation and management of sub-agents and persistent actors with access to core tools.
- [EXTERNAL_DOWNLOADS]: The documentation provides examples of using package managers like
npxto dynamically load external code from remote registries during the registration of MCP servers. - Evidence (references/mcp.md): The registration example explicitly uses
npxto fetch the@example/docs-mcppackage. - [DATA_EXFILTRATION]: By providing both file system access tools (
pi.read) and shell execution capabilities (pi.bash), the skill establishes the necessary primitives for an agent to read sensitive local data and transmit it to an external server via common network utilities like curl or wget. - Evidence (SKILL.md): Documents core tools for reading files and executing bash commands.
Recommendations
- AI detected serious security threats
Audit Metadata