Security status report SKILL - #680
Open
Michael Taufen (mtaufen) wants to merge 4 commits into
Open
Conversation
Michael Taufen (mtaufen)
requested review from
Dmitry Berkovich (dberkov) and
Julian Gutierrez Oschmann (juli4n)
August 1, 2026 00:21
This is a (partially) vibe-coded skill that generates a report for each threat in the threat model, and renders a png graph to give a high level gut-feel overview of Substrate's current security posture, based on how well each threat model item has been addressed. This replaces the previous TODO of filing a GH issue for each threat with threat IDs that we manage locally in the threat model file.
Michael Taufen (mtaufen)
force-pushed
the
security-report
branch
from
August 4, 2026 00:18
69a23a9 to
a197cd1
Compare
Collaborator
Author
|
Dmitry Berkovich (@dberkov) addressed offline feedback, PTAL |
Michael Taufen (mtaufen)
force-pushed
the
security-report
branch
from
August 6, 2026 15:03
a197cd1 to
f0ad7a6
Compare
Michael Taufen (mtaufen)
force-pushed
the
security-report
branch
from
August 8, 2026 04:29
f0ad7a6 to
3a83f53
Compare
Updates the chart coloring so that the amount of red vs. green (and other colors) provides a better visual indication of how good or bad Substrate's security posture is
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a (partially) vibe-coded skill that generates a report for each threat in the threat model, and renders a png graph to give a high level gut-feel overview of Substrate's current security posture, based on how well each threat model item has been addressed.
Now we can all run these reports to keep tabs on the rough status of the repo :). Expect some variation between runs, depending on model, harness, etc.
Example report json excerpt:
And we can get nice charts like this. The amount of red is how bad we're doing ;). Everything else is "better than red."
Original chart for reference. Click to expand.
Original chart for reference below. The newer one above (e5b9bcd) does a better job of using the total surface area of a given color to indicate security posture.