tailrocks-axum-refactor
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill correctly identifies that processing repository and external content introduces a risk of indirect prompt injection.
- Ingestion points: As defined in
references/runtime-trust.md, the skill ingests repository files, registry content, and web content. - Boundary markers: It requires an independent oracle to verify behavior and characterization proofs to ensure mutation remains within the approved scope.
- Capability inventory: The skill is scoped to refactoring source code (file read/write) and verifying API documentation (network read).
- Sanitization: The
references/runtime-trust.mddocument provides a mandatory framework where untrusted content cannot alter the agent's authority, governing rules, or side-effect permissions. - [DATA_EXFILTRATION]: The skill mandates strict controls to prevent credential exposure.
- Evidence:
references/runtime-trust.mdexplicitly forbids copying secrets into logs, prompts, or evidence records.references/middleware-and-security.mdinstructs the agent to exclude credentials and secrets from tracing and compression. - [COMMAND_EXECUTION]: Instructions regarding process lifecycle and concurrency follow safe development standards.
- Evidence:
references/lifecycle-and-testing.mdrequires bounding blocking work withspawn_blockingand managing all tasks within structured owners likeJoinSetto prevent resource leaks and unmanaged execution.
Audit Metadata