add-member

Pass

Audited by Gen Agent Trust Hub on Jun 18, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes several shell commands to manage its environment and configuration.
  • It uses mkdir -p .agenteam to ensure the configuration directory exists.
  • It performs file operations via cp <plugin-dir>/templates/agenteam.yaml.template .agenteam/config.yaml to initialize the project.
  • It invokes a Python runtime script (python3 <runtime>/agenteam_rt.py) to list roles and generate agent definitions.
  • [DATA_EXPOSURE]: The skill reads and writes to project-specific configuration files (.agenteam/config.yaml) and agent definition files (.codex/agents/<name>.toml). These operations are limited to the project's own directory structure and are consistent with the skill's stated purpose.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 18, 2026, 11:58 AM
Security Audit — agent-trust-hub — add-member