Skip to content

Add SafeSkill security badge (89/100 — Passes with Notes)#1

Merged
RandomCoder-lab merged 1 commit into
RandomCoder-lab:masterfrom
OyaAIProd:safeskill-scan-1779070127930
May 19, 2026
Merged

Add SafeSkill security badge (89/100 — Passes with Notes)#1
RandomCoder-lab merged 1 commit into
RandomCoder-lab:masterfrom
OyaAIProd:safeskill-scan-1779070127930

Conversation

@OyaAIProd
Copy link
Copy Markdown
Contributor

⚠️ SafeSkill Security Scan Results

Metric Value
Overall Score 89/100 (Passes with Notes)
Code Score 100/100
Content Score 69/100
Findings 24 findings detected (1 high)
Taint Flows 0
Files Scanned 1
Scan Duration 0.8s

Top Findings

  • 🟠 high: Detected instruction-override attempt: "you are now" (experiments/transformerless_lm/tinyshakespeare.txt:16301)
  • 🟡 medium: Indirect injection vector detected (raw-content-url): "https://raw.githubusercontent.com/RandomCoder-lab/OMC/main/examples/lib/harmonic" (docs/anomaly_detection.md:236)
  • 🟡 medium: Hidden/invisible text detected (homoglyph) at byte offset 5244: "Word "μs" contains non-ASCII lookalikes: U+3BC" (docs/archive/HBIT_ISSUES_RESOLVED.md:167)
  • 🟡 medium: Hidden/invisible text detected (homoglyph) at byte offset 4258: "Word "μs" contains non-ASCII lookalikes: U+3BC" (docs/archive/README_TIER4.md:127)
  • 🟡 medium: Hidden/invisible text detected (homoglyph) at byte offset 2508: "Word "μs" contains non-ASCII lookalikes: U+3BC" (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.

Signed-off-by: SafeSkill Scanner <mk@oya.ai>
@RandomCoder-lab RandomCoder-lab merged commit ffcfe89 into RandomCoder-lab:master May 19, 2026
2 of 3 checks passed
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants