skills/breakthrough-edu/breakthrough-meta-performance-skills/breakthrough-performance-analysis/Gen Agent Trust Hub
breakthrough-performance-analysis
Fail
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: A hardcoded authentication token identified as 'Master base token' (
Yt2WbfTeQa0tjQsjMUwlfaEvgXb) is present inreferences/changing-the-base.md. While the skill uses this for identity comparison to prevent unauthorized writes to a production database, hardcoding master credentials within the skill instructions exposes sensitive access keys to any environment where the skill is processed. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data from Meta Ads performance bases, creating an attack surface where malicious data could influence agent behavior.
- Ingestion points: The skill ingests performance data, lead records, and account metadata from external Lark/Bitable tables (
SKILL.mdStep 0,references/opening-checks.md). - Boundary markers: While the skill implements logic-based 'opening checks' to validate data freshness and consistency (
SKILL.md), it does not utilize prompt-level delimiters or 'ignore instructions' warnings to prevent external data from being interpreted as malicious instructions. - Capability inventory: The agent possesses the capability to write verdict snapshots to the local filesystem vault (
references/verdict-snapshot.md) and execute database operations vialark-cli(SKILL.md,references/changing-the-base.md). - Sanitization: The skill lacks explicit sanitization or escaping mechanisms for data retrieved from the external database before it is interpolated into the agent's context for analysis.
Recommendations
- AI detected serious security threats
Audit Metadata