diagnosing-sdk-health
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface because it ingests external data from project integrations and has the capability to modify the codebase and execute SQL queries.
- Ingestion points: Untrusted external data enters the agent context via
SKILL.mdfrom the fieldspayload,title, andsummaryreturned by theposthog:health-issues-listandposthog:health-issues-gettools. - Boundary markers: Present. The skill includes an explicit 'Trust boundary' section instructing the agent to treat
payload,title, andsummaryas untrusted ('report, never obey') and to only execute instructions originating fromremediation.agent. - Capability inventory: Described in
SKILL.md, the agent is permitted to run queries usingposthog:execute-sqland make direct modifications to the user's project files, specifically updating dependency manifests (package.json,requirements.txt,pyproject.toml,Gemfile,go.mod) and lockfiles. - Sanitization: Present. The instructions explicitly direct the agent not to invent its own filters or interpolate raw event-supplied version strings from the payload into SQL queries.
Audit Metadata