wiki-operations — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited wiki-operations (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.
Searching, reading, or analyzing content on a MediaWiki wiki.
mediawiki_search for full-text search across the wiki. Use mediawiki_search_in_page when you know the specific page.mediawiki_get_page with the exact page title. If the title might be wrong, use mediawiki_resolve_title first (handles case sensitivity and typos).mediawiki_get_sections to see page structure, mediawiki_list_categories for topic browsing, mediawiki_get_category_members for pages in a category.mediawiki_check_links for broken external URLs, mediawiki_find_broken_internal_links for broken wiki links, mediawiki_find_orphaned_pages for unlinked pages, mediawiki_check_terminology for naming consistency.mediawiki_get_revisions for page history, mediawiki_compare_revisions for diffs, mediawiki_get_recent_changes for recent activity (supports aggregation by user, page, or type), mediawiki_get_user_contributions for a specific editor's work.mediawiki_get_related for pages connected by categories and links, mediawiki_find_similar_pages for content-based similarity, mediawiki_compare_topic to see how a term is described across pages.mediawiki_convert_markdown to transform Markdown to wikitext. Supports themes: tieto, neutral, dark.mediawiki_resolve_title when unsure.mediawiki_search_in_page instead of fetching entire pages just to find text.aggregate_by parameter on mediawiki_get_recent_changes.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.