powerpoint-automation

Fail

Audited by Runlayer on Feb 26, 2026

Risk Level: HIGH
Scan Summary
Max Score
91%
Files
58
Flagged
12
Chunks
87
Flagged Files (12)
powerpoint-automation/scripts/classify_input.pyHIGH
91.1%

Malicious tool definition detected

Skipping validation.") return True # Load schema schema_path = Path(__file__).parent.parent / "workspace" / "classification.schema.json" if not schema_path.exists(): print(f"Warning: Schema not found at {schema_path}") return True with open(schema_path, "r", encoding="utf-8") as f: schema = json.load(f) # Load classification with open(classification_path, "r", encoding="utf-8") as f: classification = json.load(f) # Validate try: jsonschema.validate(instance=classification, schema=schema) print(f

powerpoint-automation/scripts/reconstruct_analyzer.pyMEDIUM
86.1%

Tool passed security scan

Malicious tool definition detected

Use output_manifest/ instead.") sys.exit(1) # Load layouts mapping if provided layouts_mapping = None if args.layouts: with open(args.layouts, 'r', encoding='utf-8') as f: layouts_data = json.load(f) layouts_mapping = layouts_data.get("layout_mapping", {}) # Generate content.json content = generate_content_json(slides_content, layouts_mapping) # Remove metadata if not requested if not args.include_metadata: for slide in content["slides"]: if "_source" in slide: del slide["_source"] if "image" in

powerpoint-automation/scripts/summarize_content.pyMEDIUM
81.2%

Malicious tool definition detected

Licensed under CC BY-NC-SA 4.0. # DO NOT MODIFY THIS HEADER BLOCK.

powerpoint-automation/scripts/analyze_template.pyMEDIUM
80.7%

Tool passed security scan

Malicious tool definition detected

Tool: powerpoint-automation/scripts/analyze_template.py [2/2] Description: Path(template_path).stem output_path = f"output_manifest/{template_stem}_layouts.json" # Analyze print(f"Analyzing: {template_path}") analysis = analyze_template(template_path) # Print summary print_analysis(analysis) # Save JSON Path(output_path).parent.mkdir(parents=True, exist_ok=True) with open(output_path, 'w', encoding='utf-8') as f: json.dump(analysis, f, ensure_ascii=False, indent=2) print(f"✅ Saved: {output_path}

powerpoint-automation/scripts/create_ja_pptx.pyMEDIUM
80.4%

Malicious tool definition detected

powerpoint-automation/scripts/validate_content.pyLOW
74.3%

Malicious tool definition detected

powerpoint-automation/scripts/create_from_template.pyLOW
66.4%

Tool passed security scan

powerpoint-automation/scripts/resume_workflow.pyLOW
64.4%

Tool passed security scan

powerpoint-automation/scripts/workflow_tracer.pyLOW
61.8%

Tool passed security scan

powerpoint-automation/references/agents/orchestrator.agent.mdLOW
60.4%

Tool passed security scan

powerpoint-automation/LICENSE.txtLOW
60.1%

Tool passed security scan

powerpoint-automation/references/agents/localizer.agent.mdLOW
59.9%

Tool passed security scan

Passed Files (46)Click to expand
powerpoint-automation/scripts/extract_parallel.ps1OK
50.0%

Tool passed security scan

powerpoint-automation/references/agents/json-reviewer.agent.mdOK
48.9%

Tool passed security scan

powerpoint-automation/scripts/extract_shapes.pyOK
48.1%

Tool passed security scan

powerpoint-automation/references/instructions/tools-reference.instructions.mdOK
47.7%

Tool passed security scan

powerpoint-automation/SKILL.mdOK
47.1%

Tool passed security scan

powerpoint-automation/scripts/create_clean_template.pyOK
43.7%

Tool passed security scan

powerpoint-automation/scripts/validate_pptx.pyOK
42.7%

Tool passed security scan

powerpoint-automation/scripts/create_pptx.jsOK
41.9%

Tool passed security scan

powerpoint-automation/scripts/apply_content.pyOK
36.3%

Tool passed security scan

powerpoint-automation/.gitattributesOK
32.3%

Tool passed security scan

powerpoint-automation/scripts/reorder_slides.pyOK
31.8%

Tool passed security scan

powerpoint-automation/references/instructions/template.instructions.mdOK
31.5%

Tool passed security scan

powerpoint-automation/references/instructions/error-recovery.instructions.mdOK
30.9%

Tool passed security scan

powerpoint-automation/references/agents/pptx-reviewer.agent.mdOK
25.5%

Tool passed security scan

powerpoint-automation/references/content-guidelines.mdOK
25.2%

Tool passed security scan

powerpoint-automation/references/agents/summarizer.agent.mdOK
22.5%

Tool passed security scan

powerpoint-automation/references/instructions/localize.instructions.mdOK
20.9%

Tool passed security scan

powerpoint-automation/references/USE_CASES.mdOK
20.8%

Tool passed security scan

powerpoint-automation/scripts/diagnose_template.pyOK
18.7%

Tool passed security scan

powerpoint-automation/scripts/insert_diagram_slides.pyOK
14.8%

Tool passed security scan

powerpoint-automation/references/agents/brainstormer.agent.mdOK
13.9%

Tool passed security scan

powerpoint-automation/scripts/pptx-signature.jsOK
13.5%

Tool passed security scan

powerpoint-automation/scripts/review_pptx.pyOK
13.3%

Tool passed security scan

powerpoint-automation/scripts/extract_images.pyOK
13.3%

Tool passed security scan

powerpoint-automation/scripts/merge_slides.pyOK
13.0%

Tool passed security scan

powerpoint-automation/scripts/clean_template.pyOK
12.7%

Tool passed security scan

powerpoint-automation/scripts/requirements.txtOK
11.8%

Tool passed security scan

powerpoint-automation/references/AGENTS.mdOK
11.6%

Tool passed security scan

powerpoint-automation/.skill-meta.jsonOK
10.6%

Tool passed security scan

powerpoint-automation/references/instructions/quality-guidelines.instructions.mdOK
10.4%

Tool passed security scan

powerpoint-automation/references/instructions/common.instructions.mdOK
9.9%

Tool passed security scan

powerpoint-automation/references/instructions/script-dependencies.instructions.mdOK
9.6%

Tool passed security scan

powerpoint-automation/references/instructions/purpose-blog.instructions.mdOK
7.8%

Tool passed security scan

powerpoint-automation/references/instructions/purpose-incident.instructions.mdOK
5.2%

Tool passed security scan

powerpoint-automation/references/SCRIPTS.mdOK
3.3%

Tool passed security scan

powerpoint-automation/references/instructions/plan-phase.instructions.mdOK
3.2%

Tool passed security scan

powerpoint-automation/references/instructions/purpose-report.instructions.mdOK
3.1%

Tool passed security scan

powerpoint-automation/references/instructions/template-advanced.instructions.mdOK
2.9%

Tool passed security scan

powerpoint-automation/scripts/package.jsonOK
2.9%

Tool passed security scan

powerpoint-automation/references/instructions/purpose-lt.instructions.mdOK
1.9%

Tool passed security scan

powerpoint-automation/references/instructions/template-replacements.instructions.mdOK
1.3%

Tool passed security scan

powerpoint-automation/references/instructions/template-content-json.instructions.mdOK
1.2%

Tool passed security scan

powerpoint-automation/assets/template_layouts.jsonOK
0.6%

Tool passed security scan

powerpoint-automation/references/schemas/content.schema.jsonOK
0.6%

Tool passed security scan

powerpoint-automation/references/schemas/classification.schema.jsonOK
0.5%

Tool passed security scan

powerpoint-automation/references/schemas/proposal.schema.jsonOK
0.4%

Tool passed security scan

Audit Metadata
Max File Score
91%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
58
Files Flagged
12
Chunks Analyzed
87
Analyzed
Feb 26, 2026, 06:19 AM
Security Audit — runlayer — powerpoint-automation