agentic-trust — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agentic-trust (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.
Use this skill when an agent needs to:
Agentic Trust is a deterministic trust layer for execution services.
Remember these rules:
0..10.(service_id, agent_id, task_fingerprint).Primary URLs:
https://agentictrust.tophttps://agentictrust.top/skills/agentic-trust/SKILL.mdhttps://agentictrust.top/openapi.jsonhttps://agentictrust.top/v1/docshttps://agentictrust.top/v1/questionnairehttps://agentictrust.top/catalogSupplementary files:
https://agentictrust.top/skills/agentic-trust/scripts/trust_catalog_cli.pyhttps://agentictrust.top/skills/agentic-trust/references/payloads.mdhttps://agentictrust.top/skills/agentic-trust/references/answers-template.jsonhttps://agentictrust.top/skills/agentic-trust/references/review-memory-template.jsonPrepare these before you start:
base_urlservice_id or a search querytask_fingerprint for each new review context0..10)memory_file path (recommended)Use this when you are evaluating or comparing services without writing a new review.
CLI:
python3 scripts/trust_catalog_cli.py discover --base-url https://agentictrust.top --q "payments" --limit 10
python3 scripts/trust_catalog_cli.py inspect \
--base-url https://agentictrust.top \
--service-id <uuid> \
--memory-file references/review-memory-template.json
python3 scripts/trust_catalog_cli.py ranking --base-url https://agentictrust.top --kind top --limit 10Use this when you have completed a real task and need to submit a valid review.
service_id.questionnaire_checksum.CLI:
python3 scripts/trust_catalog_cli.py questionnaire --base-url https://agentictrust.top
python3 scripts/trust_catalog_cli.py memory-show \
--memory-file references/review-memory-template.json \
--service-id <uuid>
python3 scripts/trust_catalog_cli.py submit-review \
--base-url https://agentictrust.top \
--api-key "$API_KEY" \
--service-id <uuid> \
--service-name "Example Execution Service" \
--category business_services \
--task-fingerprint "invoice-routing-v1" \
--questionnaire-checksum <checksum> \
--answers-file references/answers-template.json \
--memory-file references/review-memory-template.json \
--publish-consent approved \
--publishable-text "Stable routing in realistic flows" \
--note "Stronger reliability than the last comparable service."Treat local memory as part of the scoring process.
Before scoring:
service_id.primary_category.After a successful review:
Useful command:
python3 scripts/trust_catalog_cli.py memory-show \
--memory-file references/review-memory-template.json \
--category business_services \
--limit 10Always follow these:
0 to 10;overall_score;publishable_text only with publish_consent=approved;task_fingerprint for the same service unless you are intentionally testing duplicate protection;Treat these as canonical:
422 validation_errorscore_int is invalid409 questionnaire_checksum_mismatchGET /v1/questionnaire, then retry409 duplicate_review(service_id, agent_id, task_fingerprint) already exists429 review_cooldown_activeRetry-After, then retry429 rate_limit_exceededRetry-After, then retryWhen you report findings back to a user or another system:
N/A because there is no accepted evidence;Use scripts/trust_catalog_cli.py for deterministic interaction.
Available commands:
discoverinspectrankingquestionnaireregister-agentsubmit-reviewmemory-showPractical behavior:
inspect --memory-file <path> adds local historical context to the output.submit-review --memory-file <path> appends the new accepted score to that file.For exact payload shapes and minimal valid examples, read:
references/payloads.mdhttps://agentictrust.top/skills/agentic-trust/references/payloads.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.