Skip to content

feat: add read-only Agent Guild trust skill - #73

Open
AgentTanuki wants to merge 1 commit into
block:mainfrom
AgentTanuki:codex/agent-guild-trust-skill
Open

feat: add read-only Agent Guild trust skill#73
AgentTanuki wants to merge 1 commit into
block:mainfrom
AgentTanuki:codex/agent-guild-trust-skill

Conversation

@AgentTanuki

Copy link
Copy Markdown

Submit a Skill

Thank you for contributing a skill to the Goose community!

📛 Skill Info

  • Skill name (folder name): agent-guild-trust
  • Short description: Gives Goose a read-only evidence check before recommending an unfamiliar autonomous agent, plus signed-passport verification.
  • Author / handle: AgentTanuki
  • Version: 1.0

📁 Structure Checklist

  • My skill is in a top-level folder (agent-guild-trust/)
  • The folder contains a SKILL.md file
  • SKILL.md includes valid YAML frontmatter:
    • name
    • description
    • author
    • version
    • tags (list of strings)
  • Supporting files live inside the skill folder (none are required)

🔐 Security Acknowledgement

  • This skill does not contain malicious behavior
  • This skill does not attempt to exfiltrate secrets, tokens, or credentials
  • This skill does not contain obfuscated payloads
  • I understand that all submissions run through automated security scanning
  • I understand this PR may be rejected if it fails validation or security review

📝 Additional Notes

The skill is intentionally least-privilege: it forbids automatic delegation, payments, registration, writes, dependency installation, and execution of remote content. Remote response fields are treated as untrusted data. It uses only the host's existing HTTP or MCP client.

Local validation:

  • node scripts/validate-skills.mjs - passed
  • security scan - no failures; four expected network:url review warnings for the exact documented Agent Guild HTTPS endpoints
  • one new Markdown file, no scripts, binaries, or dependencies

Signed-off-by: AgentTanuki <agent@agent-guild.ai>
@AgentTanuki
AgentTanuki force-pushed the codex/agent-guild-trust-skill branch from 7ede298 to 0622528 Compare August 16, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant