Skip to content

Bump AISA Search plugin to 0.1.1 - #2831

Merged
crazywoola merged 1 commit into
langgenius:mainfrom
liuhaonan00:bump-aisa-search-0.1.1
Aug 6, 2026
Merged

Bump AISA Search plugin to 0.1.1#2831
crazywoola merged 1 commit into
langgenius:mainfrom
liuhaonan00:bump-aisa-search-0.1.1

Conversation

@liuhaonan00

Copy link
Copy Markdown
Contributor

Plugin Submission

Plugin information

Submission type

  • New plugin
  • Version update

What changed

This release replaces the previous placeholder icon with the official AIsa brand logo and bumps AISA Search from version 0.1.0 to 0.1.1. Tool behavior, credentials, API operations, request validation, and response formats are unchanged.

About AIsa

AIsa is a capability layer for agentic applications. It gives agents access to APIs, real-time data sources, tools, and language models through a single API key. AISA Search exposes a focused, read-only subset of those capabilities in Dify so Agents and Workflows can gather evidence from web, social, video, and scholarly sources with structured results and source links.

Risk level

  • Low risk
  • Medium risk
  • High risk

Required checks

  • I have read and followed the Marketplace submission requirements.
  • I have read and comply with the Plugin Developer Agreement.
  • I tested this plugin on Dify Community Edition and Dify Cloud, or documented any limitation below.
  • The package contains only files needed at runtime.
  • The package does not contain secrets, local credentials, .env files, .git directories, virtual environments, caches, logs, or IDE files.
  • The package does not contain executables or bundled binaries, or I explained why they are required below.
  • The plugin README includes setup steps, usage instructions, required APIs or credentials, connection requirements, and the source repository link.
  • The plugin includes PRIVACY.md or a hosted privacy policy, and manifest.yaml references it.
  • All user-facing text is primarily in English, with any localized README files following the i18n guidance.

Security and privacy notes

  • This update does not add or change any network, data-processing, or execution capability.
  • The plugin itself calls only the fixed HTTPS endpoint https://api.aisa.one and exposes read-only operations.
  • Web Extract accepts one to three user-provided public HTTP(S) URLs as input data for the fixed AIsa API. It rejects localhost, private and link-local networks, credential-bearing URLs, and non-HTTP(S) schemes before sending a request.
  • The AISA API key is sent only in the authorization header and is redacted from errors and outputs.
  • Requests use explicit timeouts, and upstream responses are limited to 5 MiB.
  • The plugin does not execute user-controlled code or commands, access the filesystem, perform database operations, or expose write actions.

Local validation

The following checks passed:

python3 -m unittest discover -s plugins/aisa-search/tests -v
# 19 tests passed

python3 validate_plugin.py plugins/aisa-search
# Plugin validation passed

claude plugin validate .
# Validation passed

dify plugin package ./plugins/aisa-search/dify -o ./aisa-search-0.1.1.difypkg
# Plugin packaged successfully

The plugin was upgraded locally from 0.1.0 to 0.1.1 in Dify, and the new AIsa logo and version were confirmed in the installation UI. The packaged archive was inspected to confirm that it contains no .env files, credentials, Git metadata, virtual environments, caches, IDE files, executables, or bundled binaries.

Reviewer notes

  • This is a non-breaking branding update; tool behavior is unchanged.
  • The risk profile is unchanged from the approved 0.1.0 release.
  • The package contains no bundled executables or binaries.
  • Package SHA-256: ef02e05ae3d522fb2a530f87c1a935eac4cb3be0adf786f2435ed470253a671e

@github-actions github-actions Bot added the risk: low Low-risk Marketplace submission label Aug 6, 2026
@crazywoola
crazywoola merged commit 2314d89 into langgenius:main Aug 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk: low Low-risk Marketplace submission

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants