status — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited status (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.
Show the user the current state of their Nometria deployments.
TOKEN="${NOMETRIA_API_KEY:-${NOMETRIA_TOKEN:-$(grep -s 'NOMETRIA_API_KEY\|NOMETRIA_TOKEN' .env .env.local 2>/dev/null | head -1 | cut -d= -f2- | tr -d ' "'"'"'')}}"If no token: tell the user to run /nometria-login and stop.
curl -s -X POST https://app.nometria.com/listUserMigrations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d '{}'For each migration with delivery_type: "hosting", check its status:
curl -s -X POST https://app.nometria.com/checkAwsStatus \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d "{\"app_id\": \"<APP_ID>\"}"Present results as a clear table:
╔══════════════════╦══════════╦═══════════╦════════════════════════════════╦═════════════════╗
║ App ║ Platform ║ Status ║ URL ║ Instance ║
╠══════════════════╬══════════╬═══════════╬════════════════════════════════╬═════════════════╣
║ MyApp ║ Base44 ║ ● running ║ https://myapp.nometria.com ║ 4gb (t4g.med) ║
║ OtherApp ║ Lovable ║ ○ stopped ║ https://otherapp.nometria.com ║ 2gb (t4g.small) ║
║ TestProject ║ Manus ║ - none ║ - ║ - ║
╚══════════════════╩══════════╩═══════════╩════════════════════════════════╩═════════════════╝Use these status indicators:
● running - app is live◐ deploying / ◐ launching - deployment in progress○ stopped - instance exists but is off✕ failed - deployment failed (show error if available)- none - not deployed to hostingIf $ARGUMENTS was provided, filter the results to match that app name.
Also show:
If there's a nometria.json in the workspace, highlight the linked app with ← linked.
Execute all the curl calls and display the results.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.