# Publish Report

> Authenticate and publish squirrelscan reports from supercli.

- Skill: `javimosch/publish-report` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/publish-report`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/publish-report/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/publish-report

---


# Publish Reports

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

## Authenticate

```bash
supercli squirrel auth login
supercli squirrel auth status
```

## Publish latest report

```bash
supercli squirrel report publish
```

## Publish with visibility

```bash
supercli squirrel report publish --visibility unlisted
```

## Logout

```bash
supercli squirrel auth logout
```

