deploy-xmtp-bot — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited deploy-xmtp-bot (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.
Manual deployment of the XMTP bot service to ECS Fargate.
MSYS_NO_PATHCONV=1 aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin <YOUR_AWS_ACCOUNT_ID>.dkr.ecr.us-east-2.amazonaws.comcd xmtp-bot && docker build --no-cache --platform linux/amd64 -t em-xmtp-bot:latest .docker tag em-xmtp-bot:latest <YOUR_AWS_ACCOUNT_ID>.dkr.ecr.us-east-2.amazonaws.com/em-production-xmtp-bot:latest
docker push <YOUR_AWS_ACCOUNT_ID>.dkr.ecr.us-east-2.amazonaws.com/em-production-xmtp-bot:latestMSYS_NO_PATHCONV=1 aws ecs update-service --cluster em-production --service em-xmtp-bot --force-new-deployment --region us-east-2sleep 90
MSYS_NO_PATHCONV=1 aws ecs describe-services --cluster em-production --services em-xmtp-bot --region us-east-2 --query 'services[0].{status:status,running:runningCount,desired:desiredCount,deployments:deployments[*].{status:status,running:runningCount}}'/ecs/em-xmtp-botXMTP_WALLET_KEY in Secrets Manager em/xmtpMSYS_NO_PATHCONV=1 prefix on Windows Git Bash~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.