omnigraph-intel-bootstrap
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFECREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill provides hardcoded default credentials (
rustfsadmin) intended for local development environments and Docker containers running on localhost. These are documented in both theSKILL.mdandreferences/demo-setup.mdfiles for use with the RustFS storage backend. - [EXTERNAL_DOWNLOADS]: The skill clones the
omnigraph-cookbooksrepository from the vendor's official GitHub account to retrieve schema definitions, stored queries, and demonstration data. - [COMMAND_EXECUTION]: The skill instructs the agent to execute multiple system-level commands, including
git clone,docker run,brew install, and various operations using theomnigraphCLI to manage cluster state and load datasets. - [INDIRECT_PROMPT_INJECTION]: The research workflow in
references/research.mdinvolves gathering information from external websites usingWebFetchandWebSearch. This creates a vulnerability where malicious content on those sites could attempt to inject instructions into the agent's context during the signal extraction and pattern synthesis phases. (1) Ingestion points: External newsletters, blogs, and regulatory sites identified in the Phase 6 research workflow. (2) Boundary markers: The workflow does not specify the use of delimiters for external content, relying instead on a user review step of the intermediateseed.mdfile. (3) Capability inventory: The skill has the ability to write to the local graph (omnigraph load), modify configuration (omnigraph cluster apply), and launch a local web server (omnigraph-server). (4) Sanitization: While the skill mentions slug normalization and data deduplication, it lacks specific mechanisms for sanitizing natural language content against adversarial prompt injection.
Audit Metadata