nexus-agents - v2.80.0
    Preparing search index...

    Interface GitHubUserMetadata

    GitHub user metadata for reputation assessment.

    interface GitHubUserMetadata {
        username: string;
        accountAgeDays: number;
        priorContributions: number;
        recentCommentCount: number;
        recentCommentWindowMinutes: number;
        authorAssociation: string;
        injectionFlags: readonly (
            | "authority_claim"
            | "instruction_pattern"
            | "system_prompt_manipulation"
            | "hidden_content"
            | "urgency_manipulation"
            | "fake_conversation"
            | "base64_encoded"
            | "external_link_instruction"
        )[];
    }
    Index

    Properties

    username: string
    accountAgeDays: number
    priorContributions: number
    recentCommentCount: number
    recentCommentWindowMinutes: number
    authorAssociation: string
    injectionFlags: readonly (
        | "authority_claim"
        | "instruction_pattern"
        | "system_prompt_manipulation"
        | "hidden_content"
        | "urgency_manipulation"
        | "fake_conversation"
        | "base64_encoded"
        | "external_link_instruction"
    )[]