skills/tailrocks/tailrocks-typescript-skills/tailrocks-tanstack-project-remediate/Gen Agent Trust Hub
tailrocks-tanstack-project-remediate
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
bunfor environment execution, testing, and CI tasks. It also leveragesbunx --bun shadcnto manage UI components. These are standard developer tools and are used within their intended scope. - [DYNAMIC_EXECUTION]: The skill executes a localized vendor script,
resolve-package-versions.ts, from the peertailrocks-tanstack-project-setuprepository to manage dependency resolution. This is a functional requirement for maintaining canonical package versions. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted repository files, external API responses, and templates. It mitigates this risk through the
runtime-trust.mdreference, which explicitly instructs the agent to treat all repository content as untrusted data and prevents embedded instructions from altering the skill's authority or rules. - Ingestion points:
SKILL.md(reading templates and ledger rows),references/boundaries-and-data.md(parsing route params, search params, and external API responses). - Boundary markers:
references/runtime-trust.mdprovides clear markers requiring the agent to disregard instructions within untrusted data. - Capability inventory: File system writes (
SKILL.md), network operations viabun(references/tooling-and-quality.md), and UI component management (references/shadcn-ui.md). - Sanitization:
references/boundaries-and-data.mdmandates that all untrusted values be parsed and validated before use. - [DATA_EXFILTRATION]: The skill implements a robust secret-handling policy in
references/runtime-trust.md, prohibiting the copying of credentials into logs, prompts, or artifacts. It further restricts secret access to the server environment viareferences/boundaries-and-data.md.
Audit Metadata