← Back to search

tradeblocks-mcp

GitHub Actions Scanned 9d ago

MCP server for options trade analysis

C
68.8 / 100

Versions

3.8.0latest
Jul 31, 2026
3.7.0
Jul 28, 2026
3.6.1
Jul 22, 2026
3.6.0
Jul 22, 2026
3.5.0
Jul 22, 2026
+ show 57 moreshow less
3.4.0
Jul 22, 2026
3.3.1
Jul 14, 2026
3.0.3
Jul 6, 2026
3.0.2
Jun 22, 2026
3.0.1
Jun 21, 2026
3.0.0
Jun 17, 2026
3.0.0-beta.5
May 3, 2026
3.0.0-beta.4
May 1, 2026
3.0.0-beta.3
May 1, 2026
3.0.0-beta.2
Apr 21, 2026
3.0.0-beta.1
Apr 20, 2026
2.3.0
Apr 10, 2026
2.2.6
Apr 8, 2026
2.2.5
Apr 8, 2026
2.2.4
Apr 4, 2026
2.2.3
Apr 4, 2026
2.2.2
Mar 31, 2026
2.2.1
Mar 31, 2026
2.2.0
Mar 31, 2026
2.2.0-beta.8
Mar 29, 2026
2.2.0-beta.7
Mar 29, 2026
2.2.0-beta.6
Mar 25, 2026
2.2.0-beta.5
Mar 25, 2026
2.2.0-beta.4
Mar 25, 2026
2.2.0-beta.3
Mar 25, 2026
2.2.0-beta.2
Mar 24, 2026
2.2.0-beta.1
Mar 24, 2026
2.1.0
Mar 10, 2026
2.1.0-beta.2
Mar 8, 2026
2.1.0-beta.1
Mar 6, 2026
2.0.1
Mar 3, 2026
2.0.0
Mar 3, 2026
2.0.0-beta.2
Feb 26, 2026
2.0.0-beta.1
Feb 25, 2026
1.3.0
Feb 24, 2026
1.3.0-beta.3
Feb 23, 2026
1.3.0-beta.2
Feb 21, 2026
1.3.0-beta.1
Feb 21, 2026
1.2.1
Feb 19, 2026
1.2.0
Feb 13, 2026
1.1.0
Feb 9, 2026
1.0.1
Feb 8, 2026
1.0.0
Feb 8, 2026
0.4.8
Feb 1, 2026
0.4.2
Jan 30, 2026
0.4.1
Jan 20, 2026
0.4.0
Jan 20, 2026
0.3.0
Jan 20, 2026
0.2.4
Jan 19, 2026
0.2.3
Jan 19, 2026
0.2.2
Jan 19, 2026
0.2.1
Jan 18, 2026
0.2.0
Jan 18, 2026
0.1.3
Jan 17, 2026
0.1.2
Jan 17, 2026
0.1.1
Jan 17, 2026
0.1.0
Jan 17, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 70

get_option_snapshot
annotations: none low

Fetch live option chain snapshot with greeks, IV, open interest, and quotes from Massive.com.

profile_strategy
annotations: none low

Create or update a strategy profile for a block. Stores structure type, greeks bias,

get_strategy_profile
annotations: none low

Retrieve a single strategy profile by block_id and strategy_name.

list_profiles
annotations: none low

List strategy profiles. Provide block_id to filter by block, or omit to list all profiles

delete_profile
annotations: none low

Delete a strategy profile by block_id and strategy_name.

run_sql
annotations: none low

Execute a SQL query against the DuckDB analytics database.

regime_allocation_advisor
annotations: none low

Cross-reference strategy profiles' expected regimes with actual trading performance.

register_underlying
annotations: none low

Add or update an underlying→roots mapping in the ticker registry.

unregister_underlying
annotations: none low

Remove a user or user-override ticker entry. Bundled defaults cannot be removed;

list_underlyings
annotations: none low

List all ticker registry entries (bundled defaults + user-added + user-overrides).

resolve_root
annotations: none low

Debug helper: show how a symbol resolves through the ticker registry.

get_greeks_attribution
annotations: none low

Decompose a block's P&L into Greek components (delta, gamma, theta, vega).

portfolio_structure_map
annotations: none low

Build a Vol_Regime x Trend_Direction matrix (18 cells) across all profiled strategies.

analyze_structure_fit
annotations: none low

Analyze how well a strategy fits various market dimensions using its stored profile.

validate_entry_filters
annotations: none low

Validate effectiveness of a strategy's entry filters. Splits trades into entered vs

describe_database
annotations: none low

Get complete database schema: all tables, columns, types, row counts, and example queries.

purge_market_table
annotations: none low

Delete all data from a market table and clear its sync metadata.

fetch_bars
annotations: none low

Fetch OHLCV bars for one or more tickers over a date range.

fetch_quotes
annotations: none low

Fetch minute-level option quotes. Two modes — pass EITHER 'tickers' (specific OCC contracts, per-ticker provider calls) OR 'underlyings' (every contract under a symbol, provider bulk-by-root path — ThetaData only).

fetch_chain
annotations: none low

Fetch the historical option contract list for one or more underlyings over a date range.

import_flat_file
annotations: none low

Provider-agnostic flat-file ingest. Reads rows from a local file (parquet, csv, jsonl, .gz — anything DuckDB can read via read_parquet/read_csv/read_json) and writes them to a target market store for a single partition.\n\n

compute_vix_context
annotations: none low

Compute cross-ticker VIX context enrichment (Vol_Regime, Term_Structure_State, VIX ratios, etc.) for a date range.

refresh_market_data
annotations: none low

Composite daily-refresh driver. Calls fetch_bars \u2192 fetch_chain \u2192 fetch_quotes \u2192 compute_vix_context for a caller-supplied universe, then returns coverage report.

analyze_period_metrics
annotations: none low

Segment a block's trades by year, quarter, and month with per-period statistics, trend detection via linear regression, and worst consecutive losing month identification. Foundation for edge decay analysis.

analyze_rolling_metrics
annotations: none low

Compute rolling window statistics, quarterly seasonal averages, and recent-vs-historical comparison with structural flags for a block's trades. Foundation for edge decay analysis.

analyze_regime_comparison
annotations: none low

Run dual Monte Carlo simulations comparing full trade history vs recent window to detect regime divergence. Compares P(Profit), expected return, Sharpe ratio, and median max drawdown between the two periods. Returns a composite divergence score (0 = aligned, higher = more divergent).

analyze_walk_forward_degradation
annotations: none low

Run progressive walk-forward analysis to track whether out-of-sample performance is degrading relative to in-sample. Slides IS/OOS windows across trade history, computes efficiency ratios (OOS metric / IS metric) for Sharpe, win rate, and profit factor, detects trends via linear regression, and compares recent vs historical OOS efficiency.

analyze_live_alignment
annotations: none low

Compare backtest trades against actual (reporting log) trades to assess live execution alignment. Computes direction agreement rate (% of days where both agree on win/loss), per-strategy execution efficiency (actual P/L as ratio of backtest P/L), and alignment trend over time via monthly regression. Returns graceful skip when no reporting log exists.

analyze_edge_decay
annotations: none low

Run comprehensive edge decay analysis combining all 5 signal categories:

analyze_exit_triggers
annotations: none low

Analyze when exit triggers would fire on a trade replay. Runs replay internally

decompose_greeks
annotations: none low

Decompose a trade's P&L into greek factor contributions (delta, gamma, theta,

import_market_csv
annotations: none low

Import minute bars from a CSV file into the spot dataset via SpotStore.writeBars.

import_from_database
annotations: none low

Import minute bars from an external DuckDB database into the spot dataset via

replay_trade
annotations: none low

Replay a trade using historical minute-level option bars.

import_csv
annotations: none low

Import a CSV file from the local filesystem into the blocks directory.

analyze_regime_performance
annotations: none low

Break down a block's trade performance by market regime using market.enriched + market.spot_daily (including VIX tickers) and market.enriched_context.

suggest_filters
annotations: none low

Analyze a block's losing trades and suggest market-based filters that would have improved performance.

enrich_trades
annotations: none low

Enrich trades with market context from market.enriched + market.spot_daily (ticker-specific + VIX tickers) and market.enriched_context using correct temporal joins.

calculate_orb
annotations: none low

Calculate Opening Range Breakout (ORB) levels from market.spot bar data.

get_backtest_help
annotations: none low

Get Option Omega backtesting guidance. Covers strategy setup, strike selection,

enrich_market_data
annotations: none low

Compute technical indicator fields from raw OHLCV data in market.spot_daily and write derived fields to market.enriched + market.enriched_context.

get_performance_charts
annotations: none low

Get chart data for performance visualizations: equity curves, drawdowns, return distributions, rolling metrics, and trade patterns. Use blockId from list_blocks.

get_period_returns
annotations: none low

Get P&L breakdown by period (monthly, weekly, or daily) with reported P/L, commissions, and basis-aware net P/L. Option Omega reported P/L already includes fees.

compare_backtest_to_actual
annotations: none low

Compare backtest (tradelog.csv) results to actual reported trades (reportinglog.csv) with scaling options for fair comparison. Matches trades by date and strategy. When no dateRange is specified, comparison is auto-limited to the reporting log's date range overlap. By default, output includes matched and unmatched comparisons; set matchedOnly=true to include only matched rows. Supports trade-level detail, outlier detection, and flexible grouping. Limitation: Trade-level matching uses minute precision; if multiple trades share the same date+strategy+minute, matching is order-dependent.

batch_exit_analysis
annotations: none low

Analyze how a candidate exit policy would perform across multiple trades in a block.

run_walk_forward
annotations: none low

Execute walk-forward analysis to test parameter robustness across time windows

run_monte_carlo
annotations: none low

Run Monte Carlo simulation to project future performance and calculate risk metrics

get_correlation_matrix
annotations: none low

Calculate correlation matrix between strategies to identify diversification

get_tail_risk
annotations: none low

Calculate Gaussian copula tail dependence to identify extreme co-movement risk

get_position_sizing
annotations: none low

Calculate Kelly criterion position sizing for optimal capital allocation

analyze_slippage_trends
annotations: none low

Analyze slippage trends over time with statistical significance testing. Detects improvement/degradation patterns using linear regression on time-aggregated slippage data. Provides slope, R-squared, and p-value. Requires both tradelog.csv (backtest) and reportinglog.csv (actual). Limitation: Trade matching uses minute precision; if multiple trades share the same date+strategy+minute, matching is order-dependent.

analyze_discrepancies
annotations: none low

Analyze slippage patterns between backtest and actual trades. Detects systematic biases (direction, time-of-day) and correlates slippage with market conditions (VIX, gap, movement). Matches trades by date+strategy+time (minute precision). Requires both tradelog.csv (backtest) and reportinglog.csv (actual). Limitation: If multiple trades share the same date+strategy+minute, matching is order-dependent.

find_predictive_fields
annotations: none low

Identify which trade entry conditions predict profitability by calculating Pearson correlations between all numeric fields and a target field (usually P/L). Returns fields ranked by predictive strength.

filter_curve
annotations: none low

Sweep filter thresholds for a field and show performance at each threshold. Use after find_predictive_fields to determine optimal filter values. Returns outcome curves and identifies sweet spots where filtering improves performance.

suggest_strategy_matches
annotations: none low

Suggest matches between backtest and actual strategies based on P/L correlation when names don't align. Returns confidence scores (0-100), flags unmatchable strategies (systematic divergence), and lists unmatched strategies. Exact name matches auto-confirm at 100% confidence.

get_field_statistics
annotations: none low

Get detailed statistics for a specific field including min/max/avg/median/stdDev, percentiles, and histogram

strategy_similarity
annotations: none low

Detect potentially redundant strategies based on correlation, tail dependence, and trading day overlap. Flags strategy pairs that may be adding risk without diversification benefit.

what_if_scaling
annotations: none low

Explore strategy weight combinations within a portfolio. Answer 'what if I scaled strategy X to 0.5x?' questions. Shows before/after comparison with per-strategy breakdown. Profile-aware: uses backtest block data, enforces maxContractsPerTrade ceilings, flags ignoreMarginReq. Multi-strategy mode combines trades from multiple blocks.

paired_bootstrap_comparison
annotations: none low

Honest confidence intervals for 'is strategy A actually different from strategy B

portfolio_health_check
annotations: none low

Run comprehensive portfolio health assessment combining correlation, tail risk, Monte Carlo, walk-forward analysis, and profile-aware dimensions (regime coverage, day-of-week coverage, allocation concentration, correlation risk, backtest-to-live scaling). Returns unified 9-layer report: verdict -> grades -> flags -> key numbers.

list_blocks
annotations: none low

START HERE: List all available portfolio blocks. Returns blockId values needed for all other tools (get_statistics, get_block_info, get_performance_charts, etc.). Each block contains trade history, optional daily logs, and optional reporting logs (actual trade execution data).

get_block_info
annotations: none low

Get detailed metadata for a block including available strategies, date range, and daily log status. Use blockId from list_blocks.

get_reporting_log_stats
annotations: none low

Get detailed statistics about actual trade execution from reporting log. Returns per-strategy breakdown with trade counts, win rates, P&L, and contract counts. Use blockId from list_blocks. Returns null if no reporting log exists for the block.

get_statistics
annotations: none low

Get comprehensive portfolio statistics with explicit P/L and Sharpe methodology. Option Omega P/L is already net of fees. Sharpe defaults to historical FRED DTB3 rates; optionally provide a fixed annual rate. Use blockId from list_blocks. Optionally filter by strategy, ticker, or date range.

get_strategy_comparison
annotations: none low

Compare all strategies within a block with optional filtering and sorting

compare_blocks
annotations: none low

Compare performance statistics across multiple portfolios side-by-side. Use blockIds from list_blocks.

block_diff
annotations: none low

Compare two blocks with strategy overlap analysis and P/L attribution. Shows which strategies are shared vs unique between blocks, and calculates performance deltas for shared strategies.

stress_test
annotations: none low

Analyze portfolio performance during historical market stress scenarios (COVID crash, 2022 bear, VIX spikes, etc.). Shows how the portfolio performed during named periods without manually specifying date ranges.

drawdown_attribution
annotations: none low

Identify which strategies contributed most to losses during the portfolio's maximum drawdown period. Shows drawdown period (peak to trough) and per-strategy P/L attribution.

marginal_contribution
annotations: none low

Calculate how each strategy affects portfolio risk-adjusted returns (Sharpe/Sortino). Shows marginal contribution: positive means strategy IMPROVES the ratio, negative means it HURTS.

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops, path
shell high
Server uses shell capabilities via: child_process, execSync(), spawn()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 156

info
Transport: streamable-http manifest_parser · 80%
low
Tool 'get_option_snapshot' has no annotations annotation_checker · 100%
low
Tool 'profile_strategy' has no annotations annotation_checker · 100%
low
Tool 'get_strategy_profile' has no annotations annotation_checker · 100%
low
Tool 'list_profiles' has no annotations annotation_checker · 100%
low
Tool 'delete_profile' has no annotations annotation_checker · 100%
low
Tool 'run_sql' has no annotations annotation_checker · 100%
low
Tool 'regime_allocation_advisor' has no annotations annotation_checker · 100%
low
Tool 'register_underlying' has no annotations annotation_checker · 100%
low
Tool 'unregister_underlying' has no annotations annotation_checker · 100%
low
Tool 'list_underlyings' has no annotations annotation_checker · 100%
low
Tool 'resolve_root' has no annotations annotation_checker · 100%
low
Tool 'get_greeks_attribution' has no annotations annotation_checker · 100%
low
Tool 'portfolio_structure_map' has no annotations annotation_checker · 100%
low
Tool 'analyze_structure_fit' has no annotations annotation_checker · 100%
low
Tool 'validate_entry_filters' has no annotations annotation_checker · 100%
low
Tool 'describe_database' has no annotations annotation_checker · 100%
low
Tool 'purge_market_table' has no annotations annotation_checker · 100%
low
Tool 'fetch_bars' has no annotations annotation_checker · 100%
low
Tool 'fetch_quotes' has no annotations annotation_checker · 100%
low
Tool 'fetch_chain' has no annotations annotation_checker · 100%
low
Tool 'import_flat_file' has no annotations annotation_checker · 100%
low
Tool 'compute_vix_context' has no annotations annotation_checker · 100%
low
Tool 'refresh_market_data' has no annotations annotation_checker · 100%
low
Tool 'analyze_period_metrics' has no annotations annotation_checker · 100%
low
Tool 'analyze_rolling_metrics' has no annotations annotation_checker · 100%
low
Tool 'analyze_regime_comparison' has no annotations annotation_checker · 100%
low
Tool 'analyze_walk_forward_degradation' has no annotations annotation_checker · 100%
low
Tool 'analyze_live_alignment' has no annotations annotation_checker · 100%
low
Tool 'analyze_edge_decay' has no annotations annotation_checker · 100%
low
Tool 'analyze_exit_triggers' has no annotations annotation_checker · 100%
low
Tool 'decompose_greeks' has no annotations annotation_checker · 100%
low
Tool 'import_market_csv' has no annotations annotation_checker · 100%
low
Tool 'import_from_database' has no annotations annotation_checker · 100%
low
Tool 'replay_trade' has no annotations annotation_checker · 100%
low
Tool 'import_csv' has no annotations annotation_checker · 100%
low
Tool 'analyze_regime_performance' has no annotations annotation_checker · 100%
low
Tool 'suggest_filters' has no annotations annotation_checker · 100%
low
Tool 'enrich_trades' has no annotations annotation_checker · 100%
low
Tool 'calculate_orb' has no annotations annotation_checker · 100%
low
Tool 'get_backtest_help' has no annotations annotation_checker · 100%
low
Tool 'enrich_market_data' has no annotations annotation_checker · 100%
low
Tool 'get_performance_charts' has no annotations annotation_checker · 100%
low
Tool 'get_period_returns' has no annotations annotation_checker · 100%
low
Tool 'compare_backtest_to_actual' has no annotations annotation_checker · 100%
low
Tool 'batch_exit_analysis' has no annotations annotation_checker · 100%
low
Tool 'run_walk_forward' has no annotations annotation_checker · 100%
low
Tool 'run_monte_carlo' has no annotations annotation_checker · 100%
low
Tool 'get_correlation_matrix' has no annotations annotation_checker · 100%
low
Tool 'get_tail_risk' has no annotations annotation_checker · 100%
low
Tool 'get_position_sizing' has no annotations annotation_checker · 100%
low
Tool 'analyze_slippage_trends' has no annotations annotation_checker · 100%
low
Tool 'analyze_discrepancies' has no annotations annotation_checker · 100%
low
Tool 'find_predictive_fields' has no annotations annotation_checker · 100%
low
Tool 'filter_curve' has no annotations annotation_checker · 100%
low
Tool 'suggest_strategy_matches' has no annotations annotation_checker · 100%
low
Tool 'get_field_statistics' has no annotations annotation_checker · 100%
low
Tool 'strategy_similarity' has no annotations annotation_checker · 100%
low
Tool 'what_if_scaling' has no annotations annotation_checker · 100%
low
Tool 'paired_bootstrap_comparison' has no annotations annotation_checker · 100%
low
Tool 'portfolio_health_check' has no annotations annotation_checker · 100%
low
Tool 'list_blocks' has no annotations annotation_checker · 100%
low
Tool 'get_block_info' has no annotations annotation_checker · 100%
low
Tool 'get_reporting_log_stats' has no annotations annotation_checker · 100%
low
Tool 'get_statistics' has no annotations annotation_checker · 100%
low
Tool 'get_strategy_comparison' has no annotations annotation_checker · 100%
low
Tool 'compare_blocks' has no annotations annotation_checker · 100%
low
Tool 'block_diff' has no annotations annotation_checker · 100%
low
Tool 'stress_test' has no annotations annotation_checker · 100%
low
Tool 'drawdown_attribution' has no annotations annotation_checker · 100%
low
Tool 'marginal_contribution' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Excessive dependency count: 58 direct dependencies dependency_analyzer · 90%
medium
Suspicious package name: react-dom dependency_analyzer · 60%
medium
Vulnerable dependency: @grpc/grpc-js@1.14.3 (GHSA-5375-pq7m-f5r2) dependency_analyzer · 95%
medium
Vulnerable dependency: @grpc/grpc-js@1.14.3 (GHSA-99f4-grh7-6pcq) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: get_option_snapshot manifest_parser · 85%
info
Tool: profile_strategy manifest_parser · 85%
info
Tool: get_strategy_profile manifest_parser · 85%
info
Tool: list_profiles manifest_parser · 85%
info
Tool: delete_profile manifest_parser · 85%
info
Tool: run_sql manifest_parser · 85%
info
Tool: regime_allocation_advisor manifest_parser · 85%
info
Tool: register_underlying manifest_parser · 85%
info
Tool: unregister_underlying manifest_parser · 85%
info
Tool: list_underlyings manifest_parser · 85%
info
Tool: resolve_root manifest_parser · 85%
info
Tool: get_greeks_attribution manifest_parser · 85%
info
Tool: portfolio_structure_map manifest_parser · 85%
info
Tool: analyze_structure_fit manifest_parser · 85%
info
Tool: validate_entry_filters manifest_parser · 85%
info
Tool: describe_database manifest_parser · 85%
info
Tool: purge_market_table manifest_parser · 85%
info
Tool: fetch_bars manifest_parser · 85%
info
Tool: fetch_quotes manifest_parser · 85%
info
Tool: fetch_chain manifest_parser · 85%
info
Tool: import_flat_file manifest_parser · 85%
info
Tool: compute_vix_context manifest_parser · 85%
info
Tool: refresh_market_data manifest_parser · 85%
info
Tool: analyze_period_metrics manifest_parser · 85%
info
Tool: analyze_rolling_metrics manifest_parser · 85%
info
Tool: analyze_regime_comparison manifest_parser · 85%
info
Tool: analyze_walk_forward_degradation manifest_parser · 85%
info
Tool: analyze_live_alignment manifest_parser · 85%
info
Tool: analyze_edge_decay manifest_parser · 85%
info
Tool: analyze_exit_triggers manifest_parser · 85%
info
Tool: decompose_greeks manifest_parser · 85%
info
Tool: import_market_csv manifest_parser · 85%
info
Tool: import_from_database manifest_parser · 85%
info
Tool: replay_trade manifest_parser · 85%
info
Tool: import_csv manifest_parser · 85%
info
Tool: analyze_regime_performance manifest_parser · 85%
info
Tool: suggest_filters manifest_parser · 85%
info
Tool: enrich_trades manifest_parser · 85%
info
Tool: calculate_orb manifest_parser · 85%
info
Tool: get_backtest_help manifest_parser · 85%
info
Tool: enrich_market_data manifest_parser · 85%
info
Tool: get_performance_charts manifest_parser · 85%
info
Tool: get_period_returns manifest_parser · 85%
info
Tool: compare_backtest_to_actual manifest_parser · 85%
info
Tool: batch_exit_analysis manifest_parser · 85%
info
Tool: run_walk_forward manifest_parser · 85%
info
Tool: run_monte_carlo manifest_parser · 85%
info
Tool: get_correlation_matrix manifest_parser · 85%
info
Tool: get_tail_risk manifest_parser · 85%
info
Tool: get_position_sizing manifest_parser · 85%
info
Tool: analyze_slippage_trends manifest_parser · 85%
info
Tool: analyze_discrepancies manifest_parser · 85%
info
Tool: find_predictive_fields manifest_parser · 85%
info
Tool: filter_curve manifest_parser · 85%
info
Tool: suggest_strategy_matches manifest_parser · 85%
info
Tool: get_field_statistics manifest_parser · 85%
info
Tool: strategy_similarity manifest_parser · 85%
info
Tool: what_if_scaling manifest_parser · 85%
info
Tool: paired_bootstrap_comparison manifest_parser · 85%
info
Tool: portfolio_health_check manifest_parser · 85%
info
Tool: list_blocks manifest_parser · 85%
info
Tool: get_block_info manifest_parser · 85%
info
Tool: get_reporting_log_stats manifest_parser · 85%
info
Tool: get_statistics manifest_parser · 85%
info
Tool: get_strategy_comparison manifest_parser · 85%
info
Tool: compare_blocks manifest_parser · 85%
info
Tool: block_diff manifest_parser · 85%
info
Tool: stress_test manifest_parser · 85%
info
Tool: drawdown_attribution manifest_parser · 85%
info
Tool: marginal_contribution manifest_parser · 85%
info
Required env vars (29) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 1375 components sbom_generator · 100%
high
Hardcoded Password found in tradeblocks-org-tradeblocks-8e4c66b/docs/market-data.md secret_scanner · 65%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%