Skip to main content
AI/MLjavimosch

publish-report

Authenticate and publish squirrelscan reports from supercli.

Stars
37
Source
javimosch/supercli
Updated
2026-05-31
Slug
javimosch--supercli--publish-report
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/javimosch/supercli/HEAD/plugins/squirrelscan/skills/publish-report/SKILL.md -o .claude/skills/publish-report.md

Drops the SKILL.md into .claude/skills/publish-report.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Publish Reports

Use this when you need to publish audit results to SquirrelScan reports.

Authenticate

supercli squirrel auth login
supercli squirrel auth status

Publish latest report

supercli squirrel report publish

Publish with visibility

supercli squirrel report publish --visibility unlisted

Logout

supercli squirrel auth logout