saas-license-rightsize-2b314f — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited saas-license-rightsize-2b314f (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.
Use this skill to turn local SaaS admin exports, HR rosters, and usage reports into a reviewable license rightsize plan. The goal is to reclaim or downgrade seats with evidence, not to blindly remove access because a user looks inactive.
Run the bundled local audit when files exist:
python3 saas-license-rightsize/scripts/saas_license_rightsize.py \
--licenses /absolute/path/licenses.csv \
--employees /absolute/path/employees.csv \
--usage /absolute/path/usage.csv \
--today 2026-05-17Use for license exports, SSO exports, HR rosters, usage files, and renewal or budget reviews. Do not use for live account changes unless the user explicitly authorizes the exact changes.
Classify findings as reclaim_now, reclaim_or_downgrade, downgrade_review, merge_or_reclaim_duplicate, access_review, verify_identity_or_owner, owner_review, or monitor.
Before recommending removal, check owner, HR status, role, usage evidence, contract constraints, and exception categories such as service accounts, break-glass accounts, legal/compliance accounts, executives, seasonal users, and users on leave.
Return:
## License Portfolio Decision
[Immediate reclaim review / Owner review needed / Monitor only]
## Savings Summary
[Potential annual savings, high-risk seats, missing evidence]
## Seat Exceptions
| Risk | Action | App | Email | Plan | Role | Annual cost | Evidence | Next step |
|---|---|---|---|---|---|---:|---|---|
## Owner Action Plan
[One action per finding]
## Guardrails
[Do-not-remove categories, source limits, approval requirements]Validation fixture:
python3 saas-license-rightsize/scripts/saas_license_rightsize.py \
--licenses saas-license-rightsize/scripts/fixtures/licenses.csv \
--employees saas-license-rightsize/scripts/fixtures/employees.csv \
--usage saas-license-rightsize/scripts/fixtures/usage.csv \
--today 2026-05-17~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.