[PR #992] [MERGED] Create agentsphere.difypkg #1309

Closed
opened 2026-02-22 17:54:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/992
Author: @zhangshanqi666
Created: 8/1/2025
Status: Merged
Merged: 8/11/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (4)

  • 7321e61 Create agentsphere.difypkg
  • 18cb095 Add codes
  • 69a8049 Add the contact information and source code link to the README.
  • 8c8829d remove all the source code

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

Organization/agentsphere/agentsphere.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • [√] New plugin submission
  • Version update for existing plugin

3. Description

This is an Agentsphere plugin designed for Dify, enabling seamless integration with the Agentsphere platform to provide users with secure sandbox environment operation capabilities.

4. Checklist

  • [√] I have read and followed the Publish to Dify Marketplace guidelines
  • [√] I have read and comply with the Plugin Developer Agreement
  • [√] I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • [√] I confirm my plugin has been thoroughly tested for completeness and functionality
  • [√] My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • [√] Step-by-step setup instructions
  • [√] Detailed usage instructions
  • [√] All required APIs and credentials are clearly listed
  • [√] Connection requirements and configuration details

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Privacy Policy for AgentSphere Plugin

1. Data Collection

The AgentSphere plugin collects the following data to enable its functionality:

  • API Key: Your AgentSphere API key is collected to authenticate requests to AgentSphere services. This key is used solely for authorization and is not stored beyond the active session.
  • User Inputs: Code snippets, commands, file paths, and other operational parameters entered by users are temporarily processed to execute tasks (e.g., running code, uploading files) via AgentSphere's cloud sandboxes.
  • Execution Logs: Basic metadata (e.g., task duration, success/failure status) is generated during task execution for debugging purposes, but does not include sensitive user content.

2. Data Storage

  • API Key: Stored temporarily in the plugin's runtime memory only during active use. It is never persisted to disk or cloud storage.
  • User Inputs & Logs: Processed in real-time and discarded immediately after task completion. No user-generated content (code, files, commands) is stored by the plugin itself.

3. Data Sharing

  • The plugin solely shares data with AgentSphere's servers to fulfill user requests (e.g., executing code in their sandboxes). No third-party services outside of AgentSphere are involved.
  • Data shared with AgentSphere is governed by their privacy practices, as outlined in their official documentation.

4. Data Security

  • API Key Protection: Transmitted via encrypted HTTPS channels and never exposed in logs or unencrypted storage.
  • Input Sanitization: User inputs (code, commands) are validated to prevent malicious operations, in compliance with AgentSphere's security protocols.
  • Isolation: All tasks are executed in isolated cloud sandboxes provided by AgentSphere, ensuring no cross-user data leakage.

5. User Control

Users can revoke their AgentSphere API key at any time via the AgentSphere dashboard, which immediately stops the plugin's ability to make authenticated requests.

Privacy Policy

  • [√] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/992 **Author:** [@zhangshanqi666](https://github.com/zhangshanqi666) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`7321e61`](https://github.com/langgenius/dify-plugins/commit/7321e61bc98f35e51e273053f1e20367a29c6ec5) Create agentsphere.difypkg - [`18cb095`](https://github.com/langgenius/dify-plugins/commit/18cb095cbc527c0dda4346e84ef8b8a77fbd2c07) Add codes - [`69a8049`](https://github.com/langgenius/dify-plugins/commit/69a8049947ecd8de142779042cde871156d80207) Add the contact information and source code link to the README. - [`8c8829d`](https://github.com/langgenius/dify-plugins/commit/8c8829d1e3148b34195ab9ba5ad49c972207fda0) remove all the source code ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Organization/agentsphere/agentsphere.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: zhang - **Plugin Name**: agentsphere - **Repository URL**: https://github.com/zhangshanqi666/agentsphere-docs ## 2. Submission Type - [√] New plugin submission - [ ] Version update for existing plugin ## 3. Description <!-- Please briefly describe the purpose of the new plugin or the updates made to the existing plugin --> This is an Agentsphere plugin designed for Dify, enabling seamless integration with the Agentsphere platform to provide users with secure sandbox environment operation capabilities. ## 4. Checklist - [√] I have read and followed the Publish to Dify Marketplace guidelines - [√] I have read and comply with the Plugin Developer Agreement - [√] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [√] I confirm my plugin has been thoroughly tested for completeness and functionality - [√] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [√] Step-by-step setup instructions - [√] Detailed usage instructions - [√] All required APIs and credentials are clearly listed - [√] Connection requirements and configuration details ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Privacy Policy for AgentSphere Plugin #### 1. Data Collection The AgentSphere plugin collects the following data to enable its functionality: - **API Key**: Your AgentSphere API key is collected to authenticate requests to AgentSphere services. This key is used solely for authorization and is not stored beyond the active session. - **User Inputs**: Code snippets, commands, file paths, and other operational parameters entered by users are temporarily processed to execute tasks (e.g., running code, uploading files) via AgentSphere's cloud sandboxes. - **Execution Logs**: Basic metadata (e.g., task duration, success/failure status) is generated during task execution for debugging purposes, but does not include sensitive user content. #### 2. Data Storage - **API Key**: Stored temporarily in the plugin's runtime memory only during active use. It is never persisted to disk or cloud storage. - **User Inputs & Logs**: Processed in real-time and discarded immediately after task completion. No user-generated content (code, files, commands) is stored by the plugin itself. #### 3. Data Sharing - The plugin solely shares data with AgentSphere's servers to fulfill user requests (e.g., executing code in their sandboxes). No third-party services outside of AgentSphere are involved. - Data shared with AgentSphere is governed by their privacy practices, as outlined in their official documentation. #### 4. Data Security - **API Key Protection**: Transmitted via encrypted HTTPS channels and never exposed in logs or unencrypted storage. - **Input Sanitization**: User inputs (code, commands) are validated to prevent malicious operations, in compliance with AgentSphere's security protocols. - **Isolation**: All tasks are executed in isolated cloud sandboxes provided by AgentSphere, ensuring no cross-user data leakage. #### 5. User Control Users can revoke their AgentSphere API key at any time via the AgentSphere dashboard, which immediately stops the plugin's ability to make authenticated requests. ### Privacy Policy - [√] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:54:20 -05:00
yindo closed this issue 2026-02-22 17:54:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1309