bollinger-bands — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bollinger-bands (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.
Bollinger Bands (volatility bands) — Plot a moving average with upper/lower bands at standard-deviation distances to gauge volatility and mean reversion.
Use when the user asks to:
Plot a moving average with upper/lower bands at standard-deviation distances to gauge volatility and mean reversion. Apply it on OHLCV data (open, high, low, close, volume) for any timeframe. Always confirm with price structure, trend context, and at least one independent indicator before acting.
import pandas as pd
# df has columns: open, high, low, close, volume (datetime index)
# Compute the indicator, then generate signals
# (use pandas/numpy or ta libraries; validate on out-of-sample data)Educational analysis only. Not financial advice.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.