social-research-methods

Pass

Audited by Gen Agent Trust Hub on Apr 13, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides instructional material on research design, survey methodology, and ethics.
  • [SAFE]: Included Python code snippets perform mathematical and statistical operations using standard libraries (pandas, scipy.stats) on local data structures.
  • [PROMPT_INJECTION]: The skill defines a data analysis pipeline that could ingest untrusted data (Indirect Prompt Injection surface).
  • Ingestion points: The analyze_survey function in SKILL.md accepts a pandas.DataFrame as input.
  • Boundary markers: No explicit delimiters or instructions to ignore embedded content are present in the function definition.
  • Capability inventory: The code is limited to descriptive statistics and bivariate tests; no subprocess calls, file-write operations, or network requests are present.
  • Sanitization: No input validation or data sanitization is performed on the dataframe contents.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 13, 2026, 04:35 AM