internal

Glasswall Internal Reports

A simple host for sharing Claude-generated HTML reports across the Glasswall team.

What lives here

Anything published via the gw-publish-report Claude Code skill lands at:

https://internal-reports.glasswall.dev/<username>/<slug>.html

Each user gets their own subfolder (derived from whoami at publish time), so reports don't collide between teammates.

How to publish

From inside Claude Code, ask the assistant to publish a report. The skill takes a path to an .html file (or HTML generated in the conversation) and uploads it for you:

publish /path/to/your-report.html

The skill will summarise the filename and target URL, ask for explicit confirmation, then return the link. Behind the scenes it POSTs to https://api.internal-reports.glasswall.dev/api/publish.

Who can read

Don't publish sensitive content. Customer data, PII, secrets, credentials, unfixed vulnerability details, NDA-covered material, or confidential commercial information do not belong here. Use a properly access-controlled channel (SharePoint with permissions, a private repo, direct file share) instead.

Constraints

Source