check-agent-counterparty-trust-with-agent-guild
SolidChecks evidence about an unfamiliar autonomous agent before delegation, verifies signed Agent Guild passports, and returns a bounded hire, caution, or avoid recommendation without taking consequential action.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- agentskillexchange
- Repository
- agentskillexchange/skills
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
check-trust-before-multi-agent-transaction
Check Trust Before a Multi-Agent Transaction. Agent discovery, trust verification, and capability routing powered by Aidress — the coordination registry for autonomous AI agents. Use for general agent discovery, trust verification, and capability routing — via Aidress (https://api.aidress.ai).
agent-skill-auditor
Statically audit any Agent Skill, MCP server config, or rules file (CLAUDE.md, .cursorrules, AGENTS.md) with the `uncloak` scanner BEFORE installing, enabling, or trusting it — catches invisible-Unicode instruction smuggling, MCP tool-description poisoning, credential/exfil paths, and lethal-trifecta posture. Use whenever you are about to add, copy, or fetch a third-party agent extension.
agent-guard
Scan AI agent skills, plugins, and MCP servers for malicious code BEFORE installation — catches prompt injection, credential theft, data exfiltration, and backdoors. Skills and the static MCP source scan use NVIDIA SkillSpector (static patterns + taint tracking + YARA + live OSV.dev CVE lookup + LLM semantic analysis, which runs by default through the user's own claude / codex / gemini CLI login — no API key — or any hosted provider with a key); the optional live MCP runtime check uses cisco-ai-mcp-scanner with separate MCP_SCANNER_LLM_* settings and any LiteLLM-supported provider. Skills follow the open SKILL.md standard (agentskills.io) and MCP is an open protocol, so one scan covers every agent: repos are downloaded as commit-pinned ZIP snapshots (never git clone before a verdict), and the exact scanned commit is installed via the bundled universal installer into Claude Code, Claude Desktop, Codex, Antigravity/Gemini, Hermes, and OpenClaw at once — or a chosen subset via --tools. Scan once, install everywh