AIsa Twitter API

AdvisoryAudited by Static analysis on May 8, 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.

What this means

If used to post, the agent can publish content publicly from an authorized X/Twitter account.

Why it was flagged

The skill can create public Twitter/X posts, including media posts. This is purpose-aligned and disclosed, but public posting is a high-impact action that should stay user-directed.

Skill content
Publish text, image, and video posts after explicit OAuth approval.
Recommendation

Review the exact text, media, reply/quote target, and account authorization before allowing a post.

What this means

Anyone or any agent run with this key and completed OAuth authorization may be able to use the configured AIsa/Twitter workflow.

Why it was flagged

The skill requires an AIsa API key and uses OAuth-gated posting, which are expected for this integration but represent delegated account/API authority.

Skill content
Required secret: `AISA_API_KEY`.
Recommendation

Use a dedicated API key where possible, keep it out of logs and shared prompts, and revoke OAuth access if you no longer use the skill.

What this means

Tweet text, OAuth flow data, and any attached media files may be transmitted to AIsa’s relay service for posting.

Why it was flagged

The artifacts clearly disclose that OAuth requests, post content, and uploaded media are sent through the AIsa relay. This is central to the skill, but users should understand the data boundary.

Skill content
Posting, OAuth, and approved media uploads are relay-based and go to `api.aisa.one`.
Recommendation

Only upload intended workspace files and avoid sending confidential media or text unless you are comfortable with the AIsa relay handling it.