full-ai-stack
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and clones content from the official repository
github.com/CarlosChiva/code-agents-team.gitto install agent components. - [COMMAND_EXECUTION]: Utilizes a provided shell script
change_provider_model_opencode.shto update agent model and provider settings in the user's local configuration directory ($HOME/.config/opencode/agents). The script uses standard utilities likefind,grep, andsedto modify markdown-based configuration files. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface as it instructs the agent to follow instructions from a remote
README.mdfile located in thecode-agents-teamrepository. - Ingestion points: Remote
README.mdfromhttps://github.com/CarlosChiva/code-agents-team.git. - Boundary markers: Not present; the agent is directed to follow the external instructions directly.
- Capability inventory: Includes file modification via
sed, repository cloning, and script execution. - Sanitization: No specific sanitization or validation is performed on the content retrieved from the remote repository before the agent is instructed to follow its guidance.
Audit Metadata