opencontext
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of an external CLI tool via the command
npm install -g @aicontextlab/clior vianpx. This package is hosted on the public NPM registry and is not part of the provided trusted vendors list. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute various CLI commands (oc init,oc folder,oc doc,oc search, etc.) and to modify configuration files in IDE-specific directories such as~/.cursor/mcp.jsonand~/.claude/commands. - [PROMPT_INJECTION]: The skill creates a surface for indirect prompt injection by retrieving and processing external data from the file system to serve as context for the agent.
- Ingestion points: Data is ingested from document files stored in
~/.opencontext/contextsand from the local repository via tools likeoc_search,oc_list_docs, andoc_manifest. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands were found in the skill's provided workflows.
- Capability inventory: The agent has access to
Bash,Write,Read,Grep, andGlobtools, which could be leveraged if it follows malicious instructions embedded in the retrieved context. - Sanitization: There is no evidence of sanitization or content filtering for the data retrieved from the OpenContext store before it is presented to the LLM.
Audit Metadata