Add Cursor Cloud specific instructions to AGENTS.md#115
Conversation
Co-authored-by: Ollie <olliethedev@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Security Assessment — No High-Confidence Vulnerabilities Found
This PR adds 25 lines of developer workflow documentation to AGENTS.md. There are no code changes, no new dependencies, and no logic modifications. The full threat checklist was evaluated:
Injection (SQL, command, template, path traversal): None. All additions are static prose with no interpolated values or shell constructs.
Authn/authz bypasses: None. No authentication or authorization code is touched.
Secrets handling / token leakage: The new text mentions that OPENAI_API_KEY belongs in playground/.env.local. No actual secret value is committed; the guidance follows standard Next.js convention where .env.local is gitignored by default. Low-risk documentation note only.
Unsafe deserialization, SSRF, XSS, request forgery: None. No runtime code paths are introduced or modified.
Dependency / supply-chain risk: No new dependencies are added. The referenced scripts/codegen/setup-nextjs.sh script (which runs pnpm dlx shadcn@latest) is a pre-existing file and is not modified by this PR.
Prompt / agent-instruction injection: The additions are developer ergonomics notes (pnpm version pin, build ordering, local port numbers). No instructions are added that would cause an AI agent to exfiltrate data, bypass access controls, or take unintended actions.
No findings require remediation. Safe to merge from a security perspective.
Sent by Cursor Automation: Find vulnerabilities


Summary
## Cursor Cloud specific instructionssection toAGENTS.mdwith quick-reference notes, gotchas, and service startup guidance for future cloud agents.Type of change
Checklist
pnpm buildpassespnpm typecheckpassespnpm lintpassesdocs/content/docs/) if consumer-facing types or behavior changed — N/AScreenshots
Docs site landing page
Blog plugin docs page
btst_docs_site_demo.mp4
To show artifacts inline, enable in settings.