Ai Intelligent Api Management

PassAudited by ClawScan on May 10, 2026.

Overview

This is a documentation-only API-management skill; the main caution is that its setup instructions point to external code that was not included for review.

Before installing, treat this as an instruction-only listing rather than a reviewed application. Check the external GitHub code and dependencies yourself, pin a trusted version if possible, and avoid using it with production API credentials or sensitive API data until the implementation has been reviewed.

Findings (1)

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.

What this means

If you follow the setup instructions, you may run code that was not part of this security review.

Why it was flagged

The skill's documented setup would fetch and execute code and dependencies from an external repository, while the reviewed package itself contains no implementation files or lockfiles.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-api-management
cd ai-intelligent-api-management
pip install -r requirements.txt
python app.py
Recommendation

Verify the GitHub repository, review requirements.txt and app.py, prefer a pinned commit or release, and run it in a controlled environment before trusting it with real API data.