exec
Runtime power
Flags shell commands, filesystem writes, package install steps, background tasks, and instructions that move a skill beyond read-only guidance.
agent-skill marketplace / trust gate
`agent-skill-trust-check` reads a SKILL.md file, marketplace listing, or pasted skill text and returns a compact install verdict. It is built for sellers, buyers, and marketplaces that need a clear signal before local access, account access, payment actions, or external destinations enter the runtime.
signals
exec
Flags shell commands, filesystem writes, package install steps, background tasks, and instructions that move a skill beyond read-only guidance.
secrets
Looks for API keys, wallet phrases, browser cookies, SSH material, private tokens, and vague requests for account access.
network
Separates harmless documentation links from command-driven fetches, webhooks, remote scripts, and services that receive user data.
provenance
Checks whether the listing includes author, repo, version, license, install boundary, test notes, and enough evidence to justify trust.
boundary
{
"runsSkillCode": false,
"signsWalletMessages": false,
"submitsPaymentHeaders": false,
"needsPrivateCredentials": false,
"output": [
"score",
"verdict",
"findings",
"missingSignals",
"patchOrder"
]
}
fit
seller
Clean up unclear install steps, unsafe wording, missing versioning, and trust gaps before a marketplace buyer sees the page. The paid release-gate skill turns that into a skill card, permission ledger, and patch checklist.
buyer
Decide whether a skill is safe to test, needs sandboxing, or should be rejected until the author removes risky behavior.
marketplace
Add a simple intake gate for skills that mention payments, credentials, local code execution, remote scripts, or persistent agents.