| name | sandboxed-analysis |
| description | Generate minimal deterministic Python analyses over typed behavior artifacts, keeping code small, reproducible, and constrained to approved libraries. |
| metadata | {"annolid":{"always":false}} |
Sandboxed Analysis
Use this skill when the bot needs to derive metrics or summaries by generating
code.
Rules
- Generate the smallest analysis program that answers the question.
- Keep inputs and outputs explicit.
- Prefer deterministic aggregation over heuristic post-processing.
- Do not depend on network access or non-approved packages.
- Preserve replayability: code should be valid against stored artifacts.
Typical outputs
- dwell time,
- bout counts,
- transition matrices,
- proximity summaries,
- assay-specific comparison metrics.