publer-social-manager — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited publer-social-manager (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill provides high-level workflows for multi-platform social media management using the Publer MCP server. It streamlines content adaptation, multi-step scheduling, and performance monitoring.
When asked to post across different networks:
get_platform_info to quickly see all connected accounts and their specific limits.auto_adapt: true in schedule_post or publish_post_now to automatically handle character limits and threading for X, Threads, and Mastodon.split_content_into_thread if you need to show them the exact split beforehand).For posts with media from URLs:
publish_with_media to upload and publish/schedule in a single call. This tool handles the background upload and polling automatically.upload_media_file for local files to get a media_id before calling schedule_post.auto_adapt: true to let the server handle splitting long content into numbered threads.follow_up_text in schedule_post for a specific "Link in bio" comment or to start a discussion.get_best_times to pick the perfect slot based on audience activity.list_accounts(capability: 'video') or list_accounts(provider: 'twitter') to quickly find relevant accounts without scanning a large list.list_accounts -> get_best_times -> Adapt text for X (280 chars) and LinkedIn -> schedule_post.schedule_post with the first chunk as text and subsequent chunks as follow_up_text (if single follow-up) or multiple scheduled posts.follow_up_text typically supports one comment. For longer threads, schedule separate posts.get_post_insights with from and to dates -> Summarize top-performing content and key metrics.See platform_limits.md for character counts, media support, and threading capabilities.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.