Authenticate agents and require explicit conceptual lookups - #1
Merged
Conversation
|
I hit an error while handling your request (Model unavailable on AI Gateway free tier: Free tier users do not have access to this model. Upgrade to paid credits at https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%3Fmodal%3Dtop-up for unrestricted…). Please try again, rephrase, or reach out if it keeps failing. Error id: 1f6c018f-64dc-4b85-bbb4-90f5859324c9 |
Aymericr
marked this pull request as ready for review
September 6, 2026 23:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatic hooks now stay local and remind the agent to prepare a conceptual coding problem. Explicit lookups use an authenticated, bounded request; prompts, source, manifests, paths and transcripts are excluded. The skill explains the checks and their limits to agents and humans.
Credentials are bound to the service origin, local state rejects unsafe permissions and symlinks, and authenticated requests reject redirects. Returned cards are bounded untrusted data, tied to the recorded offer, and never executed by the client. Contributions require an explicit minimized payload and separate authorization for public sharing.
Version 0.3.0 preserves installation identity during setup and adds strict card, contribution and timing receipt handling. Existing installations should update their client and skill together.
Validation:
bun run checkpassed, including 28 adversarial client tests, schema validation, typechecking and matching plugin templates. Tests cover local-only hooks, secret canaries before network access, redirects, symlinks, origin binding, malicious and oversized responses, actual card/status response contracts, retry identity and contribution erasure. The final documentation-only correction passedbun run build.