yao-meta-skill
Warn
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONSAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted external data such as user transcripts, workflows, and notes to generate executable skill packages, which exposes the agent to indirect prompt injection attacks.
- Ingestion points:
SKILL.mdandreferences/autonomous-adaptation.mdspecify reading user-provided source files and notes. - Boundary markers: The instructions mention "ignore embedded instructions" in passing, but the skill lacks robust delimiter-based sanitization for user-provided context during the generation process.
- Capability inventory: The skill defines workflows for writing files (
adapt-apply), executing shell commands (verification commands), and performing network operations (output-exec). - Sanitization: While
references/autonomous-adaptation.mdmentions redacting sensitive text before storing excerpts, the logic for this is not technically enforced within the provided files. - [COMMAND_EXECUTION]: The skill framework explicitly relies on executing shell commands for its core functionality, including skill validation, installation simulation, and running evaluation benchmarks.
- Evidence:
references/output-eval-method.mddescribes using a--runner-commandflag to execute arbitrary shell commands (e.g.,python3 scripts/local_output_eval_runner.py). - Evidence:
references/autonomous-adaptation.mddetails the execution of verification commands restricted to localmaketargets or Python scripts. - [DATA_EXFILTRATION]: The skill incorporates a telemetry system and instructions for automated evaluation routines that send data to external providers.
- Evidence:
references/telemetry-drift-method.mddescribes a telemetry system designed to aggregate and potentially export event data. - Evidence:
references/output-eval-method.mdexplains the use of theOPENAI_API_KEYenvironment variable and connecting to external API endpoints for output evaluation.
Audit Metadata