X Twitter Post Publisher
Analysis
This skill is built to post publicly to X/Twitter using a logged-in browser session, but it lacks clear final-approval/account scoping and references a missing PowerShell automation script.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Verify the Post button is enabled 7. Click Post 8. Verify by searching for a unique snippet
The workflow directs the agent to perform the final public publishing action through browser automation, but the artifacts do not require a last user confirmation of the exact text and target account before clicking Post.
Run the bundled script: powershell -ExecutionPolicy Bypass -File scripts/publish-x-post.ps1
The reviewed file manifest contains only SKILL.md and references/troubleshooting.md, so the referenced bundled script is absent from the artifact set; the main automation cannot be inspected or provenance-checked.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Use this skill to publish to X/Twitter through the user's existing logged-in browser context.
The skill uses the user's authenticated browser session as its authority, while the registry metadata declares no primary credential or required config path, and the account/profile scope is not clearly bounded.
