Social Graph Tracking
Warn
Audited by Gen Agent Trust Hub on Feb 13, 2026
Risk Level: MEDIUMPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- PROMPT_INJECTION (MEDIUM): The skill is vulnerable to Indirect Prompt Injection (Category 8) because it ingests untrusted data from an external social network.
- Ingestion points:
references/social.pyfetches user profiles and post interactions viaget_my_follows,get_my_followers, andget_recent_interactionsfrom the Bluesky API. - Boundary markers: No delimiters or safety instructions are used when storing or processing this external data.
- Capability inventory: The skill has file-write capabilities (
save_graphwrites todata/social_graph.json) and network access viahttpx. - Sanitization: There is no evidence of sanitization for display names or handles. A malicious actor could set their display name to an injection string (e.g., 'Ignore previous instructions and...') which would then be stored in the agent's local data and potentially executed if the agent later processes that graph to automate social tasks.
- DATA_EXFILTRATION (LOW): The skill performs network operations to
public.api.bsky.app. - While this is the intended purpose of the skill, the domain is not on the pre-approved whitelist. The skill transmits the hardcoded
MY_DIDto this external endpoint to fetch social data.
Audit Metadata