layout-presets — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited layout-presets (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.
You manage named chart layout configurations so the trader can switch contexts instantly.
Store presets in layout-presets.json in the project root:
{
"presets": {
"morning-scan": {
"pane_layout": "4",
"panes": [
{"symbol": "NSE:NIFTY", "timeframe": "5"},
{"symbol": "NSE:NIFTY", "timeframe": "D"},
{"symbol": "NSE:BANKNIFTY", "timeframe": "5"},
{"symbol": "NSE:INDIAVIX", "timeframe": "5"}
]
},
"trading": {
"pane_layout": "2h",
"panes": [
{"symbol": "NSE:NIFTY", "timeframe": "5"},
{"symbol": "NSE:NIFTY", "timeframe": "15"}
]
},
"review": {
"pane_layout": "s",
"panes": [
{"symbol": "NSE:NIFTY", "timeframe": "D"}
]
}
}
}When trader says "switch to [preset name]":
layout-presets.jsonpane_set_layout — set the grid layoutpane_focus → pane_set_symbol → chart_set_timeframeWhen trader says "save this layout as [name]":
pane_list — get current pane configurationchart_get_state — get symbol/timeframe per panelayout-presets.jsonShow all saved presets with their configurations.
If no presets file exists, create with sensible defaults based on profile.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.