CantonGuard
Description
A Claude/Codex skill to find vulnerabilities in daml contracts
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Canton Guard by SCAS
A security agent for finding potential vulnerabilities in Daml.
Built for:
- Daml developers who want a security check before shipping workflow changes
- Canton teams reviewing authorization, privacy, and contract-key logic
- Security researchers looking for fast, Daml-native audit hypotheses before manual review
Installation
Open claude/codex and paste this prompt ```Install this skill: https://github.com/SCAuditStudio/CantonGuard```
To use the skill in github copilot, clone the repo to the `.github/copilot-skills` folder.
Usage
Use $canton-guard-by-scas to review the codebase
Use $canton-guard-by-scas on specified .daml files
Use $canton-guard-by-scas --include-tests when workflow intent lives in Daml Script or test modules
Use ./github/copilot-skills/canton-guard-by-scas to review the codebase
Tips
- Target hot modules. Point the skill at the contracts or workflows you are actively changing instead of scanning a large repo blindly.
- Run more than once. Different passes often surface different authorization and privacy issues.
- Include tests when needed. In Daml, test and script modules often reveal the intended party flow, deadline logic, and failure cases.
Contact
If you are looking to explore strategies for securing your project, reach out for a chat on [scauditstudio.com](https://scauditstudio.com/contact).
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11