Ai Intelligent Api Management
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing it as written would execute code from outside the reviewed skill package on the user's machine.
The setup directs users to fetch dependencies and run a Python app from a repository whose code is not part of the supplied artifacts. This is purpose-aligned for an API-management app, but users should review that external code before running it.
git clone https://github.com/openclaw-skills/ai-intelligent-api-management cd ai-intelligent-api-management pip install -r requirements.txt python app.py
Only run the clone/install/start commands after checking the repository, dependency file, and app entry point; prefer pinned dependencies or an audited install package.
