ib-collar — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ib-collar (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.
Generate a tactical collar strategy report for protecting PMCC positions through earnings or high-risk events.
TWS or IB Gateway must be running locally with API enabled:
Port fallback: If the configured port fails, automatically retry on the other port. If the retry succeeds, save to memory which account type worked (live/paper) and reuse it for all IB skill calls in this and future sessions — until the user explicitly asks for the other account. If both ports fail, ask the user to verify that TWS or IB Gateway is running with API access enabled.
uv run python scripts/collar.py SYMBOL [--port PORT] [--account ACCOUNT]The script returns JSON to stdout with all position and scenario data.
Read templates/markdown-template.md for formatting instructions. Generate a markdown report from the JSON data and save to sandbox/.
Present key findings to the user: recommended put protection, cost/benefit, and the saved report path.
SYMBOL - Stock symbol to analyze (must be in portfolio)--port - IB port (default: 7497 for paper trading)--account - Specific account ID (optional, searches all accounts)The script returns JSON with these key fields:
symbol, current_price - Basic infolong_strike, long_expiry, long_qty, long_cost - LEAPS positionshort_positions - List of short callsis_proper_pmcc, short_above_long - PMCC health flagsearnings_date, days_to_earnings - Earnings timingput_analysis - List of put scenarios with costs and P&L under gap up/flat/downunprotected_loss_10, unprotected_loss_15, unprotected_gain_10 - LEAPS risk without collarvolatility - Historical volatility dataProper PMCC Structure:
Broken PMCC Structure:
Tactical Collar:
Put Duration Trade-offs:
# Analyze NVDA position (defaults to paper port 7497)
uv run python scripts/collar.py NVDA
# Analyze specific account
uv run python scripts/collar.py AMZN --account U790497
# Use paper trading port instead
uv run python scripts/collar.py NVDA --port 7497All timestamps and time-based calculations must use the America/New_York timezone. All JSON output must include generated_at (NY time string) and data_delay fields.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.