omi-plugin-development
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Indirect Prompt Injection] (SAFE): The skill provides templates for processing external data such as memory content and transcripts. While these represent an attack surface, they are standard boilerplate for the intended functionality.
- Ingestion points:
MemoryWebhookinSKILL.mdandcommands/create-plugin.md, andtranscript_segmentinSKILL.md. - Boundary markers: Absent in code examples.
- Capability inventory: The skill demonstrates how tools might perform actions like
trigger_actionorperform_search. - Sanitization: Not included in the provided boilerplate code; developers are expected to implement this.
- [Data Exposure & Exfiltration] (SAFE): OAuth examples correctly demonstrate the use of environment variables (
os.getenv) rather than hardcoding secrets. Webhook testing viawebhook.siteis suggested for development and debugging purposes. - [Unverifiable Dependencies & Remote Code Execution] (SAFE): Suggested packages (
fastapi,uvicorn,express,langchain,authlib) are industry standards from trusted registries. No remote script execution (e.g., piped curl to bash) was detected.
Audit Metadata