Summary
OpenSSF Scorecard gives a 4/10 on Security-Policy with "no linked content found", despite SECURITY.md linking to GitHub's private vulnerability reporter.
Root Cause
The link on SECURITY.md line 5 uses a relative path:
[report it privately](/../../security/advisories/new)
Scorecard's link checker doesn't resolve relative GitHub paths — it needs a full URL to detect linked content.
Fix
Replace with the absolute URL:
[report it privately](https://github.com/UniquePixels/unicorn/security/advisories/new)
This should bring the Security-Policy score from 4 to 10.