CtrlK
BlogDocsLog inGet started
Tessl Logo

extension-system-audit

Audit M3UAndroid extension APIs and runtime for host/plugin boundaries, classloader compatibility, manifest metadata assumptions, IPC/protobuf compatibility, and dependency leakage.

63

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/extension-system-audit/SKILL.md
SKILL.md
Quality
Evals
Security

Extension System Audit

Audit extension compatibility with evidence from API, runtime, manifest, and dependency boundaries.

When To Use

Use when a task changes or reviews:

  • Extension API modules or host runtime loading
  • Plugin discovery, manifest metadata, or registration
  • AIDL/protobuf contracts
  • Classloader behavior
  • Host/plugin dependency boundaries

Required Context

Read first:

  • AGENTS.md
  • core/AGENTS.md
  • docs/ai/playbooks/extension-system.md
  • Relevant app/business/data instructions for touched modules
  • Nearby extension API, runtime, manifest, and sample/plugin code

Audit Checks

Verify with file evidence:

  • API/runtime boundary is explicit and stable.
  • Extension APIs do not depend on app or host implementation modules.
  • Classloader assumptions are documented or guarded.
  • Manifest metadata is validated and has failure behavior.
  • AIDL/protobuf changes preserve compatibility or document migration.
  • Host/plugin dependency leakage is not introduced.
  • Public or semi-public API changes include compatibility notes.

Process

  1. Map extension modules, API surfaces, runtime loaders, and metadata inputs.
  2. Inspect dependency declarations for forbidden direction or leakage.
  3. Trace plugin discovery and failure paths.
  4. Check contract/schema changes against compatibility expectations.
  5. Cite file paths and line numbers for each finding.

Validation

Recommend:

./gradlew :core:extension:compileDebugKotlin :app:extension:compileDebugKotlin

Also compile any host app module touched by runtime changes. If unavailable, state compatibility risk.

Output

Return a concise Markdown report with:

  • Scope and compatibility-sensitive APIs
  • Pass/fail table for each audit check
  • Evidence-backed findings with file paths
  • Compatibility notes required in the PR
  • Validation run or not run, with reason
Repository
oxyroid/M3UAndroid
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.