namera-194b2b — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited namera-194b2b (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.
Run name availability checks using the namera CLI. Always activate the venv first.
source .venv/bin/activateRun all namera commands from the project root (/Users/sidsharma/Namera).
Single name check:
namera search <name> --jsonMultiple names with context (primary agent workflow):
namera find --json --context '<BusinessContext JSON>'Rank and compare names:
namera rank --json <name1> <name2> <name3>
namera rank --json --profile fintech <name1> <name2>Generate domain permutations:
namera compose <keyword> --common-suffixes --tlds com,io --check --jsonAsk the user for:
description)niche)This is your job as the agent. Don't just ask the user for names — generate 10-15 candidates yourself based on the business context. Include any names the user already suggested.
What research says works:
Generation mix (aim for 10-15):
{
"description": "What the business does",
"name_candidates": ["generated1", "generated2", "userSuggested1"],
"niche": "fintech",
"checks": ["domain", "trademark"],
"scoring_profile": "default"
}See reference.md for all fields and scoring profiles.
cd /Users/sidsharma/Namera && source .venv/bin/activate && namera find --json --context '<JSON>'Parse the JSON output. Handle exit codes:
From the JSON output, highlight:
Offer to:
namera rank --json --profile <profile> <names> for deeper comparisonnamera compose <keyword> --common-suffixes --check --json for more variationsnamera domain <name> --tlds tech,ai,dev --jsonUse --profile <name> with namera rank:
default -- balanced (domain 20%, trademark 20%, length 10%, pronounceability 10%)startup-saas -- prioritizes .com (25%), hard filter: .com must be availablefintech -- heavy trademark weight (25%), hard filter: trademark must be clearconsumer -- social handles (15%), pronounceability (15%)developer-tools -- weights .dev/.io, GitHub handleJSON output from namera find --json returns:
{
"results": [
{
"check_type": "domain",
"provider": "dns",
"query": "name.com",
"available": "available|taken|unknown",
"details": {...}
}
]
}JSON output from namera rank --json returns:
{
"ranked": [
{"name": "x", "score": 87.0, "signals": {"domain_com": 100.0, "trademark": 100.0}}
]
}Scores are 0-100 scale (100 = best).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.