| Check whether my agent setup is dangerous | aspex scan |
| Understand why a finding exists | aspex explain AP001 |
| See where credentials could go | aspex explain "Where could data from ~/.ssh go?" |
| See what could reach a destination | aspex explain "What sensitive data could reach Slack?" |
| Test a mitigation before changing anything | aspex simulate --restrict-filesystem filesystem=~/projects/acme |
| Evaluate a server before I add it | aspex inspect "npx -y @scope/some-mcp-server" |
| Review an agent-config change in a PR | aspex diff main..HEAD |
| Investigate suspicious agent activity | aspex trace then aspex explore |
| Reduce unnecessary permissions | aspex tighten then aspex simulate |
| Detect tool or capability drift | aspex lock, commit it, then aspex verify in CI |
| Let a coding agent query Aspex | aspex mcp |