Add SafeSkill security badge (89/100 — Passes with Notes)#1
Merged
RandomCoder-lab merged 1 commit intoMay 19, 2026
Merged
Conversation
Signed-off-by: SafeSkill Scanner <mk@oya.ai>
RandomCoder-lab
pushed a commit
that referenced
this pull request
May 22, 2026
v78 self-eval was binary + single-EMA + reactive only. v79 adds three layers of refined self-awareness: #1 Continuous insight scale [0, ~2]: insight = surprise_factor * real_word_factor * (1 - rep_factor) - surprise_factor: surprise / pi*log(phi), capped at 2 - real_word_factor: 1.0 if word, 0.3 if char - rep_factor: 1.0 if token in last F(7)=13 emissions, 0 if novel Replaces binary 0/1. #2 Two-tier momentum (tactical + strategic): momentum_short: 1/F(3)=0.5 weight EMA -- responds in 2 steps momentum_long: 1/F(7)=0.077 weight EMA -- responds in 13 steps Decisions split: short drives sharpen/flatten (per-token tactic), long drives reserve scaling (strategic frame). #3 Entropy override ("am I stuck?" signal): Local entropy of last F(5)=5 emissions. If H < log(2) ~ 0.69 -> force flatten regardless of momentum. The model detects its own repetition through entropy, not just momentum magnitude. Three layers of self-awareness: emission quality (continuous insight), temporal pattern (short + long momentum), and structural diversity (entropy override). All pure substrate (F-tier EMAs, log thresholds).
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.
Top Findings
experiments/transformerless_lm/tinyshakespeare.txt:16301)docs/anomaly_detection.md:236)docs/archive/HBIT_ISSUES_RESOLVED.md:167)docs/archive/README_TIER4.md:127)docs/archive/TIER_4_COMPLETE.md:82)View full report on SafeSkill
About SafeSkill
SafeSkill is a free, open-source security scanner for AI tools, MCP servers, and Claude Code skills. We scan for code exploits, prompt injection, and data exfiltration risks.
False positive? We take accuracy seriously. If any finding above is incorrect, please open an issue and we will fix it immediately.