agent-v3-security-architect

Warn

Audited by Gen Agent Trust Hub on Jun 16, 2026

Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The skill's post_execution hook uses npx agentic-flow@alpha to download and run code from the npm registry at runtime. Executing unverified packages from external registries introduces a supply chain risk, especially when using unstable alpha versions.
  • [COMMAND_EXECUTION]: The post_execution hook interpolates the $TASK environment variable directly into a shell command line: npx agentic-flow@alpha memory store-pattern ... --task "Security Architecture: $TASK". If the task description provided by the user contains shell control characters (e.g., semicolons, backticks, or pipes), it could allow for arbitrary command execution.
  • [DATA_EXFILTRATION]: The skill transmits session identifiers and task descriptions to the agentic-flow utility during its post-execution phase. This mechanism represents a data exfiltration vector where task-related metadata is sent to an external process without explicit user consent.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 16, 2026, 01:01 AM
Security Audit — agent-trust-hub — agent-v3-security-architect