# Sample Report Output

> Real psLens report output, exported to Markdown from a development environment, so you can see the exact artifact a report run produces before installing anything.

---

LLMS index: [llms.txt](/llms.txt)

---

Every psLens report produces a Markdown document: findings up top, supporting detail below, stored for 90 days and exportable with one click. The files linked on this page are real output, run against a Campus Solutions 9.2 development image and exported exactly as psLens produced them. Only hostnames and two service-account names were changed. The deep links inside each file point at a placeholder psLens URL; in your deployment they resolve to the live object pages.

## Stale Passwords Report

Lists unlocked accounts whose password is older than the configured threshold (90 days in this run), with last sign-on and permission list context. Against this dev image it analyzed 212 user accounts and flagged 11 accounts that had not changed passwords in over a year, including the delivered `PS` superuser at 463 days.

[View the exported Markdown](/sample-reports/security-stale-passwords-sample.md)

## Dangerous Permissions Report

Checks permission lists for capabilities that bypass security controls or escalate privileges: SOAP-to-CI web library access, WSDL generation, user profile management, role management, node configuration, and more. Each finding lists the permission lists involved, the roles that carry them, and the count of unlocked users affected. This run found 2 permission lists granting SOAP-to-CI access, one of them attached to broad self-service roles.

[View the exported Markdown](/sample-reports/security-dangerous-permissions-sample.md)

## Nodes Without Passwords Report

Flags message nodes with no authentication configured. Against this dev image: 62 active nodes, 58 of them with `AUTHOPTN='N'`, meaning any system that can reach the gateway can send messages through them. Delivered dev images really do look like this, which is why the report exists.

[View the exported Markdown](/sample-reports/security-nodes-no-password-sample.md)

## Running These Yourself

Each report above is documented in the [reports catalog](/docs/reports/) with its parameters and the PeopleTools tables it reads. Reports run in the background with live progress, and results stay available for 90 days.
