plan-security-audit
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill utilizes external tools to fetch security research which introduces untrusted data into the agent's context.
- Ingestion points: The skill uses
FirecrawlinSKILL.mdto retrieve current OWASP and Supabase security patterns from the internet. - Boundary markers: Absent. The instructions do not specify the use of delimiters or 'ignore embedded instructions' warnings for the data fetched via
Firecrawl. - Capability inventory: The skill possesses the capability to read project source code, scan
.envfiles, executenpm audit, and interact with database metadata via the Supabase MCP. - Sanitization: Absent. There is no mention of escaping, filtering, or validating the external content before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill instructions specify the direct execution of system-level audit tools.
- Evidence:
SKILL.mdstates thatnpm auditand secret scans usinggreppatterns are 'run exactly' during the audit process. - [PROMPT_INJECTION]: The skill uses specific directives to control agent behavior, though these are focused on safety enforcement rather than bypasses.
- Evidence: The 'Preservation Contract' in
references/preservation-contract.mdrequires a mandatory acknowledgement and imposes strict constraints on the agent's actions, such as forbidding destructive testing and the output of secret values.
Audit Metadata