Scan Report
0 /100
BS Deep Analysis
Controller-level Balance Sheet deep analysis from QuickBooks Online with 3-month rolling averages, GL drill-down, and 7-tab Excel workbook generation
Well-documented Balance Sheet analysis skill with no executable code present - only SKILL.md exists, containing comprehensive documentation with no malicious indicators.
Safe to install
This skill is purely documentation (SKILL.md only). No implementation files exist. To deploy, provide the referenced `scripts/pipelines/bs-deep-analysis.py` and ensure it matches the documented behavior.
File Tree
1 files · 7.4 KB · 223 lines Markdown 1f · 223L
└─
SKILL.md
Markdown
Security Positives
✓ SKILL.md is exceptionally well-documented with clear negative boundaries
✓ No shell execution, subprocess calls, or command injection vectors
✓ No credential harvesting or environment variable iteration for secrets
✓ No network exfiltration or C2 communication patterns
✓ No base64 encoding, obfuscation, or anti-analysis techniques
✓ Documented behavior is legitimate financial analysis use case
✓ Materiality thresholds and analysis parameters are clearly defined
✓ Dependencies (openpyxl) are standard and non-malicious