anomalous-attractor-detector — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited anomalous-attractor-detector (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.
Detects strange attractors and phase transitions in scalar time-series data. Flags UAP-like signatures: power-law departures from SOC band + chaotic Lyapunov exponent.
At self-organized criticality (SOC), event sizes follow power laws with α ∈ [1.5, 2.5]. Departures signal supercritical runaway (α < 1.5) or subcritical collapse (α > 2.5). Positive Lyapunov exponent confirms chaotic (strange) attractor.
from src.rqns.attractor import AnomalousAttractorDetector
detector = AnomalousAttractorDetector()
scan = detector.scan(time_series_array)
if scan.anomaly_flag:
print(f"UAP-signature detected: α={scan.power_law_alpha:.2f}, λ={scan.lyapunov_estimate:.4f}")lyapunov_estimate — > 0 = chaoticpower_law_alpha — SOC exponent (target: 1.5–2.5)soc_score — [0,1] proximity to criticalityphase_transition_risk — [0,1] variance divergenceanomaly_flag — True if UAP-signature detected~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.