Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
thewealthyplace
/
stxforge
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
include audit command
- #5
#5
Merged
thewealthyplace
merged 16 commits into
main
thewealthyplace/stxforge:main
from
fix/issue-2-audit-command
thewealthyplace/stxforge:fix/issue-2-audit-command
Copy head branch name to clipboard
Feb 22, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
include audit command
#5
thewealthyplace
merged 16 commits into
main
thewealthyplace/stxforge:main
from
fix/issue-2-audit-command
thewealthyplace/stxforge:fix/issue-2-audit-command
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2026
feat(audit): add STX-001 rule — missing asserts! before state-changing ops
thewealthyplace
committed
562df87
View commit details
Copy full SHA for 562df87
Browse repository at this point
feat(audit): add STX-002 rule — unchecked contract-call? return values
thewealthyplace
committed
8b49124
View commit details
Copy full SHA for 8b49124
Browse repository at this point
feat(audit): add STX-003 tx-sender misuse and STX-004 unbounded iteration rules
thewealthyplace
committed
4083ab1
View commit details
Copy full SHA for 4083ab1
Browse repository at this point
feat(audit): add STX-005 missing docs and STX-006 no principal check rules
thewealthyplace
committed
39dd5f5
View commit details
Copy full SHA for 39dd5f5
Browse repository at this point
feat(audit): register all 6 rules in rules index
thewealthyplace
committed
ca4212e
View commit details
Copy full SHA for ca4212e
Browse repository at this point
feat(audit): implement contract scanner that applies all rules and summarizes findings
thewealthyplace
committed
b6e10cd
View commit details
Copy full SHA for b6e10cd
Browse repository at this point
feat(audit): implement terminal and JSON reporters for audit findings
thewealthyplace
committed
008c28b
View commit details
Copy full SHA for 008c28b
Browse repository at this point
feat(audit): implement audit command handler with CI exit code support
thewealthyplace
committed
794eff2
View commit details
Copy full SHA for 794eff2
Browse repository at this point
feat(audit): register audit command in CLI and add package.json
thewealthyplace
committed
aba42d1
View commit details
Copy full SHA for aba42d1
Browse repository at this point
test(audit): add clean and vulnerable Clarity fixture contracts for rule testing
thewealthyplace
committed
1052e61
View commit details
Copy full SHA for 1052e61
Browse repository at this point
test(audit): add unit tests for all 6 audit rules with passing and failing fixtures
thewealthyplace
committed
dff203f
View commit details
Copy full SHA for dff203f
Browse repository at this point
test(audit): add scanner and summarize unit tests using fixture contracts
thewealthyplace
committed
bca7636
View commit details
Copy full SHA for bca7636
Browse repository at this point
refactor(audit): add audit module barrel export
thewealthyplace
committed
5547c61
View commit details
Copy full SHA for 5547c61
Browse repository at this point
ci: add GitHub Actions workflow for automated Clarity audit on contract changes
thewealthyplace
committed
fa3ec95
View commit details
Copy full SHA for fa3ec95
Browse repository at this point
docs: add full audit command documentation with rules, exit codes, and JSON schema
thewealthyplace
committed
f1ffae6
View commit details
Copy full SHA for f1ffae6
Browse repository at this point
Merge branch 'main' into fix/issue-2-audit-command
thewealthyplace
authored
0f56f38
View commit details
Copy full SHA for 0f56f38
Browse repository at this point
You can’t perform that action at this time.